Jump to content

com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 1 column 173 pat


Lko

Recommended Posts

Hi i create a modpack but when i start signleplayer world or i join to my multiplayer server i got crash and i got these report in my crash log: Can someone help me ?

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ForgelinPlugin (Forgelin-1.8.3.jar)
  ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 5/9/20 2:10 PM
Description: Unexpected error

com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 1 column 173 path $[3].text
    at com.google.gson.internal.Streams.parse(Streams.java:60)
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:65)
    at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492)
    at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517)
    at net.minecraft.util.text.ITextComponent$Serializer.func_150699_a(ITextComponent.java:271)
    at org.musiccraft.ClientTickHandler.checkForUpdate(ClientTickHandler.java:411)
    at org.musiccraft.ClientTickHandler.onClientTick(ClientTickHandler.java:341)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_255_ClientTickHandler_onClientTick_ClientTickEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:344)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1708)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 1 column 173 path $[3].text
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559)
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491)
    at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414)
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738)
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731)
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714)
    at com.google.gson.internal.Streams.parse(Streams.java:48)
    ... 20 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at com.google.gson.internal.Streams.parse(Streams.java:60)
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:65)
    at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492)
    at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517)
    at net.minecraft.util.text.ITextComponent$Serializer.func_150699_a(ITextComponent.java:271)
    at org.musiccraft.ClientTickHandler.checkForUpdate(ClientTickHandler.java:411)
    at org.musiccraft.ClientTickHandler.onClientTick(ClientTickHandler.java:341)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_255_ClientTickHandler_onClientTick_ClientTickEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:344)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['Twixpy'/521, l='MpServer', x=8.50, y=65.00, z=8.50]]
    Chunk stats: MultiplayerChunkCache: 0, 0
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 0 game time, 0 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Forced entities: 1 total; [EntityPlayerSP['Twixpy'/521, l='MpServer', x=8.50, y=65.00, z=8.50]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:427)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_251, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1659263144 bytes (1582 MB) / 2562719744 bytes (2444 MB) up to 2562719744 bytes (2444 MB)
    JVM Flags: 3 total; -Xms2560m -Xmx2560m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_F5 37 mods loaded, 37 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State  | ID                   | Version           | Source                                  | Signature                                |
    |:------ |:-------------------- |:----------------- |:--------------------------------------- |:---------------------------------------- |
    | LCHIJA | minecraft            | 1.12.2            | minecraft.jar                           | None                                     |
    | LCHIJA | mcp                  | 9.42              | minecraft.jar                           | None                                     |
    | LCHIJA | FML                  | 8.0.99.99         | modpack.jar                             | None                                     |
    | LCHIJA | forge                | 14.23.5.2847      | modpack.jar                             | None                                     |
    | LCHIJA | obfuscate            | 0.2.6             | minecraft.jar                           | None                                     |
    | LCHIJA | damageindicatorsmod  | 1.0               | [1.12.2]DamageIndicatorsMod-3.5.1.jar   | None                                     |
    | LCHIJA | bspkrscore           | 7.6.0.1           | BspkrsCore-1.12.2.jar                   | None                                     |
    | LCHIJA | treecapitator        | 1.43.0            | [1.12]TreeCapitator-client-1.43.0.jar   | None                                     |
    | LCHIJA | backpack             | 3.0.2             | backpack-3.0.2-1.12.2.jar               | None                                     |
    | LCHIJA | eanimod              | 0.1.0             | backportedEnhancedAnimals_0_1_1.jar     | None                                     |
    | LCHIJA | bibliocraft          | 2.4.5             | BiblioCraft[v2.4.5][MC1.12.2].jar       | None                                     |
    | LCHIJA | cameraobscura        | 0.0.1             | CameraObscura-1.0.3 (1).jar             | None                                     |
    | LCHIJA | cdm                  | 0.4.1             | cdm-0.4.1-mc1.12.2.jar                  | None                                     |
    | LCHIJA | ctm                  | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar               | None                                     |
    | LCHIJA | jei                  | 4.15.0.291        | jei_1.12.2-4.15.0.291.jar               | None                                     |
    | LCHIJA | chisel               | MC1.12.2-1.0.1.44 | Chisel-MC1.12.2-1.0.1.44.jar            | None                                     |
    | LCHIJA | codechickenlib       | 3.2.2.353         | CodeChickenLib-1.12.2.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | coffeespawner        | 1.0.2             | CoffeeSpawner-1.12-1.0.2.jar            | None                                     |
    | LCHIJA | comforts             | 1.4.1.2           | comforts-1.12.2-1.4.1.2.jar             | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | LCHIJA | cookingforblockheads | 6.4.71            | CookingForBlockheads_1.12.2-6.4.71.jar  | None                                     |
    | LCHIJA | craftingstation      | @VERSION@         | craftingstation-0.1.7b.jar              | None                                     |
    | LCHIJA | mocreatures          | 12.0.5            | DrZharks+MoCreatures+Mod-12.0.5.jar     | None                                     |
    | LCHIJA | exoticbirds          | 1.0               | Exotic-Birds-Mod-1.12.2.jar             | None                                     |
    | LCHIJA | extrabows            | v1.12.2 b12       | extrabows-v1.12.2+b12.jar               | None                                     |
    | LCHIJA | flansmod             | 5.5.2             | Flan's Mod-1.12.2-5.5.2.jar             | None                                     |
    | LCHIJA | flansmodapocalypse   | 1.0               | Flan's Mod-1.12.2-5.5.2.jar             | None                                     |
    | LCHIJA | forgelin             | 1.8.3             | Forgelin-1.8.3.jar                      | None                                     |
    | LCHIJA | ic2                  | 2.8.197-ex112     | industrialcraft-2-2.8.197-ex112 (1).jar | de041f9f6187debbc77034a344134053277aa3b0 |
    | LCHIJA | ironchest            | 1.12.2-7.0.67.844 | Iron-Chests-Mod-1.12.2.jar              | None                                     |
    | LCHIJA | moarboats            | 1.1.1             | moarboats-1.12.2-1.1.1.jar              | None                                     |
    | LCHIJA | musiccraft           | 3.2.3             | MusicCraft-Mod-1.12.2.jar               | None                                     |
    | LCHIJA | neat                 | 1.4-17            | Neat+1.4-17.jar                         | None                                     |
    | LCHIJA | harvestcraft         | 1.12.2zb          | Pam's+HarvestCraft+1.12.2zf.jar         | None                                     |
    | LCHIJA | ptrmodellib          | 1.0.4             | PTRLib-1.0.4.jar                        | None                                     |
    | LCHIJA | reforged             | 0.7.5             | Reforged-Mod-1.12.jar                   | None                                     |
    | LCHIJA | simpleminingdrills   | 1.4.0             | simpleminingdrills+1.12.2.jar           | None                                     |
    | LCHIJA | vehicle              | 0.43.5            | vehicle-mod-0.43.5-1.12.2.jar           | None                                     |

    Loaded coremods (and transformers): 
ForgelinPlugin (Forgelin-1.8.3.jar)
  
ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
  com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 445.87' Renderer: 'GeForce GT 640/PCIe/SSE2'
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
    LWJGL: 2.9.4
    OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.6.0 NVIDIA 445.87, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x AMD Athlon(tm) II X4 641 Quad-Core Processor
    OptiFine Version: OptiFine_1.12.2_HD_U_F5
    OptiFine Build: 20191204-141934
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 445.87
    OpenGlRenderer: GeForce GT 640/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 4

Link to comment
Share on other sites

1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.

It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".

Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.