Re:Failed to insert Pentagon I (Sonar 8.5.2)
March 09, 10 11:15 PM
(permalink)
☄ Helpfulby ceej100 February 27, 14 5:39 PM
I had the same problem in Producer 8.5.3 64 bit on Vista Ultimate x64, and also didn't like the "Run as Administrator" option. So I took off my "musician" hat and put on my "software engineer" hat, spent some time debugging the problem, and came up with a solution.
Turns out there is a registry key that the Pentagon DLL is trying to open with full (ie: read/write) access, however the key permissions are set to read-only for non-admin access, thus the insert failure when not running as Administrator.
Here's the key:
HKEY_LOCAL_MACHINE\Software\rgc:audio software\DXi\Pentagon I
Using the registry editor, I modified the permissions on that key, granting the Users group full control, and now I can insert Pentagon I without running as administrator.
Standard disclaimers... regedit.exe is dangerous, you can mess up your system, make sure you have a backup, don't blame me if you break something, no guarantee this will solve your problem... etc.