I have a world that loads in a custom resource pack with no bugs at all. But, when I click on the resource packs button, my game blacks out, then crashes. Here's the crash report:
com.google.gson.JsonParseException: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 4 column 33
at bwq.a(SourceFile:70)
at bwq.a(SourceFile:60)
at bxg$a.a(SourceFile:305)
at bxg.c(SourceFile:160)
at bhp.b(SourceFile:55)
at bfs.a(SourceFile:372)
at bcw.a(SourceFile:896)
at bfm.a(SourceFile:163)
at bfs.a(SourceFile:346)
at bfs.k(SourceFile:409)
at bfs.p(SourceFile:386)
at bcw.t(SourceFile:1582)
at bcw.av(SourceFile:964)
at bcw.a(SourceFile:392)
at net.minecraft.client.main.Main.main(SourceFile:124)
Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 4 column 33
at com.google.gson.internal.Streams.parse(Streams.java:56)
at com.google.gson.JsonParser.parse(JsonParser.java:84)
at com.google.gson.JsonParser.parse(JsonParser.java:59)
at bwq.a(SourceFile:68)
... 14 more
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 4 column 33
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:667)
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642)
at com.google.gson.internal.Streams.parse(Streams.java:44)
... 17 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at bwq.a(SourceFile:70)
at bwq.a(SourceFile:60)
at bxg$a.a(SourceFile:305)
at bxg.c(SourceFile:160)
at bhp.b(SourceFile:55)
at bfs.a(SourceFile:372)
at bcw.a(SourceFile:896)
at bfm.a(SourceFile:163)
at bfs.a(SourceFile:346)
at bfs.k(SourceFile:409)
at bfs.p(SourceFile:386)
-- System Details --
Details:
Minecraft Version: 16w21b
Operating System: Mac OS X (x86_64) version 10.11.4
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 70339784 bytes (67 MB) / 281370624 bytes (268 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 16w21b
LWJGL: 2.9.2
OpenGL: Intel Iris OpenGL Engine GL version 2.1 INTEL-10.14.58, Intel Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object 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: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: [email protected]
I have never seen anything like this before. What is going on?
One of the json files in one of your resource packs must be corrupt.
That's the weird thing though. I can open the resource pack menu on the title screen, but when I open it in my world, it crashes (the world is being automatically loaded with one.) Also, the custom resource pack I'm using only has one .json file, and that is for the sounds. It is perfectly fine...
I have a world that loads in a custom resource pack with no bugs at all. But, when I click on the resource packs button, my game blacks out, then crashes. Here's the crash report:
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 5/29/16 12:47 PM
Description: Updating screen events
com.google.gson.JsonParseException: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 4 column 33
at bwq.a(SourceFile:70)
at bwq.a(SourceFile:60)
at bxg$a.a(SourceFile:305)
at bxg.c(SourceFile:160)
at bhp.b(SourceFile:55)
at bfs.a(SourceFile:372)
at bcw.a(SourceFile:896)
at bfm.a(SourceFile:163)
at bfs.a(SourceFile:346)
at bfs.k(SourceFile:409)
at bfs.p(SourceFile:386)
at bcw.t(SourceFile:1582)
at bcw.av(SourceFile:964)
at bcw.a(SourceFile:392)
at net.minecraft.client.main.Main.main(SourceFile:124)
Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 4 column 33
at com.google.gson.internal.Streams.parse(Streams.java:56)
at com.google.gson.JsonParser.parse(JsonParser.java:84)
at com.google.gson.JsonParser.parse(JsonParser.java:59)
at bwq.a(SourceFile:68)
... 14 more
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 4 column 33
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:667)
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642)
at com.google.gson.internal.Streams.parse(Streams.java:44)
... 17 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at bwq.a(SourceFile:70)
at bwq.a(SourceFile:60)
at bxg$a.a(SourceFile:305)
at bxg.c(SourceFile:160)
at bhp.b(SourceFile:55)
at bfs.a(SourceFile:372)
at bcw.a(SourceFile:896)
at bfm.a(SourceFile:163)
at bfs.a(SourceFile:346)
at bfs.k(SourceFile:409)
at bfs.p(SourceFile:386)
-- Affected screen --
Details:
Screen name: bhp
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [bnm['Minersof49ers'/19, l='MpServer', x=24.62, y=2.00, z=-5.60]]
Chunk stats: MultiplayerChunkCache: 1089, 1089
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (8,4,8), Chunk: (at 8,0,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: 418653 game time, 13000 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 27 total; [xw['Armor Stand'/0, l='MpServer', x=30.48, y=1.00, z=58.66], ya['Painting'/1, l='MpServer', x=47.00, y=3.50, z=49.03], xw['Armor Stand'/2, l='MpServer', x=35.53, y=0.50, z=63.46], xw['Armor Stand'/3, l='MpServer', x=47.49, y=1.00, z=53.60], xw['Armor Stand'/4, l='MpServer', x=46.30, y=1.00, z=63.70], xw['Armor Stand'/5, l='MpServer', x=41.30, y=2.00, z=54.30], xw['Armor Stand'/6, l='MpServer', x=36.53, y=0.50, z=54.30], ya['Painting'/7, l='MpServer', x=55.00, y=3.00, z=49.03], ya['Painting'/8, l='MpServer', x=56.50, y=2.50, z=49.03], ya['Painting'/9, l='MpServer', x=56.50, y=3.50, z=49.03], ya['Painting'/10, l='MpServer', x=59.97, y=3.00, z=53.50], xw['Statue'/11, l='MpServer', x=50.51, y=2.00, z=59.52], ya['Painting'/12, l='MpServer', x=59.97, y=3.50, z=61.00], xw['Armor Stand'/13, l='MpServer', x=59.70, y=1.50, z=58.30], xw['Armor Stand'/14, l='MpServer', x=52.32, y=4.00, z=53.39], xw['Armor Stand'/15, l='MpServer', x=50.49, y=2.00, z=59.54], xw['Armor Stand'/16, l='MpServer', x=53.51, y=-0.33, z=63.70], xw['Armor Stand'/17, l='MpServer', x=53.58, y=-0.34, z=54.30], ya['Painting'/18, l='MpServer', x=57.50, y=3.00, z=64.97], bnm['Minersof49ers'/19, l='MpServer', x=24.62, y=2.00, z=-5.60], ya['Painting'/1, l='MpServer', x=47.00, y=3.50, z=49.03], ya['Painting'/7, l='MpServer', x=55.00, y=3.00, z=49.03], ya['Painting'/8, l='MpServer', x=56.50, y=2.50, z=49.03], ya['Painting'/9, l='MpServer', x=56.50, y=3.50, z=49.03], ya['Painting'/10, l='MpServer', x=59.97, y=3.00, z=53.50], ya['Painting'/12, l='MpServer', x=59.97, y=3.50, z=61.00], ya['Painting'/18, l='MpServer', x=57.50, y=3.00, z=64.97]]
Retry entities: 0 total; []
Server brand: vanilla
Server type: Integrated singleplayer server
Stacktrace:
at blm.a(SourceFile:364)
at bcw.b(SourceFile:2531)
at bcw.a(SourceFile:401)
at net.minecraft.client.main.Main.main(SourceFile:124)
-- System Details --
Details:
Minecraft Version: 16w21b
Operating System: Mac OS X (x86_64) version 10.11.4
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 70339784 bytes (67 MB) / 281370624 bytes (268 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 16w21b
LWJGL: 2.9.2
OpenGL: Intel Iris OpenGL Engine GL version 2.1 INTEL-10.14.58, Intel Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object 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: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: [email protected]
I have never seen anything like this before. What is going on?
*sarcastic comment*
*disapproving look*
One of the json files in one of your resource packs must be corrupt.
That's the weird thing though. I can open the resource pack menu on the title screen, but when I open it in my world, it crashes (the world is being automatically loaded with one.) Also, the custom resource pack I'm using only has one .json file, and that is for the sounds. It is perfectly fine...
*sarcastic comment*
*disapproving look*
Figured out what was wrong- my Mac inserted smart quotes into the pack.mcmeta file. Lol
*sarcastic comment*
*disapproving look*