I recently downloaded regedit 3.33 and the debugger fails. This post adresses the problem in a way that helped, but I cannot finde the named clsid's. So I suppose they have another id in this new version. What are the ids?
ddmitrie wrote: |
well.
1. check this key
HKEY_CLASSES_ROOT\CLSID\{44EC053A-400F-11D0-9DCD-00A0C90391D3}\InProcServer32
and make sure it refers to atl.dll located in system32 directory. If it does not you have to run regsrv32 atl.dll then repeat this step
2. check this key
HKEY_CLASSES_ROOT\CLSID\{9419B6A2-9D73-11D4-BB79-B0BBF3DE2E23}\InProcServer32
and make sure it refers to PHPDbgPS.dll located in phped\debugger subdirectory.
3. check this key
HKEY_CLASSES_ROOT\CLSID\{9419B6C1-9D73-11D4-BB79-B0BBF3DE2E23}\LocalServer32
and make sure it refers to DBGLIS~1.EXE located in phped\debugger subdirectory. If you can't find either 2 or 3 you have to run register.bat.
Finally, you should consult with administrator of your machine to make sure there is no 3rd party software that prohibits installing COM dlls. |