Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hey uh I've run into a very particular problem with the downloaded version that doesn't happen on the browser embedded version the problem being that the window will open but it'll be a black screen & it won't progress past that because the game will then close itself on it's own before anything can load. I've tried to solve the problem myself with my computer's own in-built "program compatibility troubleshooter" but none of it's options have worked, so what I'm saying is I need your help here

You’re not the first this has happened to. Thank you for reporting this! At least one person fixed this by re-downloading; first was a corrupted file. Can you try re-downloading?

Alternatively, could you try Rebooting your computer and trying to run the game? Pardon me for taking shots in the dark here, but I wonder if it’s a memory issue.

Best just to get them to Run the game as I directed above from the CMD window, where Godot will display any errors.

Thank you so much for pointing this out. It’s allowed my brain to finally click and realize that the .console file Godot automatically exports is EXACTLY that. I’ll be including it in all future update files.

Your best option is to run the game from the CMD window and see if Godot spits out any errors.

To tun the game in the Command Window, first load CMD by Windows Key + R then in that window type in CMD.

Once the window is open type in the drive letter where the game is at if its on any other drive than C:. So if your game is on your D: drive type in D: then press enter, this changes the active drive.

Copy the folder path the game is installed to with Control + C from the file explore title bar. Then go back to the CMD window and type in cd followed by a space then use control + v to past the file path then press enter. Then type in the name of the exe to run and press enter.

In my case it looks like this.
CD E:\Adult Games\OnePotionPleaseV0.12

Once you do that the game window will open and Godot will display any errors in the CMD window.