Difference between revisions of "Exit code -1073741811 (0xc000000d)"

From BOINC Wiki
Jump to: navigation, search
(Saving FAQ 282)
 
Line 3: Line 3:
 
Disabling the screen saver will give you a work-around for it. Report this error on the forums at all times.  
 
Disabling the screen saver will give you a work-around for it. Report this error on the forums at all times.  
  
From AppDebugWin in the Wiki:
 
  
Starting with Visual Studio 2005, Microsoft re-vamped the whole C Runtime Library. Part of the re-vamp process was to do parameter checking on each function. Places that would normally return a NULL value now cause a structured exception to be thrown.
+
From [http://boinc.berkeley.edu/trac/wiki/AppDebugWin#InvalidParameter0xc000000d AppDebugWin in the Wiki]:
 +
 
 +
''Starting with Visual Studio 2005, Microsoft re-vamped the whole C Runtime Library. Part of the re-vamp process was to do parameter checking on each function. Places that would normally return a NULL value now cause a structured exception to be thrown.''
 +
 
 +
''The nature of this structured exception is different than most as they specifically coded it so that it will not engage the BOINC Runtime Debugger and it'll display a dialog box asking the user if they wish to debug the error. If the user cancels the error code 0xc000000d is returned without any more information.''
 +
 
  
The nature of this structured exception is different than most as they specifically coded it so that it will not engage the BOINC Runtime Debugger and it'll display a dialog box asking the user if they wish to debug the error. If the user cancels the error code 0xc000000d is returned without any more information.
 
 
  | Jorden
 
  | Jorden
 
  | 3
 
  | 3

Revision as of 16:27, 30 June 2016

Is an application error code you will find on Windows computers which use a (certain) video card.

Disabling the screen saver will give you a work-around for it. Report this error on the forums at all times.


From AppDebugWin in the Wiki:

Starting with Visual Studio 2005, Microsoft re-vamped the whole C Runtime Library. Part of the re-vamp process was to do parameter checking on each function. Places that would normally return a NULL value now cause a structured exception to be thrown.
The nature of this structured exception is different than most as they specifically coded it so that it will not engage the BOINC Runtime Debugger and it'll display a dialog box asking the user if they wish to debug the error. If the user cancels the error code 0xc000000d is returned without any more information.


| Jorden
| 3
| 1
| 00:21:49
| 2007-10-02
| 169376
| 1
| 282
| 2007-10-02 00:21:49
| 2007-10-02 00:21:49

|-