Posted November 22, 20196 yr So when i launch the game using forge 1.8.9-11.15.1.1722, i get this message: The game crashed whilst initializing game Error: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 After restarting my pc it launches again, but then quit and rejoin and it will again show the message. Any help? I originally thought it was the nick hider mod, but deleting it did not work. The spoiler below has the full crash report in. Spoiler ---- Minecraft Crash Report ---- WARNING: coremods are present: FMLLoadingPlugin ([1.8+] Sk1er MouseBindFix-1.0 (1).jar) BlurPlugin (Blur-MC1.8.9-1.0.4-2.jar) FMLLoadingPlugin (Sk1er_Levelhead_1.8.9-6.4.jar) ItemPatchingLoader (ItemPhysic-Mod-Lite-1.8.9.jar) FMLLoadingPlugin (MemoryFix-0.3.jar) Perspective Mod (1.8.9_Perspective_Mod-3.0.jar) FMLLoadingPlugin (MouseDelayFix-1.0.jar) PlayerAPIPlugin (PlayerAPI-1.8.9-1.0.jar) Contact their authors BEFORE contacting forge // Daisy, daisy... Time: 22/11/19 21:58 Description: Initializing game com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176) at com.google.gson.Gson.fromJson(Gson.java:803) at com.google.gson.Gson.fromJson(Gson.java:768) at com.google.gson.Gson.fromJson(Gson.java:717) at com.google.gson.Gson.fromJson(Gson.java:689) at club.sk1er.nickhider.NickHider.init(NickHider.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165) ... 41 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176) at com.google.gson.Gson.fromJson(Gson.java:803) at com.google.gson.Gson.fromJson(Gson.java:768) at com.google.gson.Gson.fromJson(Gson.java:717) at com.google.gson.Gson.fromJson(Gson.java:689) at club.sk1er.nickhider.NickHider.init(NickHider.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: ct.js modules: [] Minecraft Version: 1.8.9 Operating System: Windows 10 (amd64) version 10.0 CPU: 6x Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 550297344 bytes (524 MB) / 872415232 bytes (832 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.19 Powered by Forge 11.15.1.1722 Optifine OptiFine_1.8.9_HD_U_I7 36 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 UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1722.jar) UCH Forge{11.15.1.1722} [Minecraft Forge] (forge-1.8.9-11.15.1.1722.jar) UCH perspectivemod{3.0} [Perspective Mod 3.0] (minecraft.jar) UCH itemphysic{1.3.0} [ItemPhysic] (minecraft.jar) UCH mousedelayfix{1.0} [MouseDelayFix] (minecraft.jar) UCH PlayerAPI{1.0} [Player API] (minecraft.jar) UCH LEVEL_HEAD{6.4} [Sk1er Level Head] (minecraft.jar) UCH ct.js{@MOD_VERSION@} [ChatTriggers] (ctjs-0.18.4-SNAPSHOT-1.8.9.jar) UCE nick_hider{4.1} [Nick Hider] (Nick hider-4.1.jar) UCH bspkrsCore{7.01} [bspkrsCore] ([1.8.9] BspkrsCore.jar) UCH ArmorStatusHUD{1.29} [ArmorStatusHUD] ([1.8.9] ArmorStatusHUD.jar) UCH examplemod{1.0} [examplemod] ([1.8.9] ArmorStatusHUD.jar) UCH blockoverlay{2.1} [BlockOverlay] ([1.8.9] BlockOverlay-v2.1.jar) UCH StatusEffectHUD{1.27} [StatusEffectHUD] ([1.8.9] StatusEffectHUD.jar) UCH autogg{2.0.4} [Auto GG] (AutoGG-2.0.4_1.8.9.jar) UCH autotip{3.0} [Autotip] (Autotip-3.0_1.8-1.12.2.jar) UCH blur{MC1.8.9-1.0.4-2} [Blur] (Blur-MC1.8.9-1.0.4-2.jar) UCH cpsmod{1.2} [CPSMod] (cpsmod-1.2_1.8.9.jar) UCH customcrosshairmod{0.5.1-Forge} [Custom Crosshair Mod] (crosshairmod-v0.5.1-forge-mc1.8.9.jar) UCH hystats{2.0} [HyStats] (HyStats-v2.0_1.8.9.jar) UCH IngameAccountSwitcher{7.0.1} [In-Game Account Switcher] (InGameAccountSwitcher-Forge-1.8.9-7.0.1.jar) UCH memoryfix{0.3} [MemoryFix] (MemoryFix-0.3.jar) UCH namemodifier{1.2} [Name Modifier] (NameModifier-1.2.2-SNAPSHOT.jar) UCH oldanimations{2.3} [oldanimations] (OldAnimationsMod_v2.3.1_FORGE_MC1.8.9.jar) UCH bedwarsstats{1.0} [bedwarsstats] (OptiFine_1.8.8_HD_U_I2.jar) UCH animations{6.7} [Orange's 1.7 Animations] (Oranges1.7Animations-6.7.jar) UCH orangesimplemod{1.0} [orangesimplemod] (OrangesSimpleMods-1.2.jar) UCH pmhighlighter{1.0} [PM Highlighter] (PM-Highlighter-1.0-SNAPSHOT.jar) UCH ProjectL{0.2} [ProjectL] (ProjectL-0.2.jar) UCH sk1er_fullscreen{1.0} [Sk1er Fullscreen] (Sk1er Better Fullscreen (1.8+)-1.0.jar) UCH hypixel_auto_complete{1.0} [Hypixel Autocomplete Mod] (Sk1er Hypixel Autocomplete Mod-1.0.jar) UCH timechanger{1.0} [TimeChanger] (TimeChanger-1.0 (1.8.9).jar) UCH enhancements{7.4} [Vanilla Enhancements] (Vanilla Enhancements-7.4.jar) UCH zyinhud{1.4.8} [Zyin's HUD] (ZyinsHUD-(1.8.8)-v.1.4.8.jar) UD mousebindfix{1.0} [Mouse Bind Fix] (minecraft.jar) Loaded coremods (and transformers): FMLLoadingPlugin ([1.8+] Sk1er MouseBindFix-1.0 (1).jar) club.sk1er.mods.mousefix.forge.ClassTransformer BlurPlugin (Blur-MC1.8.9-1.0.4-2.jar) com.tterrag.blur.BlurTransformer FMLLoadingPlugin (Sk1er_Levelhead_1.8.9-6.4.jar) club.sk1er.mods.levelhead.forge.transform.ClassTransformer ItemPatchingLoader (ItemPhysic-Mod-Lite-1.8.9.jar) com.creativemd.itemphysic.ItemTransformer FMLLoadingPlugin (MemoryFix-0.3.jar) io.prplz.memoryfix.ClassTransformer Perspective Mod (1.8.9_Perspective_Mod-3.0.jar) net.canelex.perspectivemod.asm.CameraTransformer FMLLoadingPlugin (MouseDelayFix-1.0.jar) io.prplz.mousedelayfix.ClassTransformer PlayerAPIPlugin (PlayerAPI-1.8.9-1.0.jar) api.player.forge.PlayerAPITransformer Launched Version: 1.8.9-forge1.8.9-11.15.1.1722 LWJGL: 2.9.4 OpenGL: Radeon RX 580 Series GL version 4.5.13492 Compatibility Profile Context 22.19.666.1, ATI Technologies Inc. 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: 15MB Bedwars Pack Current Language: English (US) Profiler Position: N/A (disabled) CPU: 6x Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz *EDIT* The UCE for nick hider turned up on older reports, i decided to retry it here. Deleted the mod and config, and now it works Edited November 22, 20196 yr by 15MB FIXED
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.