Detanup01 / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
86 stars 36 forks source link

err:msvcrt:_wassert (L"!status",L"./steamclient_main.c",356) #25

Closed detiam closed 3 weeks ago

detiam commented 4 weeks ago

After Proton 9.0 update, it no longer works with this emu. by checking the log

34883.661:0168:016c:err:steamclient:steamclient_init unable to load Steam_IsKnownInterface
34883.661:0168:016c:err:msvcrt:_wassert (L"!status",L"./steamclient_main.c",356)

seems related to code here, commit cf89fdf018d500dfacd80ce48f35733bbb2baef0. I have no idea, can anyone help?

raw log: log-proton8.log log-proton9.log

otavepto commented 3 weeks ago

check the linked PR, the error was due to missing exports, I assume they were newly added.