azagaya / laigter

Laigter: automatic normal map generator for sprites!
https://azagaya.itch.io/laigter
GNU General Public License v3.0
869 stars 61 forks source link

App doesn't start on wayland #103

Open statisch opened 7 months ago

statisch commented 7 months ago

Attempting to run the AppImage prints out a few logs and exits with QObject::disconnect: Unexpected nullptr parameter. And it seems to be a wayland issue: qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""

OS: Ubuntu 22.04.3 GLSL: 4.60

azagaya commented 7 months ago

Can you try run it with this please?

QT_QPA_PLATFORM=xcb

statisch commented 7 months ago

Turns out it's not specifically a ubuntu/wayland issue but rather my wm, sway. Running the app on default gnome ubuntu works, but is far from perfect with glitching black screens that can only be fixed by resizing, checkboxes working in the opposite way for the tile x and tile y options etc.

azagaya commented 7 months ago

Hey, I just tried on my Ubuntu 22.04.3 with Gnome and wayland, and i do not see any of those effects. Would you tell me what are your system specifications? Its very hard to know the issues without being able to reproduce.

statisch commented 7 months ago

OS: Ubuntu 22.04.4 LTS x86_64 Kernel: 6.5.0-18-generic DE: GNOME 42.9 GPU: RX6600 navi 23, amdgpu drivers

It seems to have updated recently to 24.04.4 for me, maybe that?

azagaya commented 7 months ago

I will have to try. Im about to leave on a trip, so ill check it when im back.