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
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.