Advertisement
Guest User

Bug Yalouor

a guest
Sep 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.49 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 21/09/19 15:48
  5. Description: Initializing game
  6.  
  7. java.lang.RuntimeException: java.lang.NullPointerException
  8. at lumien.custommainmenu.CustomMainMenu.preInit(CustomMainMenu.java:72)
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  12. at java.lang.reflect.Method.invoke(Method.java:498)
  13. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  14. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  16. at java.lang.reflect.Method.invoke(Method.java:498)
  17. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  18. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  19. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  20. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  21. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  22. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  23. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  27. at java.lang.reflect.Method.invoke(Method.java:498)
  28. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  29. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  30. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  31. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  33. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  34. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  35. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  36. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  37. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  38. at net.minecraft.client.main.Main.main(SourceFile:148)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  42. at java.lang.reflect.Method.invoke(Method.java:498)
  43. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  44. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  45. Caused by: java.lang.NullPointerException
  46. at lumien.custommainmenu.configuration.GuiConfig.loadTexts(GuiConfig.java:283)
  47. at lumien.custommainmenu.configuration.GuiConfig.load(GuiConfig.java:104)
  48. at lumien.custommainmenu.configuration.ConfigurationLoader.load(ConfigurationLoader.java:95)
  49. at lumien.custommainmenu.CustomMainMenu.preInit(CustomMainMenu.java:67)
  50. ... 36 more
  51.  
  52.  
  53. A detailed walkthrough of the error, its code path and all known details is as follows:
  54. ---------------------------------------------------------------------------------------
  55.  
  56. -- Head --
  57. Stacktrace:
  58. at lumien.custommainmenu.CustomMainMenu.preInit(CustomMainMenu.java:72)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  62. at java.lang.reflect.Method.invoke(Method.java:498)
  63. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  64. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:498)
  67. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  68. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  69. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  70. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  71. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  72. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  73. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:498)
  78. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  79. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  80. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  81. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  82. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  83. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  84. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  85. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  86. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  87.  
  88. -- Initialization --
  89. Details:
  90. Stacktrace:
  91. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  92. at net.minecraft.client.main.Main.main(SourceFile:148)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  96. at java.lang.reflect.Method.invoke(Method.java:498)
  97. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  98. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  99.  
  100. -- System Details --
  101. Details:
  102. Minecraft Version: 1.7.10
  103. Operating System: Mac OS X (x86_64) version 10.14.6
  104. Java Version: 1.8.0_74, Oracle Corporation
  105. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  106. Memory: 392105264 bytes (373 MB) / 671088640 bytes (640 MB) up to 2147483648 bytes (2048 MB)
  107. JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  108. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  109. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  110. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 Optifine OptiFine_1.7.10_HD_U_E7 20 mods loaded, 20 mods active
  111. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  112. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  113. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  114. UCH Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  115. UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  116. UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (Client - NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  117. UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
  118. UCH ArmorStatusHUD{1.28} [ArmorStatusHUD] (Client - ArmorStatusHUD-Mod-1.7.10.jar)
  119. UCE CustomMainMenu{1.9.2} [Custom Main Menu] (Client - CustomMainMenu-MC1.7.10-1.9.2.jar)
  120. UCH Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Client - Neat+1.0-1.jar)
  121. UCH ResourceLoader{1.3} [Resource Loader] (Client - ResourceLoader-MC1.7.10-1.3.jar)
  122. UCH StatusEffectHUD{1.27} [StatusEffectHUD] (Client - StatusEffectHUD-Mod-1.7.10.jar)
  123. UCH guardiangolem{0.1-INDEV} [Guardian Golem] (Guardiangolem.jar)
  124. UCH CarpentersBlocks{3.3.8.2} [Carpenter's Blocks] (Server - Carpenter's+Blocks+v3.3.8.2+-+MC+1.7.10.jar)
  125. UCH customnpcs{1.7.10d} [CustomNpcs] (Server - Custom-NPCs-Mod-1.7.10.jar)
  126. UCH MoreFurnaces{1.3.9} [More Furnaces] (Server - Furnaces Yalouor.jar)
  127. UCH IronChest{6.0.62.742} [Iron Chest] (Server - ironchest-1.7.10-6.0.62.742-universal.jar)
  128. UCH secretroomsmod{4.7.1} [The SecretRoomsMod] (Server - secretroomsmod-1.7.10-4.7.1.413.jar)
  129. UCH spawnercraft{1.7.10-2.2.1} [SpawnerCraft] (Server - SpawnerCraft.jar)
  130. UCH yalouor{3.3.5} [Yalouor] (Server - yalouor-2.0.jar)
  131. UCH StorageDrawers{1.7.10-1.10.9} [Storage Drawers] (StorageDrawers.jar)
  132. Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
  133. LWJGL: 2.9.1
  134. OpenGL: Intel Iris Pro OpenGL Engine GL version 2.1 INTEL-12.10.12, Intel Inc.
  135. GL Caps: Using GL 1.3 multitexturing.
  136. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
  137. Anisotropic filtering is supported and maximum anisotropy is 16.
  138. Shaders are available because OpenGL 2.1 is supported.
  139.  
  140. Is Modded: Definitely; Client brand changed to 'fml,forge'
  141. Type: Client (map_client.txt)
  142. Resource Packs: []
  143. Current Language: English (US)
  144. Profiler Position: N/A (disabled)
  145. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  146. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement