-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
Steam won't launch, get a crash dump after libcurl.so #2021
Comments
This seems similar, but IMO not related, as I'm on the latest versions of everything in a clean environment: ptitSeb/box86#1012 |
some user needed to delete I didn't reproduce the issue on my side. Steam works on all my tests devices. |
@ptitSeb - Indeed, if I move that file out, I am now getting further into the launch. It updated Steam (480 MB download), then launched! Yay :)
|
Closing this in favor of ptitSeb/box86#1012 since that's indeed the issue. |
@ptitSeb with the latest Box64/86 versions, is this |
I'm unsure. It might help, but only 1 time. After that, it should just work. |
@Botspot / @ptitSeb - I just did another new install (fresh Pi OS install, ran
Again, running |
can pi-apps install script remove that file the 1st time? or is the sequence not ok for now? I'm unsure if this libs comes from extraction script or from a 1st download. Side note: box32 is now usable (a bit) from steam. Box86 is still needed to run Steam, but a box64 build with box32 enabled (and without box32 binfmt integration) will be automaticaly used for 32bits games inside Steam. It can be used to run some Linux 32bits games (like 12 Labour of Hercules VI, a casual game, or Geometry War 3), some opengl windows games (like Geometry Dash), or even Half Life 2 somehow... and so using 64bits driver, enabling hardware acceleration on NVidia GPU for example. Still experiemental and many things don't work, but it's a nice option to have already on Ampere (and Swtich/NVidia SBCs too I guess). |
I think if it removes that file 1st time, it should be okay. It just silently dies if you try launching Steam from the UI for now. |
Remove crashhandler.so as referenced in ptitSeb/box64#2021 Add back the desktop launcher in the original location to prevent file copying failure and error exit
This commit that I pushed 1 minute ago ought to solve the problem. |
@Botspot thanks! I will have to give it a try soon! |
Remove crashhandler.so as referenced in ptitSeb/box64#2021 Add back the desktop launcher in the original location to prevent file copying failure and error exit
After debugging over in Pi-Apps (see Botspot/pi-apps#2676), I still can't get Steam to launch today after its latest update (and now a fresh install). It always fails with a crashdump, consistently.
I've tried with a brand new Pi OS 12 install, and with my existing install, and also tried reinstalling and updating everything both ways, and always end up here:
The crashdump is attached:
assert_20241112112613_3.dmp
User @Coreforge also ran into this issue yesterday, suggesting it may be some new functions box64 doesn't currently wrap.
The text was updated successfully, but these errors were encountered: