ptitSeb

Results 2024 comments of ptitSeb

Any news on this ticket or can it be closed?

Thanks for the analysis. I'll have a look, it shouldn't be slower.

I thought the custom mutex were optionnal in box86, but there are not. I'll make them optionnal (at compile time) on box86 (they are in box64), so you can build...

So, I have disable the use of custom mutexes for now @MamiyaOtaru so, you can update box86 and try again. I assume you should not see the large decrease in...

How can I reproduce the issue myself?

Thank you, I'll try to reproduce later. Note that I will not be much availble in the next week, so it may take some time...

Well, yes, dynarec use lots of memory, because it maps all the memory the program use. Everything is in `custommem.c`. I guess it's mostly the memory "jmp" map that is...

> i found another solution: yust use the wow64 build of wine64. Well yes, now that Wow64 is also supported in box64, this is becoming a viable solution to avoid...

Use x86 bash to run steam script. Check this https://box86.org/2022/09/running-bash-with-box86-box64/ for detail. Also, check ticket #698 , it might be usefull.

I have updated box64 and the README of box86 on running Steam. Note that you need a lot of memory now. binfmt integration is still prefered, but you can probably...