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

From BOINC Wiki
Jump to: navigation, search
(adding table)
(removing broken link to original faq)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Is an application error code you will find on Windows computers which use a (certain) video card.  
+
Is an application error code you will find on Windows computers which use a (certain) video card. <br>
 
+
Disabling the screen saver will give you a work-around for it. Report this error on the forums at all times. <br>
Disabling the screen saver will give you a work-around for it. Report this error on the forums at all times.  
+
<br>
 
+
From [http://boinc.berkeley.edu/trac/wiki/AppDebugWin#InvalidParameter0xc000000d AppDebugWin] in the BOINC development wiki:<br>
 
+
<br>
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.''<br>
 
+
''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.''<br>
''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.''
+
<br>
 
+
<br>
''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.''
 
 
 
 
 
 
{| class="wikitable" style="text-align: center;"
 
{| class="wikitable" style="text-align: center;"
 
  ! Original writer
 
  ! Original writer
Line 17: Line 14:
 
  |-
 
  |-
 
  | Jorden
 
  | Jorden
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=282 282]
+
  | 282
 
  | 02-10-2007
 
  | 02-10-2007
 
  |-
 
  |-
 
  |}
 
  |}

Latest revision as of 21:39, 16 August 2017

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 BOINC development 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.


Original writer Original FAQ Date
Jorden 282 02-10-2007