when i press the play button from the editor i get the window to pop up and all the _ready functions happen but the boot splash doesn’t disappear and resizing the window shows no draw functions are happening.
i have confirmed that this only happens with this project.
i don’t know my computers specs apart from its old and there is a sticker on it that says amd A8 and its a lenovo running manjaro.
the error seems like a compute length thing because after a while the window closes without an error mesage.
the project is kind of big but that shouldn’t affect a mostly useless main menu.
If you are trying to run it from the editor, you can enable that from Project Settings > Debug > Settings > stdout > Verbose stdout
You would then check the log file generate in the user://logs directory for what happened (Project > Open User Data Folder). Make sure logs are enabled in Project Settings > Debug > File Logging (they are by default on PC).