VBoxStartup.log spam on opengl32.dll loads
Posted: 12. Oct 2014, 17:46
The "VBoxStartup.log" log file since when 3D acceleration is enabled, seems to be spammed with entries like this:
Guess whatever code does the 3D acceleration is calling LoadLibrary("OPENGL32") a lot.
The log grows very fast to the point I'm afraid exteneded use can create gigabytes of log entries.
This log messages really need to be squelched somehow.
If there is any workaround to silence them for now, I would be grateful.
Code: Select all
20cc.2870: supR3HardenedMonitor_LdrLoadDll: 'OPENGL32' -> 'C:\Windows\system32\OPENGL32.dll' [rcNt=0xc0150008]
20cc.2870: supR3HardenedScreenImage/LdrLoadDll: cache hit (VINF_SUCCESS) on \Device\HarddiskVolume2\Windows\System32\opengl32.dll
20cc.2870: supR3HardenedMonitor_LdrLoadDll: pName=C:\Windows\system32\OPENGL32.dll *pfFlags=0x0 pwszSearchPath=0000000035329da0:C:\Program Files\Oracle\VirtualBox;C:\Windows\system32 [calling]
20cc.2870: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=000007fef3b60000 'C:\Windows\system32\OPENGL32.dll'The log grows very fast to the point I'm afraid exteneded use can create gigabytes of log entries.
This log messages really need to be squelched somehow.
If there is any workaround to silence them for now, I would be grateful.