Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't do that.
  3.  
  4. Time: 11/19/19 1:39 PM
  5. Description: Tesselating block model
  6.  
  7. java.lang.NullPointerException: Tesselating block model
  8. at net.optifine.CustomColors$2.getColor(CustomColors.java:182)
  9. at net.optifine.CustomColors.getSmoothColorMultiplier(CustomColors.java:1097)
  10. at net.optifine.CustomColors.getColorMultiplier(CustomColors.java:1028)
  11. at dny.renderQuadsFlat(BlockModelRenderer.java:441)
  12. at dny.renderModelFlat(BlockModelRenderer.java:191)
  13. at dny.c(BlockModelRenderer.java:166)
  14. at dny.renderModel(BlockModelRenderer.java:96)
  15. at dnw.renderBlock(BlockRendererDispatcher.java:89)
  16. at dpy.b(ChunkRender.java:385)
  17. at dpv.a(SourceFile:90)
  18. at dpv.run(SourceFile:39)
  19. at java.lang.Thread.run(Thread.java:745)
  20.  
  21.  
  22. A detailed walkthrough of the error, its code path and all known details is as follows:
  23. ---------------------------------------------------------------------------------------
  24.  
  25. -- Head --
  26. Thread: Client thread
  27. Stacktrace:
  28. at net.optifine.CustomColors$2.getColor(CustomColors.java:182)
  29. at net.optifine.CustomColors.getSmoothColorMultiplier(CustomColors.java:1097)
  30. at net.optifine.CustomColors.getColorMultiplier(CustomColors.java:1028)
  31. at dny.renderQuadsFlat(BlockModelRenderer.java:441)
  32. at dny.renderModelFlat(BlockModelRenderer.java:191)
  33. at dny.c(BlockModelRenderer.java:166)
  34.  
  35. -- Block model being tesselated --
  36. Details:
  37. Block: Block{minecraft:oak_leaves}[distance=2,persistent=true]
  38. Block location: World: (155,80,1764), Chunk: (at 11,5,4 in 9,110; contains blocks 144,0,1760 to 159,255,1775), Region: (0,3; contains chunks 0,96 to 31,127, blocks 0,0,1536 to 511,255,2047)
  39. Using AO: false
  40. Stacktrace:
  41. at dny.renderModel(BlockModelRenderer.java:96)
  42.  
  43. -- Block being tesselated --
  44. Details:
  45. Block: Block{minecraft:oak_leaves}[distance=2,persistent=true]
  46. Block location: World: (155,80,1764), Chunk: (at 11,5,4 in 9,110; contains blocks 144,0,1760 to 159,255,1775), Region: (0,3; contains chunks 0,96 to 31,127, blocks 0,0,1536 to 511,255,2047)
  47. Stacktrace:
  48. at dnw.renderBlock(BlockRendererDispatcher.java:89)
  49.  
  50. -- Affected level --
  51. Details:
  52. All players: 1 total; [dmp['MewBby'/434, l='MpServer', x=63.37, y=118.94, z=1713.22]]
  53. Chunk stats: Client Chunk Cache: 625, 361
  54. Level dimension: minecraft:overworld
  55. Level name: MpServer
  56. Level seed: 0
  57. Level generator: ID 00 - default, ver 1. Features enabled: false
  58. Level generator options: {}
  59. Level spawn location: World: (100,100,100), Chunk: (at 4,6,4 in 6,6; contains blocks 96,0,96 to 111,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  60. Level time: 104777224 game time, 107103133 day time
  61. Level storage version: 0x00000 - Unknown?
  62. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  63. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  64. Server brand: Spigot
  65. Server type: Non-integrated multiplayer server
  66. Stacktrace:
  67. at dkf.a(ClientWorld.java:574)
  68. at cyc.b(SourceFile:1923)
  69. at dpv.run(SourceFile:45)
  70. at java.lang.Thread.run(Thread.java:745)
  71.  
  72. -- System Details --
  73. Details:
  74. Minecraft Version: 1.14.4
  75. Minecraft Version ID: 1.14.4
  76. Operating System: Windows 10 (amd64) version 10.0
  77. Java Version: 1.8.0_51, Oracle Corporation
  78. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  79. Memory: 1214728848 bytes (1158 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
  80. CPUs: 8
  81. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  82. Launched Version: 1.14.4-OptiFine_HD_U_F2
  83. LWJGL: 3.2.2 build 10
  84. OpenGL: NO CONTEXT
  85. GL Caps: Using GL 1.3 multitexturing.
  86. Using GL 1.3 texture combiners.
  87. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  88. Shaders are available because OpenGL 2.1 is supported.
  89. VBOs are available because OpenGL 1.5 is supported.
  90.  
  91. Using VBOs: Yes
  92. Is Modded: Very likely; Jar signature invalidated
  93. Type: Client (map_client.txt)
  94. Resource Packs:
  95. Current Language: English (US)
  96. CPU: 8x Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement