Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.68 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.244.jar)
  5. CreativePatchingLoader (CreativeCore_v1.10.9_mc1.12.2.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // Hi. I'm Minecraft, and I'm a crashaholic.
  9.  
  10. Time: 3/30/20 11:44 PM
  11. Description: Unexpected error
  12.  
  13. com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 1 column 173 path $[3].text
  14. at com.google.gson.internal.Streams.parse(Streams.java:60)
  15. at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:65)
  16. at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492)
  17. at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517)
  18. at net.minecraft.util.text.ITextComponent$Serializer.func_150699_a(ITextComponent.java:271)
  19. at org.musiccraft.ClientTickHandler.checkForUpdate(ClientTickHandler.java:411)
  20. at org.musiccraft.ClientTickHandler.onClientTick(ClientTickHandler.java:341)
  21. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_205_ClientTickHandler_onClientTick_ClientTickEvent.invoke(.dynamic)
  22. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  23. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  24. at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:344)
  25. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1707)
  26. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1097)
  27. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
  28. at net.minecraft.client.main.Main.main(SourceFile:123)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.lang.reflect.Method.invoke(Method.java:497)
  33. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  34. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  35. Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 1 column 173 path $[3].text
  36. at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559)
  37. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491)
  38. at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414)
  39. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738)
  40. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731)
  41. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714)
  42. at com.google.gson.internal.Streams.parse(Streams.java:48)
  43. ... 20 more
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- Head --
  50. Thread: Client thread
  51. Stacktrace:
  52. at com.google.gson.internal.Streams.parse(Streams.java:60)
  53. at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:65)
  54. at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492)
  55. at net.minecraft.util.JsonUtils.func_188176_a(SourceFile:517)
  56. at net.minecraft.util.text.ITextComponent$Serializer.func_150699_a(ITextComponent.java:271)
  57. at org.musiccraft.ClientTickHandler.checkForUpdate(ClientTickHandler.java:411)
  58. at org.musiccraft.ClientTickHandler.onClientTick(ClientTickHandler.java:341)
  59. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_205_ClientTickHandler_onClientTick_ClientTickEvent.invoke(.dynamic)
  60. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  61. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  62. at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:344)
  63.  
  64. -- Affected level --
  65. Details:
  66. Level name: MpServer
  67. All players: 1 total; [GCEntityClientPlayerMP['NovaTedd'/247, l='MpServer', x=-113.44, y=64.00, z=53.48]]
  68. Chunk stats: MultiplayerChunkCache: 0, 0
  69. Level seed: 0
  70. Level generator: ID 00 - default, ver 1. Features enabled: false
  71. Level generator options:
  72. Level spawn location: World: (-112,64,57), Chunk: (at 0,4,9 in -7,3; contains blocks -112,0,48 to -97,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  73. Level time: 1244480 game time, 1728896 day time
  74. Level dimension: 0
  75. Level storage version: 0x00000 - Unknown?
  76. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  77. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  78. Forced entities: 1 total; [GCEntityClientPlayerMP['NovaTedd'/247, l='MpServer', x=-113.44, y=64.00, z=53.48]]
  79. Retry entities: 0 total; []
  80. Server brand: fml,forge
  81. Server type: Non-integrated multiplayer server
  82. Stacktrace:
  83. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
  84. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2740)
  85. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:426)
  86. at net.minecraft.client.main.Main.main(SourceFile:123)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  90. at java.lang.reflect.Method.invoke(Method.java:497)
  91. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  92. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  93.  
  94. -- System Details --
  95. Details:
  96. Minecraft Version: 1.12.2
  97. Operating System: Windows 10 (amd64) version 10.0
  98. Java Version: 1.8.0_51, Oracle Corporation
  99. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  100. Memory: 966078392 bytes (921 MB) / 1912602624 bytes (1824 MB) up to 2147483648 bytes (2048 MB)
  101. 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
  102. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  103. FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_F5 17 mods loaded, 17 mods active
  104. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  105.  
  106. | State | ID | Version | Source | Signature |
  107. |:------ |:------------------- |:--------------------------- |:---------------------------------------------- |:---------------------------------------- |
  108. | UCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  109. | UCHIJA | mcp | 9.42 | minecraft.jar | None |
  110. | UCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  111. | UCHIJA | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  112. | UCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  113. | UCHIJA | micdoodlecore | | minecraft.jar | None |
  114. | UCHIJA | ambience | GRADLE:VERSION-GRADLE:BUILD | Ambience+1.1-10.jar | None |
  115. | UCHIJA | ic2 | 2.8.186-ex112 | Industrial-Craft-2-Mod-Experimental-1.12.2.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  116. | UCHIJA | galacticraftcore | 4.0.2.244 | GalacticraftCore-1.12.2-4.0.2.244.jar | None |
  117. | UCHIJA | galacticraftplanets | 4.0.2.244 | Galacticraft-Planets-1.12.2-4.0.2.244.jar | None |
  118. | UCHIJA | asmodeuscore | 0.0.12 | AsmodeusCore-1.12.2-0.0.12.jar | None |
  119. | UCHIJA | cdm | 0.4.1 | cdm-0.4.1-mc1.12.2.jar | None |
  120. | UCHIJA | creativecore | 1.10.0 | CreativeCore_v1.10.9_mc1.12.2.jar | None |
  121. | UCHIJA | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
  122. | UCHIJA | galaxyspace | 2.0.11 | GalaxySpace-1.12.2-2.0.11.jar | None |
  123. | UCHIJA | musiccraft | 3.2.3 | MusicCraft-3.2.3.jar | None |
  124. | UCHIJA | lambda | 0.0.2 | Project-Lambda-Mod-1.12.2.jar | None |
  125.  
  126. Loaded coremods (and transformers):
  127. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.244.jar)
  128. micdoodle8.mods.miccore.MicdoodleTransformer
  129. CreativePatchingLoader (CreativeCore_v1.10.9_mc1.12.2.jar)
  130.  
  131. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 445.75' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
  132. Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
  133. LWJGL: 2.9.4
  134. OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 445.75, NVIDIA Corporation
  135. GL Caps: Using GL 1.3 multitexturing.
  136. Using GL 1.3 texture combiners.
  137. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  138. Shaders are available because OpenGL 2.1 is supported.
  139. VBOs are available because OpenGL 1.5 is supported.
  140.  
  141. Using VBOs: Yes
  142. Is Modded: Definitely; Client brand changed to 'fml,forge'
  143. Type: Client (map_client.txt)
  144. Resource Packs: vanilla, file/256x Pulchra Revisited 1.13+ (incompatible)
  145. Current Language: English (US)
  146. Profiler Position: N/A (disabled)
  147. CPU: 8x AMD Ryzen 5 1500X Quad-Core Processor
  148. OptiFine Version: OptiFine_1.12.2_HD_U_F5
  149. OptiFine Build: 20191204-141934
  150. Render Distance Chunks: 12
  151. Mipmaps: 4
  152. Anisotropic Filtering: 1
  153. Antialiasing: 0
  154. Multitexture: false
  155. Shaders: SEUS-Renewed-v1.0.1
  156. OpenGlVersion: 4.6.0 NVIDIA 445.75
  157. OpenGlRenderer: GeForce GTX 1060 6GB/PCIe/SSE2
  158. OpenGlVendor: NVIDIA Corporation
  159. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement