diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/23 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
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 +``` + |