project-slippi / Ishiiruka

GNU General Public License v2.0
331 stars 140 forks source link

Crash on Arch Linux #382

Closed pavethem closed 1 year ago

pavethem commented 1 year ago

Running Gnome 44 under X11 on Arch, when starting Melee, Slippi immediatly crashes with: 38763 IOT instruction (core dumped) This is on OpenGL.

Environment

Latest packages

pavethem commented 1 year ago

Some more information on this crash:

This is the complete error message:

terminate called after throwing an instance of 'std::logic_error' what(): basic_string: construction from null is not valid [1] 46073 IOT instruction (core dumped) ./build/Binaries/dolphin-emu

coredumpctl output: coredump.txt This is from a fresh build, but the same happens on the official appimage.

The crash does not seem to be tied to Gnome after all (also happens on KDE) The crash also does not seem to be tied to the nvidia driver (also happnes on intel iGPU)

HamletDuFromage commented 1 year ago

AUR's dolphin-emu-git seems to have figured it out

https://aur.archlinux.org/cgit/aur.git/commit/?h=dolphin-emu-git&id=b1d7ef9008ba6162824cc57cf9ee70a17ee2e3e5

pavethem commented 1 year ago

Unfortunately your latest commit does not make a difference in regards to this bug report. I believe the bug addressed in the AUR patch was related to building dolphin on Arch, but this has never been an issue for me.

SirToffski commented 1 year ago

I cannot replicate the crash on XFCE.

There's a similar error here, resolved by setting LC_ALL. Perhaps try launching the AppImage / binary like this:

LC_ALL=C /path/to/executable
pavethem commented 1 year ago

Strangely enough, I cannot reproduce this crash either anymore. Might have been a problem with a previous nvidia driver? Anyways, I think we can close this.