-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stardew Valley v1.5.6.1988831614 (53040) GOG version Segmentation fault #531
Comments
I would use a simplified version of the setup:
And it will launch the gog setup. As for installed libs, only use |
It Works! Box64 Awesome! I'll write down the process, see if helps others.
eg. in this case,
Finally got it work. |
@ricoazzurro do you have some authoritative source about the "mono trick" no longer working? I'm not doubting that it's true but maybe you know somebody who wrote about why it doesn't work anymore after Stardew switched from XNA to MonoGame? |
I don't have authoritative source, only my newbie source :) fyi. There's no Ref 1. mono trick Ref 2. stardew moved to .NET Framework in 1.5.5 iirc. and dev removed the exe binery. |
Thank you for coming back on this issue! As the result of my investigation, the ./play.it author made some changes to the Stardew Valley setup and now one can just do:
Then the game will work "out of the box" because play.it also takes care of obtaining old versions of libssl1 and liblttng-ust0. I've already packaged latest box64 for Debian (which includes some fixes to make recent Stardew Valley work) and have sponsored a new version of play.it which currently wating in NEW. The play.it author is also interested in making it easier to use box64 with play.it directly: https://forge.dotslashplay.it/play.it/scripts/-/issues/453 |
Segfault still happens at Raspberry PI 5 with bookworm. I managed to fix it by using emulated libnuma. Download and extract these amd64 debs using the script in the original post:
Now run the game like this:
Without
This symbol is commeted out in box64 code:
|
Description
Stardew Valley v1.5.6.1988831614 (53040) GOG version not working.
ln -s libopenal.so libsoft_oal.so
and workingTested on
RADXA Rock 5B (rk3588) 16GB
LFS, BSP kernel 5.10.110+, Gnome 43.4, box64 (steam_chrome branch) git cc3237a
1080p, default game setting
Reproduce
Logs
stardew-1.log
stardew-2.log
Status
Previous behavior:
Old version with .exe file can use mono trick to play the game.
Current behavior:
Segmentation fault
Screenshots
OpenGL
Additional Information
Box64 (steam_chrome branch), compiled with
libcoreclrtraceptprovider.so looks like .net, I'll furthur test it by replacing with older or newer debian x64 libs.
Thanks again for the awesome project. Since Stardew Valley is an interesting game to play and good to have latest version with full features, I wrote the above niebie stuff, hope it won't bother you too much and issue post here may benifit more gamers. Have a lovely day :)
The text was updated successfully, but these errors were encountered: