You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says.
When I run without debugging, this appears in the log "Process exited with code -1073741510 (00:00:03.8645611)", and nothing is shown.
The text was updated successfully, but these errors were encountered:
Doesn't happen on my side - it's probably an HRESULT or something thrown/returned by some exception - I furthermore need the program code and/or the OS you're working on. If you can't provide me the code, check your code again - there must be some kind of exception thrown somewhere deep in probably non-public code or something..also mind to convert that negative value into an unsigned integer, which is 0xC000013A:
"If the result code has the "C0000XXX" format, the task did not complete successfully (the "C" indicates an error condition). The most common "C" error code is "0xC000013A: The application terminated as a result of a CTRL+C"." - http://support.microsoft.com/kb/308558/en-us
As the title says.
When I run without debugging, this appears in the log "Process exited with code -1073741510 (00:00:03.8645611)", and nothing is shown.
The text was updated successfully, but these errors were encountered: