Coreforge
Coreforge
I also tried both controllers on the CM4 now. The ASR-5405 works mostly fine, though I had a few stability issues. On a few boots, the controller wasn't recognized over...
On the cm4, adding `aacraid.commit=1 aacraid.msi=1` to the kernel command line makes SAS devices appear in `arcconf` reliably now (previously, the link status was shown, but the drives themselves didn't...
It seems like some recent update broke the game. With DXVK, it hangs after a few seconds, using both radv and amdvlk. File integrity is good, and it works mostly...
With the dynarec disabled, it seems to work fine, so I'm currently doing a run with `BOX64_DYNAREC_TEST` to maybe find where this issue is coming from.
Same result with those flags. From the results of `BOX64_DYNAREC_TEST`, it looks like the dynarec is not jumping on some `jne` instructions, while the interpreter is. ``` Warning, difference between...
The relevant part from the dump (the two adds at the beginning are just incrementing the source and destination address) is ``` New Instruction x64:0x220cf176, native:0x7fa08cd8f8 0x220cf176: 48 81 C1...
The issue seems to be happening outside of that block, as it already started with a negative value. I'll need to expand the range I'm tracing on a bit (but...
That's what I did, but the interval I had at first was too small, and the one I used afterwards produced a lot more logs and might still have been...
I haven't gotten further yet, but I looked a bit through the differences `DYNAREC_TEST` printed out. ``` Warning, difference between x64 Interpreter and Dynarec in 0x1700185f0 (8b 13 89 d0...
Just tried it again to be sure, didn't help.