Engine doesn't work as expected

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Jimi Vacarians

I’m experiencing bugs with the engine, I can’t close the engine with the X button, the only working way is to kill the process. I’ve the same trouble when I preview my project, get_tree (). quit () has no effect too.

Another thing, in the project setting window, clicking on tabs like “run” show nothing in the panel.

I’ve disabled all extensions that can alter the engine behaviour.
All other projects work perfectly, it’s definitely related to my project, I can send it in MP.
Windows 10 64 bits

Someone had experienced same bugs?

Don’t know if I can assist you, but… have you tried pressing F8 when previewing the game? That may stop it from running.

Ertain | 2018-03-14 07:11

If it’s not exiting that means your project is broken somehow. Did you check the debugger when running?

DodoIta | 2018-03-14 14:35

There is nothing in the debugger, no error. Maybe there is a log file?

Jimi Vacarians | 2018-03-14 16:57

Sounds like an infinite loop somewhere. I’d try adding breakpoints at various spots and tracing through the code.

bitwes | 2018-03-16 00:07