D-IDE icon indicating copy to clipboard operation
D-IDE copied to clipboard

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

Open vittorioromeo opened this issue 12 years ago • 1 comments

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.

vittorioromeo avatar Sep 30 '12 12:09 vittorioromeo

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

aBothe avatar Sep 30 '12 13:09 aBothe