feagi / godot_feagi_integration

Apache License 2.0
3 stars 0 forks source link

Debugger can randomly cause crashes #14

Open Amir-Rasteg opened 2 weeks ago

Amir-Rasteg commented 2 weeks ago

No picture since this issue occurs randomly. Please photograph the error as soon as its spotted

From what I understand, a desync can occur between the Game and the Editor in terms of FEAGI Debug communication, which spams the error logs it crashes the whole editor soon after.

This only effects local testing, FEAGI Debugging is disabled on all exports

It can be avoided by disabling debugging when not needed.

Amir-Rasteg commented 1 day ago

image

Amir-Rasteg commented 1 day ago

if I were to take a guess, some array of bytes is less than 4 bytes long, which causes the error to trigger