ptitSeb
ptitSeb
Ok, interesting. So those rbtree are multiple in fact. There is one per 2M block of memory allocated for dynarec blocks. Those rbtree are then use by `FindDynablockFromNativeAddress(...)` that allows...
So, I pushed a changed in box64 to not populate this rbtree unless needed. That means the 1st time a signal appears on a new address, the old way to...
> Hi bro please fix missing extension next box64 update. I wanna launch WWE 2K25 on box64 next update. I know you can fix all missing extension problems. Thank you...
> [@ptitSeb](https://github.com/ptitSeb) Here are the statistics on node creation and usage after commit [91848ef](https://github.com/ptitSeb/box64/commit/91848efa34e1191a7500b98948c4be26b1df0208). > >  In my case, the number of nodes in `dynamap` is zero, resulting in...
Why did you put "[WoW64]" in the title? CP2077 is a 64bits games, so WoW64 has no effect there.
Run with `BOX64_SHOWSEGV=1` and also `BOX64_SHOWBT=1` to have more details on the segfault (the trace on the SIGABRT is not interesting, it's too late).
> Don't worry you can close this, it was due to me accidentally allocating 0.04 of a core instead of 4 cores Ok, but @code-monet seems to have an issue...
so it's a regression? I'll try to check that.
The Dynarec is what makes box86 fast. But that proves that box86 has a dynarec bug. And the interpreter (what's run when dynarec is disabled) doesn't handle Strongmem very well,...
Tu use box32 to run homm, you would simply use `box64 wine Heroes_HD.exe` But looking at the log, there are some new wrapped function that needs to be implemented in...