Hi there, I am having issues running a standalone version of my game. Every time I try to run it, it just opens and then closes and I don't know what I am doing wrong, or if this is a problem with 4.1.1. I've tried a few things but I need your help on this little tidbit. Here are the things that I've tried.
- Opening up all of my assets (.ogg, .png), scenes, (.tscn), and scripts, in the editor.
- Running the .exe file at a separate location other than the location of the game's files. This includes its .pck file and .console file as well.
- Running the game inside of the same location of the games files. This works but I don't see a reason to make ALL of the code available for people to edit in their game.
- Restarting my Computer.
- Restarting Godot
Now as for things that works and doesn't work, 3 is the only one that works. I was able to see what was going on before it decided to crash. It said something about it not finding the resources at all in the .pck file, or something along those lines. I would go with option 3, but I don't want people to have the ability to mess around with the source code. It could break somethings, or worse they could take my code and make "their" game with it.
Any help is welcome, and thank you so much for reading this forum post.