Game Crashes due to this specific Mod on Curseforge Launcher
terragming opened this issue ยท 1 comments
crash-2022-10-12_20.52.59-client.txt
I am trying to figure out why the game is crashing, and asking friends for help. Me nor them can figure out why its crashing, so im wondering if someone can help me.
I am using 1.12.2 java minecraft
Basically the crash reason is as following:
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from MrCrayfish's Gun Mod (cgm)
Caused by: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Not a JSON Object:
I don't exactly know how it works but this is my guess after taking a look at the code.
- Go to
config
- Find the directory/folder that contains a
guns
directory/folder, which contains some JSON files. - Check those JSON files. According to your crash report, there is a JSON file with all
NUL
(\0
) characters. This character will not display in any text editor, so if you find a file with nothing inside, try deleting that file?