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
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.
1- Open Cmd in the folder you have the procdump.exe
2- Run this command procdump.exe -e 1 -x "H:\Itch Games\Project Hedra/" "H:\Itch Games\Project Hedra/Hedra.exe" It will run the game and generate a .dump file with more information about the crash. And then send me the .dump file which will be in the folder "H:\Itch Games\Project Hedra/" By the way which proccesor do you have and its 32 or 64 bit? Also which video card