UPBGE / upbge

UPBGE, the best integrated game engine in Blender
https://upbge.org
Other
1.39k stars 177 forks source link

UPBGE crashes when python script has syntax error #1860

Closed Yebihashu closed 7 months ago

Yebihashu commented 7 months ago

This makes the work uncomfortable because we use to do a lot of syntax error while writing scripts and need to open UPBGE again lot of times.

  1. Open UPBGE with new project (cube shown)
  2. Create new logic node, but do not add any node
  3. Set logic as a scene one (Pressing N -> Dashboard -> "Set as Scene Logic") - This creates a default scene.py python script
  4. Write a line with syntax error in scene.py
  5. Run game (pressing P)

No blend.crash.txt file is created for this one.