ptitSeb

Results 2021 comments of ptitSeb

This file is generated automaticaly, and never used by dev. I'm unsure why you see that as an issue.

How can you say it "still works unstably" by just looking at tickets? That seems unfair, and probably not the full picture of the stability.

> > But, what @KweezyCode failed to noticed is that although the patches are maded for wine > > i have not checked wine, so it could be true that...

> > > > But, what @KweezyCode failed to noticed is that although the patches are maded for wine > > > > > > > > > i have...

> > Oh, well, the point on wine is that: if you use the regular version of wine, it needs box86 also to run. But if you use a version...

Pretty sure it's still a side effect of 16k page size simlation there. I nned to improve that simlation, especially when exiting libs (where too much memory get freed on...

Your box64 is super old, update it. Also, keep i mind Steam is a mixed 32bits and 64bits apps, so you will need box86 too.

`custommem.c` define a overloaded `mmap64` symbol, over libc one. It's important for the `BOX64_MMAP32=1` handling. If it doesn't work for you, you can comment lines 1720-1740 of that file, but...

Never seen this issue before. And overloading function is pretty common... Maybe those 2 function (mmap and munmap) should be moved to a separate file, with limited include file to...

Ok, I reproduce the issue. I'll check (an older DRM version, from HumbleBundle, worked fine)