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

Application crash in lesson 11, practice 2 "Moving in a Circle Using Delta".

Open blikoor opened this issue 2 years ago • 1 comments

Describe the bug Seems like when you fail to complete a practice by running the code the first time, and run the code a second time, the application will crash. For example: Typing "rotate(2 * delta)" and running the code for a second time, causes the application to crash.

To Reproduce Steps to reproduce the bug:

  1. Select the second practice in lesson 11.
  2. In the code editor, add "rotate(2 * delta)" in the next line of the _process function:
  3. Run the code.
  4. Once an error is displayed in the output dialog, run the code a second time.

Expected behavior The second time the practice script runs, the application should check the code and not crash.

Screenshots

Information about your device (please complete the following information):

  • Operating System: Windows 10 Pro, 22H2, 19045.2965
  • CPU: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz 1.80 GHz
  • GPU: Intel UHD Graphics 620
  • RAM: 12GB
  • Application: Learn Godot GDScript Windows Release v14
  • Browser: Browser is not applicable since this bug report is for the standalone application.

Additional context The issue is similar and probably connected to what Rafael1712 already reported with Crash in lesson 10, practice 2 "Creating Circular Movement". #807.

blikoor avatar May 18 '23 08:05 blikoor

The problem might be solved without realizing it. Can you try to reproduce it again?

yilmazdurmaz avatar Jul 11 '23 02:07 yilmazdurmaz