WohlSoft/Moondust-Project

Editor: "Reload config pack" silently crashes the editor

Emral opened this issue · 3 comments

Emral commented

Which component?
image

Describe the bug
Hitting "Reload Config Pack" causes the editor to close. Test environment: Current dev build of SMBX2.

Crash report and log files
Critical: Config data path not exists: ../data/

Desktop specs (please complete the following information):

  • Win 11

My only lead is that it might have to do with this:
image

Prior to me updating the editor today, it was simply ..
I had to change it because SMBX2 wouldn't open, producing this log:

Critical: Level graphics path not exists: C:/X2/graphics/
Fatal: Initialization failure: Error loading configuration package

Adding a / at the end doesn't change the result.

I guess, I accdentally messed something here: cb71cb1
Yeah, I missed up some of code while made this freature, going to fix this as fast as spossible.

Okay, I fixed the bug just now. Please wait until the CI build completes https://github.com/WohlSoft/Moondust-Project/actions/runs/5363707359, and then:

  • Revert the update to "main.ini".
  • Perform the update of the DevKit again.
Emral commented

Fixed, thanks!