ptitSeb
ptitSeb
If it's a random issue, you can try to start the server with `BOX64_DYNAREC_STRONGMEM=1` (or play with `~/.box64rc` if you know it), that might be a needed params.
> > If it's a random issue, you can try to start the server with `BOX64_DYNAREC_STRONGMEM=1` (or play with `~/.box64rc` if you know it), that might be a needed params....
@nitroinferno what if you run with `BOX64_DYNAREC_STRONGMEM=1`? Does it make the server more stable?
> @ptitSeb How do I run the valheim service with BOX64_DYNAREC_STRONGMEM=1 from terminal? For example I run the server exec from valheim.service, and typically do 'systemctl start valheim' right in...
Thanks for those analysis, that some interesting stats. It seems this is some multitasking issues. My feeling is that `BOX4_DYNAREC_STRONGMEM` is the main parameter to tweek (values from 0 to...
Make sure you are using latest version box64 also. Or at least the same version across those various tests.
Ah, missing some prefix 65 opcode, ok, I'll add it.
Ok, I have added this opcode (it's only on the interpreter for now, I'll add it in the dynarec later). And don't worry about the sponsor. I don't have any...
Looks good @liuli0217 , why not make a PR for it?
Can you update box64 and try again? Is it still failling?