serbow
September 8, 2025, 10:31am
1
AGMaker V 1.0.22
Problem Description:
Set a button in the main scene. After clicking the button, generate a menu scene.
Because in the “open” object, the VS event incorrectly set the menu scene path to the main scene.
When clicking this button, it leads to a direct crash and exit.
This is a bug.
Minimum Reproduction:
Download the attachment.
Press F5 to test, then click the button on the screen.
The bug occurs.
bug reproduction: crash issue due to incorrect menu scene path generation.rar (283.7 KB)
Justus
September 8, 2025, 12:13pm
2
This issue can be confirmed in version 1.0.22.
1 Like
Justus
September 12, 2025, 3:01am
3
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
serbow
September 12, 2025, 7:02am
4
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.