This was working for a while, but now it seemingly doesn’t anymore. It launches then closes itself. Terminal output says dlopen(assets/libfiledialogs.so) failed with error: "liblibfiledialogs_linux_arm64-v8a.so: cannot open shared object file: No such file or directory"
which is odd because i am running the x86_64 version.
What Linux distro (and release) are you using? Only Ubuntu is supported, last time I updated it was strictly Ubuntu 22.04 LTS that was required for building app images, then the resulting app image could then work on almost any modern distro. I may need to update this to make it work on Ubuntu 24.04 LTS since GameMaker has moved on a bit with the most recent Ubuntu support.
I’m on Kubuntu, so basically just Ubuntu with KDE, not sure if being on X11 or Wayland is relevant, likely not since regular Ubuntu also defaulted to Wayland now, but maybe that could be a clue on where the problem might be coming from
I tried it on KDE neon recently which is a linux distro nearly identical to Kubuntu and it worked with both a Wayland and an X11 session. The only difference between the two distros is KDE neon is strictly based on Ubuntu LTS releases and it has newer KDE software releases than Kubuntu does. I'm not sure why you are having issues. KDE neon also doesn't use snap packages by default even though Kubuntu does, but that should be unrelated to the problem as well.
← Return to tool
Comments
Log in with itch.io to leave a comment.
This was working for a while, but now it seemingly doesn’t anymore. It launches then closes itself. Terminal output says
dlopen(assets/libfiledialogs.so) failed with error: "liblibfiledialogs_linux_arm64-v8a.so: cannot open shared object file: No such file or directory"which is odd because i am running the x86_64 version.What Linux distro (and release) are you using? Only Ubuntu is supported, last time I updated it was strictly Ubuntu 22.04 LTS that was required for building app images, then the resulting app image could then work on almost any modern distro. I may need to update this to make it work on Ubuntu 24.04 LTS since GameMaker has moved on a bit with the most recent Ubuntu support.
I’m on Kubuntu, so basically just Ubuntu with KDE, not sure if being on X11 or Wayland is relevant, likely not since regular Ubuntu also defaulted to Wayland now, but maybe that could be a clue on where the problem might be coming from
Which version of Kubuntu? 24.04 LTS?
I tried it on KDE neon recently which is a linux distro nearly identical to Kubuntu and it worked with both a Wayland and an X11 session. The only difference between the two distros is KDE neon is strictly based on Ubuntu LTS releases and it has newer KDE software releases than Kubuntu does. I'm not sure why you are having issues. KDE neon also doesn't use snap packages by default even though Kubuntu does, but that should be unrelated to the problem as well.