Problem in using MiniFuzz on Windows XP or Server2003

Asked By 20 points N/A Posted on -
qa-featured

Hi ,

I receive an error message when using MiniFuzz on Windows XP or Server2003 on my current command . Why is this happen ?

Error message:

Unhandled exception has occurred in your application . If you click Continue , the application will ignore this error and attempt to continue . If you click quit , the application will close immediately . Object reference not set to an instance of an object .

SHARE
Best Answer by Kumay Edwards
Answered By 10 points N/A #140791

Problem in using MiniFuzz on Windows XP or Server2003

qa-featured

Hello Frank,

To fix this issue, it is recommended that you disable the Just-In-Time debugging. And then check if this will fix the issue. Follow the steps below to enable or disable Just-In-Time debugging:

  • Click Options under Tools menu.
  • Select the Debugging folder.
  • Select or empty the significant type of programs that consist of Managed, Native or Script under the Enable Just-In-Time debugging of these types of code box.
  • Ensure that you have the administrator privilege for this to work.

Regards,

Carl

 

Best Answer
Best Answer
Answered By 5 points N/A #140792

Problem in using MiniFuzz on Windows XP or Server2003

qa-featured

 

It is a much known issue and Experts have given very easy and quick solution about this.

You just have to make manual settings so that your minifuzz can achieve exact source configuration and settings.

Below is a command line script which you have to manually run and execute to make necessary settings file manually and automatically save to your minifuzz directory.

“ REG add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsWindows Error Reporting" /f 
REG add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsWindows Error Reporting" /v DontShowUI /t REG_DWORD /d 1 
REG add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsWindows Error Reporting" /v ExcludedApplications /t REG_MULTI_SZ “

Related Questions