ptitSeb

Results 2024 comments of ptitSeb

I'm making progress. I'm going in the menu now (I had a silly mistake, it's glColorPointer(4, GL_UNSIGNED_BYTE, blabla) and not glColorPointer(4, GL_BYTE, blabla)... That was segfaulting. Here is the actual...

Ok, great. I'll follow the wiki and make a fork and a gles branch and so on... I never played Forsaken online (but I remember playing the single player part)....

Making good progress. Single player is playable now. I haven't tried multiplayer yet. I'll do some public or closed beta now on the Pandora (not sure which one), because I...

Ok, I have found a workaround. Update to the latest box86 and MT4 should works fine.

I could launch it on my side. Please re-install it. Are you using a 64bits or 32bits version of wine?

I tried on 5.3 32bits and 8.7 64bits. I noticed that DXVK trigger on my side, so it might be a graphic driver issue. You can try with software rendering,...

Well, I don't reproduce on my side, so that will be more tricky to debug. Try to launch with `BOX86_LOG=1 BOX86_SHOWSEGV=1 BOX86_SHOWBT=1` to have more logs

Strange. can you add `BOX86_ROLLING_LOG=1` and run again, to have even more logs

Well, I see nothing wrong in this log... Except there is sudenly a segfault out of nowhere. Do you know if MT4 evolved lately or it is still the same...

I have looked at this ticket and found a potential fix: ```diff diff --git a/lib/compiler-llvm/src/translator/code.rs b/lib/compiler-llvm/src/translator/code.rs index 1578373f7f..bec449189b 100644 --- a/lib/compiler-llvm/src/translator/code.rs +++ b/lib/compiler-llvm/src/translator/code.rs @@ -1554,7 +1554,7 @@ impl LLVMFunctionCodeGenerator {...