Need help here as something has going wrong. I was using 9159 with no problem for a long time under windows 7x64, but it fails to even start up after I upgraded to windows 10 just last week. I then downloaded 9219 but the same problem, nothing shows up when executed.
This is a development system with vs2005, vs2008 and vs2010 but there was no problem before and windbg was not running.
The event log shows a "second chance exception 0x0000005" error so I started up windbg and analyzed the dump file and it simply says that dvdfab wrote to address 0x0000000 so there is a null pointer problem somewhere in the code I am guessing.
Possibly something in the windows 10 sdk environment is trapping the error and if so, I do not know how to disable it.
I attempted to turn off "data protection" for dvdfab.exe but the dialog box refused to allow me to turn it off. I was thinking that was the problem.
Anyway, I do have dvdfab9 installed on another windows 7 system so I am not stuck but I would like to know if anyone else has the problem or if anyone can make a suggestion.
TIA.
This is a development system with vs2005, vs2008 and vs2010 but there was no problem before and windbg was not running.
The event log shows a "second chance exception 0x0000005" error so I started up windbg and analyzed the dump file and it simply says that dvdfab wrote to address 0x0000000 so there is a null pointer problem somewhere in the code I am guessing.
Possibly something in the windows 10 sdk environment is trapping the error and if so, I do not know how to disable it.
I attempted to turn off "data protection" for dvdfab.exe but the dialog box refused to allow me to turn it off. I was thinking that was the problem.
Anyway, I do have dvdfab9 installed on another windows 7 system so I am not stuck but I would like to know if anyone else has the problem or if anyone can make a suggestion.
TIA.
Comment