diff options
Diffstat (limited to 'results/scraper/box64/23')
| -rw-r--r-- | results/scraper/box64/23 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/results/scraper/box64/23 b/results/scraper/box64/23 new file mode 100644 index 000000000..fcab20c20 --- /dev/null +++ b/results/scraper/box64/23 @@ -0,0 +1,24 @@ +Crysis +Crysis crashes when running with Wine with dynarec and interpreter. + +[CrysisDynarec.txt](https://github.com/ptitSeb/box64/files/6760216/CrysisDynarec.txt) +[CrysisInterpreter.txt](https://github.com/ptitSeb/box64/files/6760217/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 +``` + |