Game keeps having errors

I am currently working on a game, and the code used to run smoothly. But, after I put code to move a light to the players position, all my scenes stopped working. I deleted to code, but I still got the error. I tried deleting the object, saving and reloading, rebooting gdev. But the error still isn’t fixed. I even tried reading the .txt file it told me have innfo about the problem, and heres what it said " ". It was completely empty. Please, if you know how to fix this, please help. And if you need, I’ll even send you a link to get the project file.

Check out if you are using an object that comes in an extension, but this extension is disable, for example deactivating the light extension but leaving light objects in the scene will cause compilation errors, I think :slight_smile: