Advertisement
MrRiptidePastes

Crash with JEI & 5Zig

Jun 16th, 2017
621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.15 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CCLCorePlugin (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
  5. NEICorePlugin (NotEnoughItems-1.11.2-2.2.0.216-universal.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // Quite honestly, I wouldn't worry myself about that.
  9.  
  10. Time: 6/16/17 12:55 PM
  11. Description: Unexpected error
  12.  
  13. java.lang.NullPointerException: Unexpected error
  14. at codechicken.nei.jei.JEIIntegrationManager.setFilterText(JEIIntegrationManager.java:152)
  15. at codechicken.nei.NEIClientConfig.setSearchExpression(NEIClientConfig.java:342)
  16. at codechicken.nei.widget.SearchField.onTextChange(SearchField.java:105)
  17. at codechicken.nei.widget.TextField.setText(TextField.java:130)
  18. at codechicken.nei.NEIClientConfig.onWorldLoad(NEIClientConfig.java:219)
  19. at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:210)
  20. at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:40)
  21. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_48_ClientHandler_tickEvent_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:185)
  24. at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:339)
  25. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1645)
  26. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
  27. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
  28. at net.minecraft.client.main.Main.main(SourceFile:124)
  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:483)
  33. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  34. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- Head --
  41. Thread: Client thread
  42. Stacktrace:
  43. at codechicken.nei.jei.JEIIntegrationManager.setFilterText(JEIIntegrationManager.java:152)
  44. at codechicken.nei.NEIClientConfig.setSearchExpression(NEIClientConfig.java:342)
  45. at codechicken.nei.widget.SearchField.onTextChange(SearchField.java:105)
  46. at codechicken.nei.widget.TextField.setText(TextField.java:130)
  47. at codechicken.nei.NEIClientConfig.onWorldLoad(NEIClientConfig.java:219)
  48. at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:210)
  49. at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:40)
  50. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_48_ClientHandler_tickEvent_ClientTickEvent.invoke(.dynamic)
  51. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  52. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  53. at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:339)
  54.  
  55. -- Affected level --
  56. Details:
  57. Level name: MpServer
  58. All players: 1 total; [EntityPlayerSP['MrRiptide'/2101, l='MpServer', x=8.50, y=65.00, z=8.50]]
  59. Chunk stats: MultiplayerChunkCache: 0, 0
  60. Level seed: 0
  61. Level generator: ID 00 - default, ver 1. Features enabled: false
  62. Level generator options:
  63. Level spawn location: World: (0,65,0), Chunk: (at 0,4,0 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)
  64. Level time: 0 game time, 0 day time
  65. Level dimension: 0
  66. Level storage version: 0x00000 - Unknown?
  67. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  68. Level game mode: Game mode: adventure (ID 2). Hardcore: false. Cheats: false
  69. Forced entities: 1 total; [EntityPlayerSP['MrRiptide'/2101, l='MpServer', x=8.50, y=65.00, z=8.50]]
  70. Retry entities: 0 total; []
  71. Server brand: BungeeCord (git:BungeeCord-Bootstrap:1.12-SNAPSHOT:eab710b:1239) <- Spigot
  72. Server type: Non-integrated multiplayer server
  73. Stacktrace:
  74. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
  75. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655)
  76. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:401)
  77. at net.minecraft.client.main.Main.main(SourceFile:124)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  81. at java.lang.reflect.Method.invoke(Method.java:483)
  82. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  83. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  84.  
  85. -- System Details --
  86. Details:
  87. Minecraft Version: 1.11.2
  88. Operating System: Windows 10 (amd64) version 10.0
  89. Java Version: 1.8.0_25, Oracle Corporation
  90. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  91. Memory: 290279184 bytes (276 MB) / 568598528 bytes (542 MB) up to 1060372480 bytes (1011 MB)
  92. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  93. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  94. FML: MCP 9.38 Powered by Forge 13.20.0.2286 Optifine OptiFine_1.11.2_HD_U_B7 13 mods loaded, 13 mods active
  95. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  96. UCHIJA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  97. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  98. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2286.jar)
  99. UCHIJA forge{13.20.0.2286} [Minecraft Forge] (forge-1.11.2-13.20.0.2286.jar)
  100. UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
  101. UCHIJA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
  102. UCHIJA codechickenlib{2.6.0.254} [CodeChicken Lib] (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
  103. UCHIJA jei{4.3.3.270} [Just Enough Items] (jei_1.11.2-4.3.3.270.jar)
  104. UCHIJA journeymap{1.11.2-5.4.6} [JourneyMap] (journeymap-1.11.2-5.4.6.jar)
  105. UCHIJA lunatriuscore{1.1.2.39} [LunatriusCore] (LunatriusCore-1.11-1.1.2.39-universal.jar)
  106. UCHIJA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.11.2.jar)
  107. UCHIJA nei{${mod_version}} [Not Enough Items] (NotEnoughItems-1.11.2-2.2.0.216-universal.jar)
  108. UCHIJA worldedit{6.1.6} [WorldEdit] (worldedit-forge-mc1.11-6.1.6-dist.jar)
  109. Loaded coremods (and transformers):
  110. CCLCorePlugin (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
  111. codechicken.lib.asm.ClassHierarchyManager
  112. codechicken.lib.asm.CCL_ASMTransformer
  113. NEICorePlugin (NotEnoughItems-1.11.2-2.2.0.216-universal.jar)
  114. codechicken.nei.asm.NEITransformer
  115. GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4574' Renderer: 'Intel(R) HD Graphics 620'
  116. nei Invalid Fingerprint Reports: - No invalid fingerprints.:
  117. Launched Version: 1.11.2-forge1.11.2-13.20.0.2286
  118. LWJGL: 2.9.4
  119. OpenGL: Intel(R) HD Graphics 620 GL version 4.4.0 - Build 21.20.16.4574, Intel
  120. GL Caps: Using GL 1.3 multitexturing.
  121. Using GL 1.3 texture combiners.
  122. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  123. Shaders are available because OpenGL 2.1 is supported.
  124. VBOs are available because OpenGL 1.5 is supported.
  125.  
  126. Using VBOs: Yes
  127. Is Modded: Definitely; Client brand changed to 'fml,forge'
  128. Type: Client (map_client.txt)
  129. Resource Packs:
  130. Current Language: English (US)
  131. Profiler Position: N/A (disabled)
  132. CPU: 4x Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
  133. The 5zig Mod Version: 3.11.3
  134. The 5zig Mod Plugins: []
  135. Forge: true
  136. GUI: ~~NULL~~
  137. OptiFine Version: OptiFine_1.11.2_HD_U_B7
  138. Render Distance Chunks: 20
  139. Mipmaps: 4
  140. Anisotropic Filtering: 1
  141. Antialiasing: 0
  142. Multitexture: false
  143. Shaders: null
  144. OpenGlVersion: 4.4.0 - Build 21.20.16.4574
  145. OpenGlRenderer: Intel(R) HD Graphics 620
  146. OpenGlVendor: Intel
  147. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement