ptitSeb / box64

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

Layers of Fear crashing #142

Open Heasterian opened 3 years ago

Heasterian commented 3 years ago

Looks like after recent fixes Layers of Fear is close to start, at this moment I was able to go in-game with variables BOX64_NODYNAREC=0x111111-0x1111111 and -force-opengl.

Issues with internal strorage driver of Poco F1 makes it too annoying to continue cracking issue on it. If I find time, I'll retry on Jetson Nano.

Heasterian commented 3 years ago

Also looks like at more or less at same adresses Slime Rancher requires disabled dynarec when it was running fine last time I tried it on Jetson.

rajdakin commented 3 months ago

Is this fixed now? (Also, please open two separate issues when you have two separate games crashing with different behavior.) Note that 0x111111-0x1111111 (the address range you have provided) is actually a fairly wide address range which probably surrounds a big part of the executable (the start address is 6 ones, the end address is 7, so you have blocked 16⁶=2²⁴~10⁷ addresses).