Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Don't worry. It's my pleasure. I'll send it over tomorrow as soon as I can.

(1 edit)

Just a thought, but are you running the program as Administrator? Also can you show me the console output? And try using the launcher with admin privileges

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

Okay so we rule out the admin problem, I uploaded a new version which should redirect the console output to a file names log.txt in the same directory, please send me the contents.

Here is the file: https://1drv.ms/t/s!Ag4aWPoVkOIfkgfDz4zdwe4XL6AI Hope it helps.

I am clueless the crash wasnt reporting because it isnt catching any crash. It may be crashing on another Thread so I added more exception handling as well as a global one. Please could you try running the launcher once more? It may be that. Any way thank you for your patience.

I'll do it tomorrow first moment I got. Don't worry.
Same outcome. https://1drv.ms/t/s!Ag4aWPoVkOIfkgkBLZ7LUFcByStL
(1 edit)

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.

Don't have the slightest idea how to use that command. The path is H:\Itch Games\Project Hedra. Please type precisely what do you want me to into into the run prompt.