Advertisement
Guest User

Untitled

a guest
Nov 17th, 2016
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.26 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. FMLPlugin (InventoryTweaks-1.60-40.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Oops.
  8.  
  9. Time: 17/11/16 16:04
  10. Description: Rendering entity in world
  11.  
  12. java.util.NoSuchElementException: No value present
  13. at java.util.Optional.get(Unknown Source)
  14. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.init(Entity3HasStats.java:140)
  15. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.init(Entity4Textures.java:48)
  16. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.init(Entity7HasAI.java:60)
  17. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.init(Entity8HoldsItems.java:49)
  18. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.init(Entity10CanBreed.java:82)
  19. at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.init(EntityPixelmon.java:114)
  20. at com.pixelmonmod.pixelmon.client.render.RenderPixelmon.doRender(RenderPixelmon.java:51)
  21. at com.pixelmonmod.pixelmon.client.render.RenderPixelmon.func_76986_a(RenderPixelmon.java:26)
  22. at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:399)
  23. at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:356)
  24. at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:323)
  25. at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:833)
  26. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1738)
  27. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1567)
  28. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1361)
  29. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
  30. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
  31. at net.minecraft.client.main.Main.main(SourceFile:124)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  35. at java.lang.reflect.Method.invoke(Unknown Source)
  36. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  37. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- Head --
  44. Stacktrace:
  45. at java.util.Optional.get(Unknown Source)
  46. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.init(Entity3HasStats.java:140)
  47. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.init(Entity4Textures.java:48)
  48. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.init(Entity7HasAI.java:60)
  49. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.init(Entity8HoldsItems.java:49)
  50. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.init(Entity10CanBreed.java:82)
  51. at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.init(EntityPixelmon.java:114)
  52. at com.pixelmonmod.pixelmon.client.render.RenderPixelmon.doRender(RenderPixelmon.java:51)
  53. at com.pixelmonmod.pixelmon.client.render.RenderPixelmon.func_76986_a(RenderPixelmon.java:26)
  54.  
  55. -- Entity being rendered --
  56. Details:
  57. Entity Type: pixelmon.Pixelmon (com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon)
  58. Entity ID: 175679
  59. Entity Name: Roselia
  60. Entity's Exact location: 212,00, 71,00, -13,00
  61. Entity's Block location: 212,00,71,00,-13,00 - World: (212,71,-13), Chunk: (at 4,4,3 in 13,-1; contains blocks 208,0,-16 to 223,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  62. Entity's Momentum: 0,00, 0,00, 0,00
  63. Entity's Rider: ~~ERROR~~ NullPointerException: null
  64. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  65.  
  66. -- Renderer details --
  67. Details:
  68. Assigned renderer: com.pixelmonmod.pixelmon.client.render.RenderPixelmon@2815d113
  69. Location: -0,72,1,00,-0,94 - World: (-1,1,-1), Chunk: (at 15,0,15 in -1,-1; contains blocks -16,0,-16 to -1,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  70. Rotation: 4.38335
  71. Delta: 0.7792622
  72. Stacktrace:
  73. at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:399)
  74. at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:356)
  75. at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:323)
  76. at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:833)
  77. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1738)
  78. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1567)
  79.  
  80. -- Affected level --
  81. Details:
  82. Level name: MpServer
  83. All players: 1 total; [EntityPlayerSP['Ashokha'/171595, l='MpServer', x=212,72, y=70,00, z=-12,06]]
  84. Chunk stats: MultiplayerChunkCache: 272, 272
  85. Level seed: 0
  86. Level generator: ID 00 - default, ver 1. Features enabled: false
  87. Level generator options:
  88. Level spawn location: 252,00,64,00,100,00 - World: (252,64,100), Chunk: (at 12,4,4 in 15,6; contains blocks 240,0,96 to 255,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  89. Level time: 1739 game time, 1739 day time
  90. Level dimension: 0
  91. Level storage version: 0x00000 - Unknown?
  92. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  93. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  94. Forced entities: 60 total; [EntityPixelmon['Miltank'/175114, l='MpServer', x=221,59, y=70,00, z=-26,91], EntityPixelmon['Miltank'/175115, l='MpServer', x=233,84, y=71,00, z=-1,69], EntityPixelmon['Miltank'/175112, l='MpServer', x=235,38, y=71,00, z=1,38], EntityPixelmon['Pidgeotto'/175116, l='MpServer', x=229,47, y=71,00, z=0,59], EntityPixelmon['Aron'/175170, l='MpServer', x=133,50, y=48,00, z=36,50], EntityPixelmon['Diglett'/175171, l='MpServer', x=131,50, y=48,00, z=38,50], EntityPixelmon['Diglett'/175215, l='MpServer', x=207,50, y=17,00, z=-81,50], EntityPixelmon['Pidgeotto'/175246, l='MpServer', x=255,22, y=69,91, z=34,31], EntityPixelmon['Tentacruel'/175271, l='MpServer', x=162,50, y=56,42, z=-103,16], EntityPixelmon['Staraptor'/175274, l='MpServer', x=158,94, y=93,50, z=33,09], EntityPixelmon['Hoppip'/175272, l='MpServer', x=209,41, y=70,00, z=-32,56], EntityPixelmon['Hoppip'/175273, l='MpServer', x=187,56, y=68,00, z=-44,50], EntityPixelmon['Magikarp'/175306, l='MpServer', x=226,50, y=58,44, z=-81,50], EntityPixelmon['Magikarp'/175307, l='MpServer', x=152,86, y=58,53, z=-82,24], EntityPixelmon['Magikarp'/175308, l='MpServer', x=167,48, y=58,37, z=-67,39], EntityPixelmon['Tentacruel'/175309, l='MpServer', x=209,50, y=56,59, z=-61,50], EntityPixelmon['Starly'/175345, l='MpServer', x=223,50, y=68,97, z=31,50], EntityPixelmon['Shuckle'/175368, l='MpServer', x=177,50, y=9,97, z=-76,50], EntityPixelmon['Azumarill'/175390, l='MpServer', x=264,50, y=63,97, z=-70,50], EntityPixelmon['Diglett'/175391, l='MpServer', x=159,71, y=19,80, z=-82,06], EntityPixelmon['Spearow'/175419, l='MpServer', x=221,50, y=71,00, z=46,50], EntityPixelmon['Diglett'/175420, l='MpServer', x=176,50, y=14,00, z=45,50], EntityPixelmon['Shuckle'/175421, l='MpServer', x=256,50, y=17,97, z=-60,50], EntityPixelmon['Remoraid'/175441, l='MpServer', x=118,90, y=58,45, z=-55,46], EntityPixelmon['Staravia'/175466, l='MpServer', x=208,19, y=78,50, z=4,17], EntityPixelmon['Staravia'/175464, l='MpServer', x=151,73, y=78,50, z=44,52], EntityPixelmon['Staravia'/175465, l='MpServer', x=164,78, y=77,50, z=54,16], EntityPixelmon['Electrode'/175514, l='MpServer', x=272,50, y=64,97, z=63,50], EntityPixelmon['Solrock'/175546, l='MpServer', x=169,50, y=35,97, z=-7,50], EntityPixelmon['Aron'/175565, l='MpServer', x=180,50, y=35,97, z=-24,50], EntityPixelmon['Aron'/175618, l='MpServer', x=158,50, y=39,50, z=-112,50], EntityPixelmon['Roselia'/175679, l='MpServer', x=212,00, y=71,00, z=-13,00], EntityPlayerSP['Ashokha'/171595, l='MpServer', x=212,72, y=70,00, z=-12,06], EntityPixelmon['Shuckle'/174694, l='MpServer', x=226,50, y=44,00, z=55,50], EntityPixelmon['Golett'/174703, l='MpServer', x=241,50, y=25,00, z=72,50], EntityPixelmon['Gloom'/174755, l='MpServer', x=191,47, y=70,00, z=8,50], NPCTrainer['4'/171697, l='MpServer', x=212,50, y=71,00, z=45,53], EntityPixelmon['Drowzee'/174775, l='MpServer', x=196,66, y=75,00, z=60,78], EntityPixelmon['Graveler'/174778, l='MpServer', x=206,50, y=48,00, z=51,50], EntityPixelmon['Starly'/171706, l='MpServer', x=235,25, y=70,00, z=-23,88], NPCTrainer['0'/171704, l='MpServer', x=217,50, y=69,00, z=13,50], EntityPixelmon['Ekans'/174776, l='MpServer', x=195,92, y=71,00, z=44,62], EntityPixelmon['Dwebble'/171719, l='MpServer', x=186,56, y=68,00, z=54,03], EntityPixelmon['Starly'/171723, l='MpServer', x=196,69, y=70,36, z=29,88], EntityPixelmon['Jigglypuff'/171721, l='MpServer', x=229,47, y=70,00, z=38,50], EntityPixelmon['Hypno'/171726, l='MpServer', x=237,47, y=66,00, z=84,53], EntityPixelmon['Starly'/171724, l='MpServer', x=185,16, y=66,00, z=53,50], EntityPixelmon['Starly'/171750, l='MpServer', x=231,06, y=70,00, z=33,00], EntityPixelmon['Ekans'/171748, l='MpServer', x=189,09, y=69,00, z=36,19], NPCTrader['Trader'/174871, l='MpServer', x=235,50, y=72,00, z=48,50], NPCTrainer['1'/174872, l='MpServer', x=233,41, y=72,00, z=50,47], EntityPixelmon['Arbok'/175023, l='MpServer', x=213,03, y=70,71, z=-20,92], EntityItem['item.item.seeds'/175038, l='MpServer', x=225,72, y=69,00, z=-43,66], EntityPixelmon['Sentret'/175047, l='MpServer', x=226,38, y=70,00, z=-31,28], EntityPixelmon['Sentret'/175048, l='MpServer', x=230,94, y=71,00, z=-41,41], EntityPixelmon['Sentret'/175058, l='MpServer', x=192,84, y=73,00, z=86,38], EntityPixelmon['Arbok'/175060, l='MpServer', x=198,84, y=70,00, z=-11,59], EntityPixelmon['Drowzee'/175074, l='MpServer', x=236,53, y=70,00, z=-0,94], EntityPixelmon['Drowzee'/175075, l='MpServer', x=218,94, y=71,00, z=-4,03], EntityPixelmon['Furret'/175083, l='MpServer', x=214,63, y=70,94, z=-20,40]]
  95. Retry entities: 0 total; []
  96. Server brand: fml,forge
  97. Server type: Integrated singleplayer server
  98. Stacktrace:
  99. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:412)
  100. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
  101. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:370)
  102. at net.minecraft.client.main.Main.main(SourceFile:124)
  103. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  105. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  106. at java.lang.reflect.Method.invoke(Unknown Source)
  107. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  108. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  109.  
  110. -- System Details --
  111. Details:
  112. Minecraft Version: 1.8.9
  113. Operating System: Windows 10 (amd64) version 10.0
  114. CPU: 8x Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
  115. Java Version: 1.8.0_111, Oracle Corporation
  116. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  117. Memory: 1846401464 bytes (1760 MB) / 3978821632 bytes (3794 MB) up to 7639400448 bytes (7285 MB)
  118. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:MaxPermSize=128m -Xmx8196M -Xms256M
  119. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  120. FML: MCP 9.19 Powered by Forge 11.15.1.1902 Optifine OptiFine_1.8.9_HD_U_H6 6 mods loaded, 6 mods active
  121. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  122. UCHIJAAAAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  123. UCHIJAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1902-1.8.9.jar)
  124. UCHIJAAAAAAAAA Forge{11.15.1.1902} [Minecraft Forge] (forge-1.8.9-11.15.1.1902-1.8.9.jar)
  125. UCHIJAAAAAAAAA inventorytweaks{1.60-40-e06e29a} [Inventory Tweaks] (InventoryTweaks-1.60-40.jar)
  126. UCHIJAAAAAAAAA journeymap{1.8.9-5.2.4} [JourneyMap] (journeymap-1.8.9-5.2.4-unlimited.jar)
  127. UCHIJAAAAAAAAA pixelmon{4.3.0-beta12} [Pixelmon] (Pixelmon-1.8.9-4.3.0-beta12-universal.jar)
  128. Loaded coremods (and transformers):
  129. FMLPlugin (InventoryTweaks-1.60-40.jar)
  130. invtweaks.forge.asm.ContainerTransformer
  131. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.86' Renderer: 'GeForce GTX 980/PCIe/SSE2'
  132. Launched Version: 1.8.9-forge1.8.9-11.15.1.1902-1.8.9
  133. LWJGL: 2.9.4
  134. OpenGL: GeForce GTX 980/PCIe/SSE2 GL version 4.5.0 NVIDIA 375.86, 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: No
  142. Is Modded: Definitely; Client brand changed to 'fml,forge'
  143. Type: Client (map_client.txt)
  144. Resource Packs:
  145. Current Language: English (US)
  146. Profiler Position: N/A (disabled)
  147. CPU: 8x Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
  148. OptiFine Version: OptiFine_1.8.9_HD_U_H6
  149. Render Distance Chunks: 8
  150. Mipmaps: 4
  151. Anisotropic Filtering: 1
  152. Antialiasing: 0
  153. Multitexture: false
  154. Shaders: null
  155. OpenGlVersion: 4.5.0 NVIDIA 375.86
  156. OpenGlRenderer: GeForce GTX 980/PCIe/SSE2
  157. OpenGlVendor: NVIDIA Corporation
  158. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement