Quote:
Originally Posted by AlonTavor
Looks like PRBF2.exe is being loaded to a dynamic address, did you enable any windows option to do that?
|
Oh man, indeed, that's what was happening. After some malware incident, i just got all Exploit Protection options on Windows Defender forced to the safe side, but forgot that Mandatory ASLR (address space layout randomization) could cause problems. Disabling Mandatory ASLR or adding a Program-specific rule to PRBF2.exe on Windows Defender Exploit Protection seems to work, it now runs perfectly.
Thanks a lot AlonTavor, you and all R-DEVs are what makes this game awesome.