Fobes 0 Posted November 27, 2022 Share 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. Link to comment Share on other sites More sharing options...
Administrators Marcos 4,702 Posted November 27, 2022 Administrators Share 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 Link to comment Share on other sites More sharing options...
Administrators Solution Marcos 4,702 Posted November 29, 2022 Administrators Solution Share Posted November 29, 2022 The issue will be addressed in the Deep behavioral inspection support module 1124 soon. Thank you for reporting it. Link to comment Share on other sites More sharing options...
Fobes 0 Posted November 30, 2022 Author Share Posted November 30, 2022 No problem, thank you for the quick responses. Link to comment Share on other sites More sharing options...
Recommended Posts