Advertisement
Guest User

Untitled

a guest
Jul 10th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.51 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (Quark-beta-40.jar)
  5. AppleCore (AppleCore-mc1.10.2-1.3.5.jar)
  6. CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
  7. EnderCorePlugin (EnderCore-1.10.2-0.4.1.37-beta.jar)
  8. Contact their authors BEFORE contacting forge
  9.  
  10. // Uh... Did I do that?
  11.  
  12. Time: 7/10/16 9:20 PM
  13. Description: Tesselating block model
  14.  
  15. com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: not enough data
  16. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
  17. at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
  18. at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4736)
  19. at team.chisel.client.render.ModelChiselBlock.func_188616_a(ModelChiselBlock.java:107)
  20. at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:112)
  21. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
  22. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:89)
  23. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:65)
  24. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
  25. at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:274)
  26. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:119)
  27. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:47)
  28. at java.lang.Thread.run(Thread.java:745)
  29. Caused by: java.lang.IllegalStateException: not enough data
  30. at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.build(UnpackedBakedQuad.java:166)
  31. at team.chisel.client.render.Quad.rebake(Quad.java:410)
  32. at team.chisel.client.render.texture.ChiselTextureNormal.transformQuad(ChiselTextureNormal.java:30)
  33. at team.chisel.client.render.ModelChiselBlock.addAllQuads(ModelChiselBlock.java:176)
  34. at team.chisel.client.render.ModelChiselBlock.createModel(ModelChiselBlock.java:158)
  35. at team.chisel.client.render.ModelChiselBlock.lambda$getQuads$10(ModelChiselBlock.java:107)
  36. at team.chisel.client.render.ModelChiselBlock$$Lambda$303/389887615.call(Unknown Source)
  37. at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4739)
  38. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
  39. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
  40. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
  41. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
  42. ... 12 more
  43.  
  44.  
  45. A detailed walkthrough of the error, its code path and all known details is as follows:
  46. ---------------------------------------------------------------------------------------
  47.  
  48. -- Head --
  49. Thread: Client thread
  50. Stacktrace:
  51. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
  52. at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
  53. at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4736)
  54. at team.chisel.client.render.ModelChiselBlock.func_188616_a(ModelChiselBlock.java:107)
  55. at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:112)
  56. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
  57.  
  58. -- Block model being tesselated --
  59. Details:
  60. Block: chisel:cobblestone1[variation=2]
  61. Block location: World: (649,107,738), Chunk: (at 9,6,2 in 40,46; contains blocks 640,0,736 to 655,255,751), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
  62. Using AO: true
  63. Stacktrace:
  64. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:89)
  65. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:65)
  66.  
  67. -- Block being tesselated --
  68. Details:
  69. Block type: ID #601 (tile.chisel.cobblestone // team.chisel.common.block.BlockCarvable)
  70. Block data value: 2 / 0x2 / 0b0010
  71. Block location: World: (649,107,738), Chunk: (at 9,6,2 in 40,46; contains blocks 640,0,736 to 655,255,751), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
  72. Stacktrace:
  73. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
  74.  
  75. -- Affected level --
  76. Details:
  77. Level name: MpServer
  78. All players: 2 total; [EntityPlayerSP['ackley14'/253853, l='MpServer', x=643.39, y=105.00, z=725.98], EntityOtherPlayerMP['Polraudio'/231866, l='MpServer', x=625.82, y=106.00, z=716.74]]
  79. Chunk stats: MultiplayerChunkCache: 625, 625
  80. Level seed: 0
  81. Level generator: ID 00 - default, ver 1. Features enabled: false
  82. Level generator options:
  83. Level spawn location: World: (24,64,248), Chunk: (at 8,4,8 in 1,15; contains blocks 16,0,240 to 31,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  84. Level time: 2049398 game time, 2916645 day time
  85. Level dimension: 0
  86. Level storage version: 0x00000 - Unknown?
  87. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  88. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  89. Forced entities: 39 total; [EntityCreeper['Creeper'/250883, l='MpServer', x=586.50, y=69.00, z=669.50], EntityPlayerSP['ackley14'/253853, l='MpServer', x=643.39, y=105.00, z=725.98], EntityOtherPlayerMP['Polraudio'/231866, l='MpServer', x=625.82, y=106.00, z=716.74], EntitySpider['Spider'/254276, l='MpServer', x=587.50, y=44.00, z=692.50], EntitySkeleton['Skeleton'/250827, l='MpServer', x=639.50, y=48.00, z=682.50], EntityBat['Bat'/253131, l='MpServer', x=700.47, y=54.16, z=670.61], EntityCreeper['Creeper'/255119, l='MpServer', x=704.50, y=45.00, z=669.50], EntityWolf['Wolf'/398, l='MpServer', x=617.69, y=80.00, z=773.39], EntityItem['item.item.rottenFlesh'/243218, l='MpServer', x=700.36, y=65.00, z=758.81], EntityCreeper['Creeper'/255634, l='MpServer', x=703.50, y=36.00, z=798.50], EntityZombie['Zombie'/252369, l='MpServer', x=614.50, y=80.00, z=650.70], EntityWolf['Wolf'/230937, l='MpServer', x=695.50, y=61.00, z=648.64], EntityWolf['Wolf'/230943, l='MpServer', x=694.06, y=69.00, z=765.50], EntitySkeleton['Skeleton'/253918, l='MpServer', x=597.50, y=65.00, z=670.50], EntityCreeper['Creeper'/254557, l='MpServer', x=685.50, y=22.00, z=777.50], EntityCreeper['Creeper'/253596, l='MpServer', x=569.50, y=19.00, z=702.50], EntityWolf['Wolf'/230947, l='MpServer', x=685.30, y=70.00, z=768.04], EntityWolf['Wolf'/230946, l='MpServer', x=684.99, y=70.00, z=768.70], EntityCreeper['Creeper'/250273, l='MpServer', x=653.50, y=47.00, z=701.50], EntityWolf['Wolf'/230945, l='MpServer', x=686.08, y=70.00, z=769.14], EntityWolf['Wolf'/230951, l='MpServer', x=699.87, y=68.00, z=754.07], EntityBat['Bat'/254823, l='MpServer', x=639.50, y=28.00, z=693.50], EntityWolf['Wolf'/230886, l='MpServer', x=668.50, y=74.00, z=702.60], EntityCreeper['Creeper'/254757, l='MpServer', x=704.50, y=47.00, z=673.50], EntitySkeleton['Skeleton'/252841, l='MpServer', x=565.50, y=47.00, z=695.50], EntityBat['Bat'/253875, l='MpServer', x=691.50, y=57.40, z=678.31], EntityBat['Bat'/254003, l='MpServer', x=672.50, y=27.00, z=758.50], EntityZombie['Zombie'/254259, l='MpServer', x=683.50, y=92.00, z=713.50], EntityZombie['Zombie'/253233, l='MpServer', x=569.50, y=19.00, z=667.50], EntitySkeleton['Skeleton'/252471, l='MpServer', x=578.50, y=77.00, z=683.50], EntityWolf['Wolf'/230903, l='MpServer', x=681.39, y=64.00, z=650.50], EntityWolf['Wolf'/373, l='MpServer', x=591.11, y=92.00, z=711.43], EntityOtherPlayerMP['Polraudio'/231866, l='MpServer', x=625.82, y=106.00, z=716.74], EntityWolf['Wolf'/230906, l='MpServer', x=678.08, y=62.70, z=655.61], EntityWolf['Wolf'/230905, l='MpServer', x=675.48, y=62.31, z=655.05], EntityCreeper['Creeper'/251961, l='MpServer', x=702.50, y=30.00, z=675.50], EntityWolf['Wolf'/230904, l='MpServer', x=674.16, y=62.20, z=654.94], EntityBat['Bat'/255102, l='MpServer', x=638.50, y=39.00, z=705.50], EntitySkeleton['Skeleton'/253500, l='MpServer', x=636.50, y=47.00, z=686.50]]
  90. Retry entities: 0 total; []
  91. Server brand: fml,forge
  92. Server type: Non-integrated multiplayer server
  93. Stacktrace:
  94. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:496)
  95. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  96. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:57)
  97. at java.lang.Thread.run(Thread.java:745)
  98.  
  99. -- System Details --
  100. Details:
  101. Minecraft Version: 1.10.2
  102. Operating System: Windows 10 (amd64) version 10.0
  103. Java Version: 1.8.0_25, Oracle Corporation
  104. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  105. Memory: 1096946160 bytes (1046 MB) / 2537029632 bytes (2419 MB) up to 3817865216 bytes (3641 MB)
  106. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
  107. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  108. FML: MCP 9.32 Powered by Forge 12.18.0.2009 Optifine OptiFine_1.10.2_HD_U_C2 55 mods loaded, 55 mods active
  109. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  110. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  111. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.0.2009.jar)
  112. UCHIJA Forge{12.18.0.2009} [Minecraft Forge] (forge-1.10.2-12.18.0.2009.jar)
  113. UCHIJA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10-alpha-1.0.0.jar)
  114. UCHIJA JEI{3.7.5.227} [Just Enough Items] (jei_1.10.2-3.7.5.227.jar)
  115. UCHIJA AppleCore{1.3.5} [AppleCore] (AppleCore-mc1.10.2-1.3.5.jar)
  116. UCHIJA Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  117. UCHIJA BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
  118. UCHIJA BloodMagic{1.9.4-2.0.2-50} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.2-50.jar)
  119. UCHIJA Botania{r1.8-312} [Botania] (Botania-unofficial.r1.8-312.jar)
  120. UCHIJA Chameleon{1.9.4-2.1.5} [Chameleon] (Chameleon-1.9.4-2.1.5.jar)
  121. UCHIJA ChestTransporter{2.5.0} [Chest Transporter] (ChestTransporter-1.10-2.5.0.jar)
  122. UCHIJA chisel{@VERSION@} [Chisel] (Chisel-MC1.9.4-0.0.5.29.jar)
  123. UCHIJA mcmultipart{1.2.0} [MCMultiPart] (MCMultiPart-1.2.0-universal.jar)
  124. UCHIJA chiselsandbits{11.5} [Chisels & Bits] (chiselsandbits-11.5.jar)
  125. UCHIJA cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar)
  126. UCHIJA cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)
  127. UCHIJA endercore{1.10.2-0.4.1.37-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.37-beta.jar)
  128. UCHIJA EnderIO{1.10-3.0.0.55_alpha} [Ender IO] (EnderIO-1.10-3.0.0.55_alpha.jar)
  129. UCHIJA shetiphiancore{3.2.6} [ShetiPhian-Core] (shetiphiancore-1.9.4-3.2.6.jar)
  130. UCHIJA endertanks{1.3.6} [EnderTanks] (endertanks-1.9.4-1.3.6.jar)
  131. UCHIJA enderthing{0.6.8} [Enderthing] (enderthing-1.9.4-0.6.8.jar)
  132. UCHIJA fastleafdecay{v10} [Fast Leaf Decay] (FastLeafDecay-v10.jar)
  133. UCHIJA flatcoloredblocks{mc1.10-v4.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.1.jar)
  134. UCHIJA forestry{5.1.10.192} [Forestry] (forestry_1.10.2-5.1.10.192.jar)
  135. UCHIJA ftbl{2.1.0} [FTBLib] (FTBLib-1.9.4-2.1.0-pre2.jar)
  136. UCHIJA ftbu{2.1.0} [FTBUtilities] (FTBUtilities-1.9.4-2.1.0-pre2.jar)
  137. UCHIJA gravestone{1.5.0} [Gravestone] (Gravestone Mod 1.5.0.jar)
  138. UCHIJA inventorysorter{0.10.0+42} [Simple Inventory sorting] (inventorysorter-1.10-0.10.0+42.jar)
  139. UCHIJA IronChest{7.0.6.794} [Iron Chest] (ironchest-1.10.2-7.0.6.794.jar)
  140. UCHIJA itemscroller{0.5.1} [Item Scroller] (itemscroller-1.10.2-0.5.1.jar)
  141. UCHIJA journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
  142. UCHIJA jeresources{0.4.6.41} [Just Enough Resources] (JustEnoughResources-1.10.2-0.4.6.41.jar)
  143. UCHIJA macrokey{1.10.2-1.1.6.0} [MacroKey] (MacroKey-1.10.2-1.1.6.0.jar)
  144. UCHIJA ModNameTooltip{1.6.0} [Mod Name Tooltip] (modnametooltip_1.10.2-1.6.0.jar)
  145. UCHIJA MoreFurnaces{1.8.1} [More Furnaces] (MoreFurnaces-1.10-1.8.1.jar)
  146. UCHIJA MultiPageChest{1.7.0} [Multi Page Chest] (MultiPageChest-1.10-1.7.0.jar)
  147. UCHIJA Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.3-10.jar)
  148. UCHIJA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  149. UCHIJA notenoughwands{1.3.5} [Not Enough Wands] (notenoughwands-1.9.4-1.3.5.jar)
  150. UCHIJA OpenComputers{1.6.0.2-beta.4} [OpenComputers] (OpenComputers-MC1.10-1.6.0.2-beta.4.jar)
  151. UCHIJA harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4c.jar)
  152. UCHIJA progressiveautomation{1.6.48} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.48.jar)
  153. UCHIJA Psi{r1.0-36} [Psi] (Psi-r1.0-36.jar)
  154. UCHIJA Quark{beta-40} [Quark] (Quark-beta-40.jar)
  155. UCHIJA reborncore{2.5.5.3} [RebornCore] (RebornCore-1.10.2-2.5.5.3-universal.jar)
  156. UCHIJA reborncore-mcmultipart{2.5.5.3} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.5.5.3-universal.jar)
  157. UCHIJA StorageDrawers{1.9.4-3.1.11} [Storage Drawers] (StorageDrawers-1.9.4-3.1.11.jar)
  158. UCHIJA refinedstorage{0.8.5} [Refined Storage] (refinedstorage-0.8.5.jar)
  159. UCHIJA xreliquary{1.10.2-1.3.2.419} [Reliquary] (Reliquary-1.10.2-1.3.2.419.jar)
  160. UCHIJA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
  161. UCHIJA roots{0.107} [Roots] (roots-0.107.jar)
  162. UCHIJA techreborn{1.3.2.1} [TechReborn] (TechReborn-1.10.2-1.3.2.1-universal.jar)
  163. UCHIJA theoneprobe{1.0.13} [The One Probe] (theoneprobe-1.10-1.0.13.jar)
  164. UCHIJA vc{v0.2.9b-mc1.10.2} [ViesCraft] (ViesCraft-0.2.9b-mc1.10.2.jar)
  165. Loaded coremods (and transformers):
  166. LoadingPlugin (Quark-beta-40.jar)
  167. vazkii.quark.base.asm.ClassTransformer
  168. AppleCore (AppleCore-mc1.10.2-1.3.5.jar)
  169. squeek.applecore.asm.TransformerModuleHandler
  170. CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
  171. cubex2.cxlibrary.CoreModTransformer
  172. EnderCorePlugin (EnderCore-1.10.2-0.4.1.37-beta.jar)
  173. com.enderio.core.common.transform.EnderCoreTransformer
  174. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  175. EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker.):
  176. * Optifine is installed. This is NOT supported.
  177. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  178. Launched Version: forge-12.18.0.2009
  179. LWJGL: 2.9.4
  180. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  181. GL Caps: Using GL 1.3 multitexturing.
  182. Using GL 1.3 texture combiners.
  183. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  184. Shaders are available because OpenGL 2.1 is supported.
  185. VBOs are available because OpenGL 1.5 is supported.
  186.  
  187. Using VBOs: No
  188. Is Modded: Definitely; Client brand changed to 'fml,forge'
  189. Type: Client (map_client.txt)
  190. Resource Packs:
  191. Current Language: English (US)
  192. Profiler Position: N/A (disabled)
  193. CPU: 8x AMD FX(tm)-8350 Eight-Core Processor
  194. OptiFine Version: OptiFine_1.10.2_HD_U_C2
  195. Render Distance Chunks: 8
  196. Mipmaps: 0
  197. Anisotropic Filtering: 1
  198. Antialiasing: 0
  199. Multitexture: false
  200. Shaders: Chocapic13 V5 High.zip
  201. OpenGlVersion: 4.5.0 NVIDIA 364.72
  202. OpenGlRenderer: GeForce GTX 970/PCIe/SSE2
  203. OpenGlVendor: NVIDIA Corporation
  204. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement