unsup installation gui does not work in some Linux environments / Wayland #47

Open
opened 2024-12-20 15:14:44 -05:00 by cswimr · 0 comments
Owner

Please confirm that;

  • I have checked that this bug does not already have an opened/closed issue or pull request associated with it.

What happened?

When trying to play the modpack in Wayland environments, unsup breaks on launch. This is a known issue upstream, and we cannot currently do anything to fix it.
image
A temporary workaround is to enable unsup's headless mode, which is intended for servers. You can do this by adding no_gui=true to the unsup.ini file, under the preset=minecraft option.

version=1
source_format=packwiz
source=https://www.coastalcommits.com/GalacticFactory/GalacticFactory/raw/branch/master/src/pack.toml
subtitle=GalacticFactory Installer
preset=minecraft
no_gui=true

[colors]
background=1e1e2e
progress=02b0f1
button=02b0f1
progress_track=2b2d31

Flavor selection will be disabled whenever you do this, but you can manually enable flavors in the .unsup-state.json file in your instance directory. Just add the following key to that file:

{
  "flavors": ["oculus_on"],
}

Reproduction steps

  1. Use Linux
  2. Use Wayland
  3. Try to launch the modpack
  4. Unsup breaks

Environment

Client

Specificity

Modpack-specific

Relevant log output

No response

Upstream issue

sleeping.town:unascribed/unsup#7

### Please confirm that; - [x] I have checked that this bug does not already have an opened/closed [issue](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/issues) or [pull request](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/pulls) associated with it. ### What happened? When trying to play the modpack in Wayland environments, unsup breaks on launch. This is a known issue upstream, and we cannot currently do anything to fix it. ![image](/attachments/981185aa-f96f-4881-a9c3-5ff986517ff1) A temporary workaround is to enable unsup's headless mode, which is intended for servers. You can do this by adding `no_gui=true` to the `unsup.ini` file, under the `preset=minecraft` option. ```ini version=1 source_format=packwiz source=https://www.coastalcommits.com/GalacticFactory/GalacticFactory/raw/branch/master/src/pack.toml subtitle=GalacticFactory Installer preset=minecraft no_gui=true [colors] background=1e1e2e progress=02b0f1 button=02b0f1 progress_track=2b2d31 ``` Flavor selection will be disabled whenever you do this, but you can manually enable flavors in the `.unsup-state.json` file in your instance directory. Just add the following key to that file: ```json { "flavors": ["oculus_on"], } ``` ### Reproduction steps 1. Use Linux 2. Use Wayland 3. Try to launch the modpack 4. Unsup breaks ### Environment Client ### Specificity Modpack-specific ### Relevant log output _No response_ ### Upstream issue [sleeping.town:unascribed/unsup#7](https://git.sleeping.town/unascribed/unsup/issues/7)
cswimr added the
bug
upstream
labels 2024-12-20 15:14:44 -05:00
cswimr pinned this 2024-12-20 15:14:59 -05:00
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: GalacticFactory/GalacticFactory-Legacy#47
No description provided.