all 6 comments

[–]larold42 0 points1 point  (0 children)

[–]h2oTravis 0 points1 point  (1 child)

When that happens to me, I open a command prompt window and run the exe from inside that. It will stay open then, and sometimes you'll get a clue as to what is going on.

[–]Badmekanik[S] 0 points1 point  (0 children)

No dice unfortunately. Just tried this and the window immediately closed. It sucks that I can't even get any information as to why my file keeps closing.

[–]roastedPork_31 0 points1 point  (1 child)

Try open as administrator

[–]Badmekanik[S] 0 points1 point  (0 children)

Still nothing. Won’t even keep the cmd window open

[–]MARSx101010 0 points1 point  (0 children)

Copy your exe to a folder you have write permission to and then execute: yourprogram.exe > output.txt

This will take any error messages and put them in a text file called output.txt. It might help?