Godot Version
4.3
I will link the video I am attempting to follow.
I was working on the project from between the 35 minute mark and the 56 minute mark without opening the game, I tried once to check a value and it didn’t open due to some unfinished physics process. I continued following along doing my best to understand the intricacies but if I’m being honest the physics between the player and camera was a little confusing to me. But I continued following and doing my best to pause frequently to make sure I was using correct indentation and code.
At around 55:45 the guide its a stopping point and loads up the game. The movement processes aren’t done but the game should open and let you kinda control the character, but fully control the camera, jump, and make your character face the direction the camera is pointing with a button press.
However when I try opening the game it just doesn’t open. it’s a gray screen that doesn’t even have an application name. If I try to close it by using the X button on the application it tells me its not responding and I have to force close the program. The weirdest part is that nothing appears in the debug screen at all, so I have no idea what’s causing the issue. I’ve gone through the code, fixed a mistake I made that didn’t change the outcome and i can’t figure anything out.
It’s important to note the project was working before this part of the tutorial, I was able to control the character, jump, and move the camera although it wasn’t very smooth at all.
I’m hoping someone can help me figure out how to find the problem in the code. I’m still pretty new to programming, I’ve done some 2D work but I don’t really have experience with debugging or troubleshooting the engine. I appreciate any help.