diff options
Diffstat (limited to 'results/scraper/box64/881')
| -rw-r--r-- | results/scraper/box64/881 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/results/scraper/box64/881 b/results/scraper/box64/881 new file mode 100644 index 000000000..a5ed3de7a --- /dev/null +++ b/results/scraper/box64/881 @@ -0,0 +1,24 @@ +DYNAREC makes factorio headless server boot slow and not work +### Environment +Device: Raspberry Pi 4 Model B +OS: Debian GNU/Linux 11 (bullseye) aarch64 +Box64 version: Box64 with Dynarec v0.2.3 a6b231ce built on Jul 10 2023 18:19:54 +Factorio headless server version: 1.1.80 + +### Description +When running factorio headless server, turning dynarec on will make it fail + +### Reproduction +Case 1 +1. Download https://www.factorio.com/get-download/1.1.80/headless/linux64 and extract it +2. Run `BOX64_DYNAREC=1 box64 bin/x64/factorio --start-server map.zip` (map attached for convenience of not having to make a savefile yourself) [map.zip](https://github.com/ptitSeb/box64/files/12034082/map.zip) +3. Observe as it very slowly boots up and finally crashes + +Case 2 +1. Run `BOX64_DYNAREC=0 box64 bin/x64/factorio --start-server map.zip` +2. Observe as it boots very fast and works, although incredibly slow + +### Logs +attached are logs of trying to run factorio headless server with DYNAREC=1 and DYNAREC=0 +[fail.log](https://github.com/ptitSeb/box64/files/12034051/fail.log) +[success.log](https://github.com/ptitSeb/box64/files/12034052/success.log) \ No newline at end of file |