Fobes 0 Posted November 27, 2022 Posted November 27, 2022 Hi there, I contribute to the open source project PCSX2. Recently, our memory allocation was updated, and we experienced issues with some users. When looking through our dump of modules loaded, I took note of `C:\Program Files\ESET\ESET Security\ebehmoni.dll` Sure enough, downloading and installing ESET NODE32 allowed me to reproduce the issue, but not under a debugger. Disabling the Deep Behavioural Inspection allowed the program to run without error. There is a topic here with a minimum reproducible example that inhibits what I think is the same exact issue.https://learn.microsoft.com/en-us/answers/questions/869439/virtualalloc2-and-mapviewoffile3-strange-behaviour.html (Example: https://docs.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-virtualalloc2) My belief is that some part of the monitoring going on is breaking these calls.
Administrators Marcos 5,461 Posted November 27, 2022 Administrators Posted November 27, 2022 Thank you for the heads-up, the issue has been reported to developers. Will keep you posted. P_ESSW-15833 Fobes 1
Administrators Solution Marcos 5,461 Posted November 29, 2022 Administrators Solution Posted November 29, 2022 The issue will be addressed in the Deep behavioral inspection support module 1124 soon. Thank you for reporting it.
Fobes 0 Posted November 30, 2022 Author Posted November 30, 2022 No problem, thank you for the quick responses.
Recommended Posts