shkhln / linuxulator-steam-utils

Steam launcher for FreeBSD
MIT License
125 stars 12 forks source link

Caves of Qud crashing on start #53

Closed netthier closed 2 years ago

netthier commented 2 years ago

When starting the native Linux Cave of Qud version, the game opens a window for a few seconds, and then crashes. The crash log of the game is available here: https://haste.zneix.eu/gykynebupu I hope this is the right place to post this.

shkhln commented 2 years ago

Have you tried LD_PRELOAD=${LD_PRELOAD}:monofix.so %command%?

netthier commented 2 years ago

Thank you very much, that indeed fixed it! Is this required with all mono games?

netthier commented 2 years ago

Also, adding Caves of Qud to the compatibility list in the wiki might be a good idea.

shkhln commented 2 years ago

Thank you very much, that indeed fixed it! Is this required with all mono games?

Well, the corresponding bug is always there, but it doesn't affect everything equally. If you see a StackOverflowException in the log, it's a good idea to try the workaround.

shkhln commented 2 years ago

Also, adding Caves of Qud to the compatibility list in the wiki might be a good idea.

Done.