View Single Post
  #30  
Old 03-18-2008, 11:05 PM
adam1972 adam1972 is offline
Junior Member
 
Join Date: Mar 2008
Posts: 3
adam1972 is on a distinguished road
Talking

One little change..


Okay after 2 hours of clicking on DRMDBG over and over after having modified the ini file I came up with a solution that worked immediately!
Original:
(on Windows XP) INTO
Code:

[IndivBoxKey]
path=C:\Documents and Settings\All Users\DRM\Cache\Indiv01.key
[drmv2clt]
path=C:\WINDOWS\system32\drmv2clt.dll


Change:
(on Windows XP) INTO
Code:

[IndivBoxKey]
path="C:\Documents and Settings\All Users\DRM\Cache\Indiv01.key"
[drmv2clt]
path=C:\WINDOWS\system32\drmv2clt.dll

Those quotes made it so that my DRMDBG actually pics up the IBX info when it starts up!

Good luck!
Reply With Quote