ptitSeb
ptitSeb
Is steam cloud still an issue? I think it's ok now, but I'm not sure.
What version of Doom3 are you trying? Linux, Windows, Steam, BFG?
Can you put some log of the loading and crash, using `BOX86_LOG=1` also?
I have just tried the official Linux version, and I could start a new game with no isue, so you have to be more precise in what is happening and...
Oh, it's custom x86 build of Doom3? Can you put the binaries somewhere so I can test on my side? I used the official binary and it was working fine...
Still working for me on my arm minipc with your binary. You should try to update box86 with latest sources. Also try to run with `BOX86_LOG=1 BOX86_SHOWSEGV=1` for more info...
Not sure box86 can run that. Try to use `BOX86_LOG=1 ./firefox` to have more detail on what lib is missing...
for the `libatomic.so` missing, this lib is not wrapped, so you should grab an x86 version of that lib and copy the binary in the current folder. For `./Browser/start-tor-browser `...
Oh, it's a script. Ok, I see. Well, issue is there: https://gist.github.com/Codeberg-AsGithubAlternative-buhtz/926f6c843ad43b3fd2bee63ab061bdac#file-gistfile1-txt-L99-L102 comment those lines in the script to avoid the test...
Can you try without dynarec (with `BOX86_DYNAREC=0` env. var.) and see if you have the same behaviour?