learn-gdscript icon indicating copy to clipboard operation
learn-gdscript copied to clipboard

Crash - Lesson 23: Running a set of code causes the entire program to self-close.

Open xU77654x opened this issue 2 years ago • 2 comments

Running the following code in Lesson 23, Exercise 1 causes the GDQuest program to close once the code is run:

var waiting_orders := [] var completed_orders := []

func complete_current_order(): ----waiting_orders.pop_front() ----completed_orders.append()

Please note that I had to replace the tabs with four dashes when I pasted the code into here for it to display correctly. I had expected the code to either create an error, or state that the exercise requirements were not met. I am using the Linux Desktop version of the most recent version. I also don't expect this to be a "correct answer", but I would prefer to not have to reopen GDQuest just for having to test this mistake.

xU77654x avatar May 27 '23 23:05 xU77654x

Probably linked to #864, review after tackling #864

NathanLovato avatar Sep 30 '23 07:09 NathanLovato

Could you please try again with the latest update from itch.io? I just pushed a new version, tested, no crash on Linux on my end: https://gdquest.itch.io/learn-godot-gdscript

NathanLovato avatar Oct 06 '23 08:10 NathanLovato