Page MenuHomeFeedback Tracker

Process exit "0x40010006 - DBG_PRINTEXCEPTION_C", unnecessary force close?
Closed, ResolvedPublic

Description

Sometimes I get crashes with the error "0x40010006 - DBG_PRINTEXCEPTION_C", only with 1.60, never had these crashes before.

Googling this error it sounds like OutputDebugString can cause it, https://maximumcrack.wordpress.com/2009/06/22/outputdebugstring-awesomeness/

"Internally, a debug string is handled as an exception. OutputDebugString calls RaiseException with DBG_PRINTEXCEPTION_C (defined as 0x40010006) and the string address and size as the exception parameters. To keep this transparent to the debugger, Windows effectively swallows the exception and notifies the debugger of it through the debug string notification."

Was some debug code accidentally left in for the 1.60 release? Or maybe the crash handler is catching things it shouldn't be?

Details

Severity
Crash
Resolution
Open
Reproducibility
Sometimes
Operating System
Windows 10 x64
Category
Engine
Steps To Reproduce

Unsure, happens in battle royale servers, might be banned/being kicked from them and the error message causes this?

Additional Information

Log files contain different exceptions:

Log file 1:
Exception code: C0000005 ACCESS_VIOLATION at 8B5539BE

Log file 2:
Exception code: C0000005 ACCESS_VIOLATION at 8B55BEDA

Event Timeline

stk25 created this task.Jun 11 2016, 1:15 AM
stk25 added a comment.EditedJun 11 2016, 1:29 AM

-snip-

Pi closed this task as Resolved.Jun 9 2021, 10:24 AM
Pi claimed this task.
Pi added a subscriber: Pi.

Closing due to age