Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running without debugging doesn't work (unless I select external console) #4

Open
vittorioromeo opened this issue Sep 30, 2012 · 1 comment

Comments

@vittorioromeo
Copy link

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.

@aBothe
Copy link
Owner

aBothe commented Sep 30, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants