Anyone noticed more crashing of Godot UI?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By duke_meister
:warning: Old Version Published before Godot 3 was released.

Fairly regularly I get Godot just bombing out on me. I’m using the official 2.0.3 on Windows 10. The UI disappears instantly with no warning. It seems to be when I’m undoing/redoing in the script editor. I feel a sense of Deja Vu because I was using another game engine before Godot that was doing exactly the same thing… It got to the point I was afraid of doing too many undos/redos. Now I feel the same in the Godot editor :confused:

It happened just now, and because my app was still running, the Godot dos box was still up and displaying this at the end (not sure if it’s relevant though!)

Note there were 9 of these errors in a row, I’ve removed most of them :slight_smile: Check the 3rd last line :smiley:

ERROR: Object::emit_signal: Error calling method from signal 'breaked': 'ScriptEditor::_breaked': Expected 2 arguments.
   At: core\object.cpp:1210
*User switched to another app*
ERROR: Object::emit_signal: Error calling method from signal 'breaked': 'ScriptEditor::_breaked': Expected 2 arguments.
   At: core\object.cpp:1210
shit?: No error
ERROR: StreamPeerWinsock::read: Server disconnected!

   At: platform\windows\stream_peer_winsock.cpp:210

The line with asterisks is a print from my app as I switched from my app to the editor.

Needless to say, this can cause loss of work. If I could get code completion working in the Atom editor I’d probably switch to that.

What OS are you using?. Actually I have a similar problem in arch linux, I just click in the workspace (?) and godot disappears. But It’s better to check in the github page if there is another related issue.

In my case is related to this issue: Editor crashes when clicking on empty area in 2D scene (GCC 6) · Issue #4673 · godotengine/godot · GitHub

In the meantime I’m using the steam version.

al.glez | 2016-05-26 01:40

Windows 10. I’ve updated the question. For me it’s really only in the script editor.

duke_meister | 2016-05-26 02:47

Could you make a bug report on GitHub?

Akien | 2016-05-26 08:00

Ok I’ll do that.

duke_meister | 2016-05-26 08:02

I started getting crashes right after starting to use it. In the start window if I go to the template tab it crashes. And also when I clicked on the AssetLib tab, it crashed.

Although now both of them seem to work without crashes. Maybe something to do with downloading content?

MarkoH | 2016-11-16 18:49

:bust_in_silhouette: Reply From: duke_meister

It seems there are known issues relating to crashing during complex redo operations.

See here