-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to launch on native wayland #1
Comments
That's strange because my initial production machine was running Wayland. I'll definitely take a look when I get home tonight though. What distribution are you running? |
Also, are you on KDE? |
Nope, I'm on hyprland Arch Linux, as mentioned in #2 |
Sorry, I misread your name and thought you were different people. 😅 |
When I re-built the Flatpak, now based on Amulet 0.10.35, I made sure to include support for X11 and Wayland both, so it launches without issue, but it still takes a nosedive like the one you experienced in #2, so that's my next task. |
Sorry to disappoint you but I'm still running into issues with Here's the full log:
Edit: Just stumbled across this issue here: wxWidgets/Phoenix#2557 |
I'm running Wayland on my production machine and it ran fine. After work tonight I'll boot up a couple of VMs for different distributions and see what comes up in the logss |
I've rebuilt the Flatpak with a modified Before you try the new Flatpak from the releases section, be sure to uninstall your current Flatpak version:
Also, as you can see here, I ran the flatpak with
|
yep that seems to be working mostly! As you've already noted, quite a few textures are missing, but that's progress :) Annoyingly all buttons inside the 3D view are invisible and flicker in and out of view once when clicking inside the 3D view, which is quite unusable still... |
The thing with the buttons has been an issue on Linux since the earliest days of Amulet. The thing with the textures is new. ¯\_( ͡° ͜ʖ ͡°)_/¯ |
I still have this issue. Running the flatpak in wayland doesn't work |
logs please |
Can you show your runtime logs? On my Endeavour test machine (Arch-based, uses Wayland), it runs fine - except for the missing textures. |
It's possible to run the Flatpak on Wayland if you have Xwayland. However, until the foundations in wxPython are patched, this will continue to be an issue. I'll update the README. |
Good news for Wayland users! While I (still!!!) haven't figured out why Water and Lava textures won't load (though I think I'm close), I have fixed the Wayland issue, though it's really just a band-aid solution until wxPython itself is fixed. By inserting However, on my test rig, Amulet's fonts are really garbage looking. I don't know if it's an issue with my setup, or a side effect of monkey-patching Amulet's wxPython calls. At least it's progress, right? |
Literally an hour after I posted my patch, wxPython got a proper fix upstream which resolves the issue at the source. 😑 |
Hey there,
glad everything has worked out :)
I'm running into some issues though:
if I force run it with xwayland (
env -u WAYLAND_DISPLAY flatpak run ...
) it works.Any idea why?
Thanks!
The text was updated successfully, but these errors were encountered: