bobmitchell wrote:NeroVision still broken. Had to uninstall 7.2.0.3 first, since it did not install properly with it in. [...] Been sitting here for at least 4 minutes and NeroVision still not loading
Bob
Have you waited any longer? How fast is your machine? I noticed that NeroVision does lots of registry hits during startup. I counted 159506 registry hits with Regmon (sysinternals.com) producing a high CPU load. This can take a long time on a slow machine. Perhaps there are more registry hits depending on available information. This might take even more time.
I think this is a bug because most of those registry hits are redundant and repeat thousands of times:
- Code: Select all
18.21226883 NeroVision.exe:1296 OpenKey HKLM\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers SUCCESS Access: 0x20019
18.21398163 NeroVision.exe:1296 OpenKey HKLM\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT SUCCESS Access: 0x20019
18.21403694 NeroVision.exe:1296 QueryValue HKLM\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT\DLL SUCCESS "nvoglnt"
18.21506882 NeroVision.exe:1296 QueryValue HKLM\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT\Flags SUCCESS 0x1
18.21508598 NeroVision.exe:1296 QueryValue HKLM\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT\Version SUCCESS 0x2
18.21510315 NeroVision.exe:1296 QueryValue HKLM\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT\DriverVersion SUCCESS 0x10000
18.21723938 NeroVision.exe:1296 CloseKey HKLM\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT SUCCESS
18.21761703 NeroVision.exe:1296 CloseKey HKLM\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers SUCCESS