YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
26 stars 8 forks source link

Stability: [Ubu IDE] GM 2024.1100 fails to start on Arch distro, gives "segmentation fault (core dumped)" error each time #8497

Open protogenposting opened 6 days ago

protogenposting commented 6 days ago

Description

gamemaker keeps giving this error when I try to open it

Segmentation fault (core dumped)

it's an error in the launch script that's causing this

I'm using arch linux btw

I can't attach a bug package due to not being able to open game maker in the first place

Expected Change

No response

Steps To Reproduce

  1. (try to) Start GameMaker
  2. See the issue

How reliably can you recreate this issue using your steps above?

Always

Which version of GameMaker are you reporting this issue for?

2024.1100 (Betas)

Which operating system(s) are you seeing the problem on?

No response

Are you running GameMaker from inside your Steam library?

No

Sample Package Attached?

Sample Project Added?

stuckie commented 2 days ago

Assuming Arch is putting things in the same place, you can find your ui.log in ~/.local/share/GameMakerStudio2-Beta/ui.log Additionally, you might find a crash dump in ~/.local/share/GameMakerDumps which would be useful to have as well.

You may also get additional information if you start GameMaker from the terminal directly. Though I'm not entirely sure what or how you installed it, on Ubuntu using the official deb installation, it installs to /opt/GameMaker-Beta and you can run the GameMaker script there to start it. It may give more insight into why it cannot start up, should you be using a shortcut to start it.