ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.73k stars 267 forks source link

EarthX (Unity3D) crashes after splash screen on M1 #1456

Open KnedlikMCPE opened 5 months ago

KnedlikMCPE commented 5 months ago

Pretty self explanatory - when I launch EarthX using the latest master of box64, it shows the splash screen, then it freezes and subsequently crashes. Find attached the log. log.txt

ptitSeb commented 5 months ago

I don't own that game yet. I'll see if I'll get it later. This will probably needs some debugging. I'll also try to run some other Unity3D game on M1 in the mean time.

KnedlikMCPE commented 5 months ago

Any news or tips how I could debug?

ptitSeb commented 5 months ago

So, I tried this game on my M1 running Fedora, and it just load and works fine.

There are a few graphics artifacts, but that's a graphic driver issue, not a box64 one (I also tried the game on an arm64 machine with an NVidia graphic card, and there was no issue there).

Make sure your are using the latest box64 and it should work.

Please update so the ticket can be closed.

KnedlikMCPE commented 4 months ago

Hmmm, that's weird. Even with running a git pull and clean building, it crashes on startup... How can I ensure I'm actually running a completely clean version of box64?