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

Crash in lesson 10, practice 2 "Creating Circular Movement".

Open Rafael1712 opened this issue 2 years ago • 1 comments

I'm submitting a...

  • [x] Bug report.
  • [ ] Feature request.

Bug report

What is the current behavior? Writing a move_local_x function with a "scaled" parameter value of true and running it for a second time, causes the application to crash.

What is the expected behavior? The second time the practice script runs, the application checks whether it fulfils the practice's requirements.

Tell us the steps to reproduce the bug, and if possible share a minimal demo of the problem.

  1. Select the second practice in lesson 10.
  2. In the code editor, add this line to the _process function: move_local_x(5, true)
  3. Run the code.
  4. Once an error is displayed in the output dialog, run the code a second time.

Other

Other information

I got the application from itch.io (Linux version).

System information: OS: Manjaro Linux x86_64 Host: Inspiron 15 7000 Gaming Kernel: 6.1.12-1-MANJARO Uptime: 7 hours, 30 mins DE: Plasma 5.26.5 WM: KWin CPU: Intel i7-7700HQ (8) @ 3.800GHz GPU: NVIDIA GeForce GTX 1050 Ti Mobile GPU: Intel HD Graphics 630 Memory: 4959MiB / 15865MiB

Rafael1712 avatar Mar 15 '23 01:03 Rafael1712

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

yilmazdurmaz avatar Jul 11 '23 02:07 yilmazdurmaz