ptitSeb / box64

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

Crysis #23

Open Heasterian opened 3 years ago

Heasterian commented 3 years ago

Crysis crashes when running with Wine with dynarec and interpreter.

CrysisDynarec.txt CrysisInterpreter.txt Here is addr2line.

Dynarec:
0x00000000648ce7b0

/home/heasterian/box64/src/emu/x64run.c:128
0x00000000648ce794
/home/heasterian/box64/src/emu/x64run.c:128
Interpreter:
0x00000000648fdd3c
/home/heasterian/box64/src/tools/box64stack.c:66
0x00000000648cedc0
/home/heasterian/box64/src/emu/x64run.c:478
Heasterian commented 3 years ago

So Crysis is crashing now just after black bars disappear after jumping out of the plane when using dx9.

I checked if they are any missing dynarec opcodes and looks like many are missing. I'm just putting output form console below.

CrysisDyn.txt

Heasterian commented 3 years ago

Looks like Crysis still crashes in same place without any certain output in console indicating crash on Wine or box64 side.

rajdakin commented 3 months ago

Is this fixed now?