Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I loaded up my modded world today after no changes made, and no worlds will work, I then replaced the mods it could have been and it still doesn't work, here is the crash:

---- Minecraft Crash Report ----

WARNING: coremods are present:
  MalisisSwitchesPlugin (MalisisSwitches-Mod-1.11.2.jar)
  MalisisCorePlugin (MalisisCore-1.11.2.jar)
Contact their authors BEFORE contacting forge

// Who set us up the TNT?

Time: 4/1/20 3:55 PM
Description: Ticking player

com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 1 column 184
    at com.google.gson.internal.Streams.parse(Streams.java:56)
    at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:54)
    at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:489)
    at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:500)
    at net.minecraft.util.text.ITextComponent$Serializer.func_150699_a(ITextComponent.java:260)
    at com.personalcars.Keys.checkForUpdate(Keys.java:315)
    at com.personalcars.Keys.onPlayerTick(Keys.java:199)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_54_Keys_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
    at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:364)
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:188)
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:329)
    at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:164)
    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:215)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:743)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
    at java.lang.Thread.run(Thread.java:745)
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 1 column 184
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505)
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:480)
    at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403)
    at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:666)
    at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659)
    at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642)
    at com.google.gson.internal.Streams.parse(Streams.java:44)
    ... 21 more


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

-- Head --
Thread: Server thread
Stacktrace:
    at com.google.gson.internal.Streams.parse(Streams.java:56)
    at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:54)
    at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:489)
    at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:500)
    at net.minecraft.util.text.ITextComponent$Serializer.func_150699_a(ITextComponent.java:260)
    at com.personalcars.Keys.checkForUpdate(Keys.java:315)
    at com.personalcars.Keys.onPlayerTick(Keys.java:199)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_54_Keys_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
    at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:364)
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:188)

-- Player being ticked --
Details:
    Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
    Entity ID: 54
    Entity Name: ciaran_h03
    Entity's Exact location: 1071.36, 81.58, -848.66
    Entity's Block location: World: (1071,81,-849), Chunk: (at 15,5,15 in 66,-54; contains blocks 1056,0,-864 to 1071,255,-849), Region: (2,-2; contains chunks 64,-64 to 95,-33, blocks 1024,0,-1024 to 1535,255,-513)
    Entity's Momentum: 0.00, 0.00, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:329)
    at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:164)
    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:215)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)

-- Ticking connection --
Details:
    Connection: net.minecraft.network.NetworkManager@4176608f
Stacktrace:
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:743)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
    at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
    Minecraft Version: 1.11.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 2407945880 bytes (2296 MB) / 4496293888 bytes (4288 MB) up to 8589934592 bytes (8192 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.38 Powered by Forge 13.20.1.2386 35 mods loaded, 35 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA    minecraft{1.11.2} [Minecraft] (minecraft.jar)
    UCHIJAAAA    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA    FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.1.2386.jar)
    UCHIJAAAA    forge{13.20.1.2386} [Minecraft Forge] (forge-1.11.2-13.20.1.2386.jar)
    UCHIJAAAA    mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
    UCHIJAAAA    modname{1.2.3} [Mod Name] (1.2.3.jar)
    UCHIJAAAA    securitycraft{v1.8.5} [SecurityCraft] ([1.11.2] SecurityCraft v1.8.3.jar)
    UCHIJAAAA    cd4017be_lib{5.3.1} [CD4017BE_lib] (CD4017BE_lib-1.11.2-5.3.1.jar)
    UCHIJAAAA    circuits{5.2.3} [Automated Redstone] (AutomatedRedstone-1.11.2-5.2.3.jar)
    UCHIJAAAA    betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.1.239+9162f74.jar)
    UCHIJAAAA    cdm{0.0.2} [MrCrayfish's Device Mod] (cdm-0.0.2-alpha-mc1.11.jar)
    UCHIJAAAA    cfm{4.1.3} [MrCrayfish's Furniture Mod] (cfm-4.1.3-mc1.11.2.jar)
    UCHIJAAAA    chiselsandbits{13.14} [Chisels & Bits] (chiselsandbits-13.14.jar)
    UCHIJAAAA    cjcore{0.0.3.2} [CJCore] (cjcore-1.11-0.0.3.2.jar)
    UCHIJAAAA    ptrmodellib{1.0.0} [ptrmodellib] (Decocraft-2.5.2_1.11.2.jar)
    UCHIJAAAA    props{2.5.2} [Decocraft] (Decocraft-2.5.2_1.11.2.jar)
    UCHIJAAAA    fcl{XI.25} [Fexcraft Common Library] (Fexcraft-Common-Library-1.11.2.jar)
    UCHIJAAAA    fvm{1.0-alpha10} [Fex's Vehicle and Transportation Mod] (FVM-1.0-alpha10-1.11.2.jar)
    UCHIJAAAA    flansmod{5.F2.2-EX} [(Fex's) FlansMod Minus] (FlansMod.Minus-5.F2.2-EX-1.11.2.jar)
    UCHIJAAAA    frsm{4.0.O5} [Fex's Random Stuff Mod] (FRSM-4.0.O5-1.11.2.jar)
    UCHIJAAAA    furniture{1.1.3} [How 'Bout That Furniture] (HowBoutThatFurniture-1.2.1.jar)
    UCHIJAAAA    malisiscore{1.11.2-5.2.2} [MalisisCore] (MalisisCore-1.11.2.jar)
    UCHIJAAAA    malisisdoors{1.11.2-6.1.3} [MalisisDoors] (malisisdoors-1.11.2-6.1.3.jar)
    UCHIJAAAA    malisisswitches{1.11.2-4.0.0} [Malisis Switches] (MalisisSwitches-Mod-1.11.2.jar)
    UCHIJAAAA    mbm{1.6} [Master Builders Mod] (Master-Builders-Mod-1.11.2.jar)
    UCHIJAAAA    modernlamps{1.0.3} [Modern Lights] (ModernLights-1.0.3_1.11.2.jar)
    UCHIJAAAA    personalcars{1.2.2} [Personal Cars] (PersonalCars-1.2.2.jar)
    UCHIJAAAA    r2s_c{1.3.0} [r2s_core] (r2s-Core-1.11.2.jar)
    UCHIJAAAA    r2s_r{1.3.6} [r2s_Radio] (r2s-Radio-Mod-1.11.2.jar)
    UCHIJAAAA    rcroads{0.2.1} [RC Roads] (RC-Roads-Mod-1.11.2.jar)
    UCHIJAAAA    realfilingcabinet{1.2.7} [Real Filing Cabinet] (Real-Filing-Cabinet-Mod-1.11.2.jar)
    UCHIJAAAA    sc{0.0.1} [SimCraft] (Simcraft-1.0.jar)
    UCHIJAAAA    thutcore{4.13.0} [Thut Core] (thutcore-4.13.0.jar)
    UCHIJAAAA    thuttech{5.0.3} [Thut's Tech] (thuttech-5.0.3.jar)
    UCHIJAAAA    worldedit{6.1.6} [WorldEdit] (worldedit-forge-mc1.11-6.1.6-dist.jar)
    Loaded coremods (and transformers):
MalisisSwitchesPlugin (MalisisSwitches-Mod-1.11.2.jar)
  net.malisis.switches.asm.MalisisSwitchesTransformer
MalisisCorePlugin (MalisisCore-1.11.2.jar)
  net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  net.malisis.core.util.chunkblock.ChunkBlockTransformer
  net.malisis.core.renderer.transformer.MalisisRendererTransformer
  net.malisis.core.renderer.icon.asm.TextureMapTransformer
  net.malisis.core.util.clientnotif.ClientNotifTransformer
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Profiler Position: N/A (disabled)
    Player Count: 1 / 8; [EntityPlayerMP['ciaran_h03'/54, l='New School Build', x=1071.36, y=81.58, z=-848.66]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'

Guest
This topic is now closed to further replies.

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.