Full crash when hiding and saving a JourneyMap waypoint
SammyWhamy opened this issue · 3 comments
Modpack Version
Expert 1.0.0
Describe your issue.
I tried to make a waypoint not show up in Atum, so i turned it off, then hit save, and minecraft fully crashed.
Crash Report
https://gist.github.com/SammyWhamy/49465529b4e56ec67f091695269def5d
Latest Log
https://gist.github.com/SammyWhamy/067f36b10058e627c075da5224f63288
Have you modified the modpack?
No
User Modifications
No response
Did the issue happen in singleplayer or on a server?
Singleplayer
Apparently now I'm completely unable to use the waypoints as a result, as soon as i exit out of the screen my minecraft crashes. Aside from that it also seems this caused me to lose all my non-atum waypoints
Fixed the issue myself, although this should obviously not normally happen.
Fix steps:
First navigate to instance/minecraft/journeymap/data/sp/world/waypoints
.
If any of the .json
files have "dimensions: []"
(Empty array), add back the dimension it was supposed to show in.
Restart minecraft, should be fixed now.
Aside from that it also seems this caused me to lose all my non-atum waypoints
My guess is this was caused by the parsing of waypoints failing after the broken one, which caused them to not show up. They reappeared after doing this fix.
Fixed the issue myself, although this should obviously not normally happen.
Fix steps: First navigate to
instance/minecraft/journeymap/data/sp/world/waypoints
. If any of the.json
files have"dimensions: []"
(Empty array), add back the dimension it was supposed to show in. Restart minecraft, should be fixed now.Aside from that it also seems this caused me to lose all my non-atum waypoints
My guess is this was caused by the parsing of waypoints failing after the broken one, which caused them to not show up. They reappeared after doing this fix.
no dice for me, but the fact i can go in and delete waypoints is a fix that worked, so thanks