mega12345mega / NBT-Editor

Edit items, blocks, and entities in-game.
MIT License
31 stars 9 forks source link

Game Crashing #94

Closed toadwaawa closed 3 months ago

toadwaawa commented 3 months ago

"The game crashed whilst initializing game Error: java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'nbteditor'!"

pops up when I run Minecraft, with the mod. It also does the same thing with IBE-editor, I don't know what the problem is but when I remove the mod from my mods folder, it gets fixed.

mega12345mega commented 3 months ago

I can't fix the problem without more information. Can you send the crash report or log file? (Contained within <game directory/crash-reports or <game directory>/logs)

toadwaawa commented 3 months ago

crash-2024-03-29_14.35.12-client.txt

toadwaawa commented 3 months ago

@mega12345mega you haven't responded is everything good?

mega12345mega commented 3 months ago

It looks like the page_names.json file might be corrupted somehow. Try deleting <game directory>/nbteditor/client_chest/page_names.json if you are ok with loosing any names you currently have (otherwise you will have to repair the file somehow).

If that isn't it, it might be related to #92. Due to 92, you may have to re-create it with the contents {}.

toadwaawa commented 3 months ago

This seems to have fixed it, thank you.