No, It seems to be crashing before the reporting, but inside the build there was a .pdb file, could you send me it? I really appreciate you are helping me to debug this, Thank you.
Yes, I'm running it as admin (also the launcher). No, I can't screenshot the console because the game screen tries from the beginning to open as fullscreen, and covers the console. Then crashes, and the console dissapears. I've tried. Here is the file: http://tinyurl.com/jl8o4bk
Here is the file: https://1drv.ms/t/s!Ag4aWPoVkOIfkgfDz4zdwe4XL6AI
Hope it helps.
I am starting to think it's something It's something more related to the OS e.g A compatibility problem in my code. Download Procdump https://technet.microsoft.com/en-us/sysinternals/d... and run this command next to the Hedra.exe
procdump.exe -e 1 -x "Path/To/CrashDump/Folder" "Path/To/Hedra.exe/Folder" It will generate a crash dump of the process on the first unhandled exception, Then I can read it and see whats all about.