blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.
MIT License
1.04k stars 43 forks source link

Crash to desktop when moving blocks #93

Closed jungaboon closed 11 months ago

jungaboon commented 11 months ago

Editor crashes to desktop (no error windows) sometimes when moving blocks around. This often happens when dragging multiple blocks to a new location or duplicating a block with Shift+D and then moving it. The editor will freeze for a second and CTD. Can also sometimes happen when adjusting edges. Happens more frequently as the amount of blocks in the scene increases.

blackears commented 11 months ago

Do you have a specific error message produced? I'm not sure why this would happen, and if it would be related to Cyclops or the Godot editor.

jungaboon commented 11 months ago

Do you have a specific error message produced? I'm not sure why this would happen, and if it would be related to Cyclops or the Godot editor.

I can't find any specific error messages. The entire engine just seems to hang for a second and then crash to desktop. The log file created during this doesn't seem to give any pertinent details other than what hardware is running.

blackears commented 11 months ago

This could just be general instability in Godot, but I'll keep an eye out if I can see anything in the addon causing it.