Hi everyone !

I try for the first time to export my game in a .exe for Windows, but when I export and open the exe file, it launch Godot splashscreen and quit after. Don't know what append !

I'm guessing you haven't set up the start-up(main) scene/file properly. Typically this would be your main menu scene.

http://docs.godotengine.org/en/stable/learning/step_by_step/scenes_and_nodes.html#configuring-the-project

In case you have a main scene set-up correctly, try launching your .exe from the command line, it's more than likely throwing some sort of an error and closing the run-time after that. If that is the case we can only help if you post the error message or a screenshot of the error message.

24 days later
6 years later