BUG: Incorrect generated menu scene path causes crash

AGMaker V 1.0.22

Problem Description:

  1. Set a button in the main scene. After clicking the button, generate a menu scene.
  2. Because in the “open” object, the VS event incorrectly set the menu scene path to the main scene.
  3. When clicking this button, it leads to a direct crash and exit.
  4. This is a bug.

Minimum Reproduction:

  1. Download the attachment.
  2. Press F5 to test, then click the button on the screen.
  3. The bug occurs.

bug reproduction: crash issue due to incorrect menu scene path generation.rar (283.7 KB)

This issue can be confirmed in version 1.0.22.

1 Like

According to the 1.0.23 changelog, specifying a non-MenuScene for the “Open Menu” action will cause a runtime error. Please verify if this is the case. This will help avoid situations where it’s unclear where the mistake occurred during unintended operations.

1 Like

This crash issue has been confirmed as fixed in version V 1.0.23.

The system will display an error notification instead of crashing directly. This has been verified.

Thank you.