Advertisement
dfdvdsf

Untitled

Jul 9th, 2023
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.14 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hey, that tickles! Hehehe!
  3.  
  4. Time: 23-7-9 下午2:46
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at club.someoneice.sitdown.SitDownDude.readBlockFromDatalist(SitDownDude.java:48)
  9. at club.someoneice.sitdown.SitDownDude.preInit(SitDownDude.java:69)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13. at java.lang.reflect.Method.invoke(Method.java:498)
  14. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  15. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:498)
  18. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  19. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  20. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  21. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  22. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  23. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  24. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. at java.lang.reflect.Method.invoke(Method.java:498)
  29. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  30. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  31. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  32. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  34. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  35. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  36. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandlerMixin.java:243)
  37. at net.minecraft.client.Minecraft.func_71384_a(MinecraftMixin.java:480)
  38. at net.minecraft.client.Minecraft.func_99999_d(MinecraftMixin.java:878)
  39. at net.minecraft.client.main.Main.main(SourceFile:148)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  43. at java.lang.reflect.Method.invoke(Method.java:498)
  44. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  45. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  46.  
  47.  
  48. A detailed walkthrough of the error, its code path and all known details is as follows:
  49. ---------------------------------------------------------------------------------------
  50.  
  51. -- Head --
  52. Stacktrace:
  53. at club.someoneice.sitdown.SitDownDude.readBlockFromDatalist(SitDownDude.java:48)
  54. at club.someoneice.sitdown.SitDownDude.preInit(SitDownDude.java:69)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  58. at java.lang.reflect.Method.invoke(Method.java:498)
  59. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  60. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  62. at java.lang.reflect.Method.invoke(Method.java:498)
  63. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  64. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  65. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  66. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  67. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  68. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  69. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  73. at java.lang.reflect.Method.invoke(Method.java:498)
  74. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  75. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  76. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  77. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  78. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  79. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  80. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  81. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandlerMixin.java:243)
  82. at net.minecraft.client.Minecraft.func_71384_a(MinecraftMixin.java:480)
  83.  
  84. -- Initialization --
  85. Details:
  86. Stacktrace:
  87. at net.minecraft.client.Minecraft.func_99999_d(MinecraftMixin.java:878)
  88. at net.minecraft.client.main.Main.main(SourceFile:148)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  92. at java.lang.reflect.Method.invoke(Method.java:498)
  93. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  94. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  95.  
  96. -- System Details --
  97. Details:
  98. Minecraft Version: 1.7.10
  99. Operating System: Windows 10 (amd64) version 10.0
  100. Java Version: 1.8.0_281, Oracle Corporation
  101. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  102. Memory: 652623360 bytes (622 MB) / 1207959552 bytes (1152 MB) up to 2449473536 bytes (2336 MB)
  103. JVM Flags: 11 total; -Xmx2324m -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32m -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -XX:-DontCompileHugeMethods -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  104. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  105. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  106. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 139 mods loaded, 139 mods active
  107. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  108. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  109. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  110. UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  111. UCH appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
  112. UCH CodeChickenCore{1.1.6} [CodeChicken Core] (minecraft.jar)
  113. UCH InputFix{1.7.10-v5} [InputFix] (minecraft.jar)
  114. UCH NotEnoughItems{2.3.19-GTNH} [NotEnoughItems] (NotEnoughItems-1.7.10-2.3.19-GTNH.jar)
  115. UCH OpenEye{0.8} [OpenEye] (OpenEye-1.7.10-0.8.jar)
  116. UCH OpenModsCore{0.10.1} [OpenModsCore] (minecraft.jar)
  117. UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  118. UCH adventure_backport_core{2.0.1-alpha} [Adventure Backport Core] (minecraft.jar)
  119. UCH golemtweaks{1.0} [Golem Tweaks] (1.7.10-Golem+Tweaks-1.0.jar)
  120. UCH bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
  121. UCH ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
  122. UCH StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
  123. UCH CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
  124. UCH ActuallyAdditions{1.7.10-r21} [Actually Additions] (ActuallyAdditions-1.7.10-r21.jar)
  125. UCH adventure_backport{2.0-alpha} [Adventure Backport] (adventure_backport-2.0.1-alpha.jar)
  126. UCH appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
  127. UCH ae2fc{g92699c9} [AE2 Fluid Crafting] (ae2fc-1.7.10-g92699c9.jar)
  128. UCH aobdbb{1.0.6} [Another One Bites The Dust: Berry Bushes] (AOBDBB-1.0.6.jar)
  129. UCH aobdoc{1.0.5} [Another One Bites The Dust: Ore Chunks] (AOBDOC-1.0.5.jar)
  130. UCH Apocalypse{0.0.7} [Apocalypse] (Apocalypse-1.7.10-0.0.7.jar)
  131. UCH falsepatternlib{0.11.4} [FalsePatternLib] (falsepatternlib-mc1.7.10-0.11.4.jar)
  132. UCH archaicfix{0.3.5} [ArchaicFix] (archaicfix-mc1.7.10-0.3.5.jar)
  133. UCH asmc{1.0.2} [§dASMC] (ASMC-1.7.10-1.0.2.jar)
  134. UCH bis{3.1.6} [Back in Slime Mod] (Back+In+Slime-1.7.10-3.1.6.jar)
  135. UCH betterquesting{3.0.328} [Better Questing] (BetterQuesting-3.0.328.jar)
  136. UCH Baubles{2.1.2} [Baubles Backwards Compat] (BaublesExpanded-2.1.2.jar)
  137. UCH ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)
  138. UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
  139. UCH thermaltinkering{1.0} [Thermal Tinkering] (ThermalTinkering-1.7.10-1.2.1.jar)
  140. UCH ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar)
  141. UCH BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  142. UCH VillageNames{4.4.3} [§6Village Names] (VillageNames-1.7.10-4.4.3.jar)
  143. UCH spongemixins{2.0.1} [UniMixins: SpongeMixins] (!!unimixins-all-1.7.10-0.1.11.jar)
  144. UCH bugtorch{Beta-1.2.0-2-g31985ed.dirty} [BugTorch] (bugtorch-1.2.0.jar)
  145. UCH campfirebackport{1.7.10-1.10} [Campfire Backport] (campfirebackport-1.7.10-1.10.jar)
  146. UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  147. UCH chisel{2.9.2.8} [Chisel] (Chisel-2.9.2.8-1.7.10.jar)
  148. UCH controlling{1.7.10-1.0.0.4} [Controlling] (Controlling-1.7.10-1.0.0.4.jar)
  149. UCH crashguard{0.4.0} [CrashGuard] (crashguard-mc1.7.10-0.4.0.jar)
  150. UCH CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
  151. UCH Ding{MC1.7.10v2} [Ding] (Ding-MC1.7.10v2.jar)
  152. UCH dmod{1.0.3.4} [D-Mod] (DMod-1.7.10-1.0.3.4.jar)
  153. UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
  154. UCH DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
  155. UCH IC2{2.2.828-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.828-experimental_2.jar)
  156. UCH draconicplus{1.3R} [DraconicMinus-] (DraconicMinus-1.3.jar)
  157. UCH elephantfix{1.0.0} [Elephant Fix] (ElephantFix-Forge-1.7.10-1.0.0-mixinless.jar)
  158. UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  159. UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
  160. UCH EnderIO{1.7.10-2.3.1.10_beta.0} [Ender IO] (EnderIO-1.7.10-2.3.1.10_beta.0.jar)
  161. UCH MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  162. UCH etfuturum{2.4.6} [§5§oEt Futurum Requiem] (Et_Futurum_Requiem-2.4.6.jar)
  163. UCH exnihilo{1.38-53} [Ex Nihilo] (Ex-Nihilo-1.38-53.jar)
  164. UCH RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
  165. UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.7.10-1.2.12.jar)
  166. UCH ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
  167. UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  168. UCH exastris{MC1.7.10-1.16-36} [Ex Astris] (Ex-Astris-MC1.7.10-1.16-36.jar)
  169. UCH excompressum{1.2.0} [Ex Compressum] (excompressum-mc1.7.10-1.2.0.jar)
  170. UCH extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
  171. UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's+HarvestCraft+1.7.10Lb.jar)
  172. UCH ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
  173. UCH falsetweaks{2.5.5} [FalseTweaks] (falsetweaks-mc1.7.10-2.5.5.jar)
  174. UCH Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
  175. UCH FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
  176. UCH FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
  177. UCH immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
  178. UCH inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
  179. UCH jecalculation{3.8.5} [Just Enough Calculation] (JustEnoughCalculation-1.7.10-3.8.5.jar)
  180. UCH Lockdown{2.0.0} [Lockdown] (Lockdown-1.7.2-2.0.0-universal.jar)
  181. UCH love_wolf{1.0} [Love me love my wolf] (LoveMeLoveMyWolf-1.1.jar)
  182. UCH Mekanism{9.1.1} [Mekanism] (Mekanism-1.7.10-9.1.1.1031.jar)
  183. UCH magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5-1.7.10.jar)
  184. UCH MTRM{1.0} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.7.10-1.1.0.11.jar)
  185. UCH modernsplash{@VERSION@} [ModernSplash] (modernsplash-1.7.10-1.2.1-d88da6a.dirty.jar)
  186. UCH modtweaker2{0.9.6} [Mod Tweaker 2] (ModTweaker2-0.9.6.jar)
  187. UCH moreplates{1.2.0.2} [More Plates] (moreplates-1.2.0.2+mc1.7.10.jar)
  188. UCH MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
  189. UCH NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
  190. UCH NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
  191. UCH NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
  192. UCH NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
  193. UCH NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
  194. UCH NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
  195. UCH NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
  196. UCH neieasysearch{0.8.11} [NEI Easy Search] (neieasysearch-1.7.10-0.8.11.jar)
  197. UCH neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
  198. UCH neodymium{0.1.8.4} [Neodymium] (neodymium-1.7.10-0.1.8.4+nomixin.jar)
  199. UCH netherlicious{3.2.8} [§6Netherlicious] (netherlicious-3.2.8.jar)
  200. UCH neenergistics{@VERSION@} [NotEnoughEnergistics] (NotEnoughEnergistics-1.7.10-1.4.2.jar)
  201. UCH notenoughpets{2.3.4} [§eNot Enough Pets] (NotEnoughPets-1.7.10-2.3.4.jar)
  202. UCH notfine{alpha-19-4-g4477cd6.dirty} [NotFine] (notfine-alpha-20.jar)
  203. UCH nova_craft{1.1} [§3NovaCraft§5] (NovaCraft V1.1 (1.7.10).jar)
  204. UCH packguard{2.3.0} [PackGuard] (PackGuard-1.7.10-2.3.0d.jar)
  205. UCH PneumaticCraft{1.12.7-152} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-152-universal.jar)
  206. UCH scriptblock{1.0} [scriptblock] (ScriptBlock-1.1.jar)
  207. UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
  208. UCH sittable{1.0.0} [Sittable] (Sittable-Forge-1.7.10-1.0.0.jar)
  209. UCE sit_down{1.0} [Sit Down Dude!] (SitDownDude-1.7.10-1.0.jar)
  210. UCH AppleCore{3.1.1} [AppleCore] (AppleCore-mc1.7.10-3.1.1.jar)
  211. UCH SpiceOfLife{1.3.11} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.3.11.jar)
  212. UCH bq_standard{3.0.181} [Standard Expansion] (StandardExpansion-3.0.181.jar)
  213. UCH StorageDrawers{1.7.10-1.10.9} [Storage Drawers] (StorageDrawers-1.7.10-1.10.9.jar)
  214. UCH ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar)
  215. UCH ThermalSmeltery{1.0} [Thermal Smeltery] (ThermalSmeltery-1.3.1.4.jar)
  216. UCH thirstmod{1.8.14} [Thirst Mod] (thirstmod-1.8.14.jar)
  217. UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
  218. UCH Torcherino{2.2s} [Torcherino] (Torcherino-1.7.10-2.2s.jar)
  219. UCH treeGrowingSimulator{0.0.3} [Tree Growing Simulator 2014] (TreeGrowingSimulator2014-MC1.7.10-0.0.3-22.jar)
  220. UCH WailaHarvestability{1.1.4} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.4.jar)
  221. UCH wailaplugins{MC1.7.10-0.2.0-25} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-25.jar)
  222. UCH wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
  223. UCH ovo{0.1.2} [With Json] (WithJson-1.7.10-0.1.2.jar)
  224. UCH unimixins{0.1.11} [UniMixins] (!!unimixins-all-1.7.10-0.1.11.jar)
  225. UCH unimixins-mixin{0.1.11} [UniMixins: Mixin (UniMix)] (!!unimixins-all-1.7.10-0.1.11.jar)
  226. UCH unimixins-compat{0.1.11} [UniMixins: Compatibility] (!!unimixins-all-1.7.10-0.1.11.jar)
  227. UCH mixingasm{0.2.2} [UniMixins: Mixingasm] (!!unimixins-all-1.7.10-0.1.11.jar)
  228. UCH gtnhmixins{2.1.13} [UniMixins: GTNHMixins] (!!unimixins-all-1.7.10-0.1.11.jar)
  229. UCH mixinbooterlegacy{1.2.1} [UniMixins: MixinBooterLegacy] (!!unimixins-all-1.7.10-0.1.11.jar)
  230. UCH gasstation{0.5.1} [UniMixins: GasStation] (!!unimixins-all-1.7.10-0.1.11.jar)
  231. UCH mixinextras{0.1.11} [UniMixins: MixinExtras] (!!unimixins-all-1.7.10-0.1.11.jar)
  232. UCH WorldEngine{1.1710.0} [WorldEngine] (1.7.10-ASJCore-1.2.2.2.jar)
  233. UCH asjpatcher{1.0} [asjpatcher] (1.7.10-ASJCore-1.2.2.2.jar)
  234. UCH Baubles|Expanded{2.1.2} [Baubles Expanded] (BaublesExpanded-2.1.2.jar)
  235. UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  236. UCH NotEnoughCodecs{0.4} [NotEnoughCodecs] (NotEnoughCodecs-1.7.10-0.4.jar)
  237. UCH OpenMods{0.10.1} [OpenMods] (OpenModsLib-1.7.10-0.10.1.jar)
  238. UCH pineapple_psychic{1.1.1} [PineapplePsychic] (pineapplepsychic-0.1.2.jar)
  239. UCH pieapple_tags{1.0} [pieapple_tags] (PineappleTag-1.2.jar)
  240. UCH ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.7.10-1.3.jar)
  241. UCH wanionlib{1.7.10-1.8} [WanionLib] (WanionLib-1.7.10-1.8.jar)
  242. UCH aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
  243. UCH HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0.jar)
  244. UCH IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
  245. UCH UniDict{1.7.10-2.9.2} [UniDict] (UniDict-1.7.10-2.9.2.jar)
  246. UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  247. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 391.24' Renderer: 'GeForce 840M/PCIe/SSE2'
  248. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[player_damage_hook:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  249. Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer(me.guichaguri.betterfps.transformers.MathTransformer@5c1e1a16) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer(me.guichaguri.betterfps.transformers.EventTransformer@50154f13) returned non-null result: 0
  250. CoFHCore: -[1.7.10]3.1.4-329
  251. AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
  252. ThermalFoundation: -[1.7.10]1.2.6-118
  253. Mantle Environment: Environment healthy.
  254. ThermalExpansion: -[1.7.10]4.1.5-248
  255. RedstoneArsenal: -[1.7.10]1.1.2-92
  256. TConstruct Environment: Environment healthy.
  257. ThermalDynamics: -[1.7.10]1.2.1-172
  258. EnderIO: Found the following problem(s) with your installation:
  259. * The RF API that is being used (1.7.10R1.0.2 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13 from EnderIO-1.7.10-2.3.1.10_beta.0.jar).
  260. It is a supported version, but that difference may lead to problems.
  261. * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
  262. Ender IO was build against API version rv2 and may or may not work with a newer version.
  263. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  264. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  265. Mixins in Stacktrace:
  266. cpw.mods.fml.common.LoadController:
  267. mixin.mixinbooterlegacy.json:LoadControllerMixin from mod (unknown)
  268. net.minecraft.client.Minecraft:
  269. mixins.crashguard.json:client.MinecraftMixin from mod crashguard
  270. mixins.modernsplash.json:MinecraftMixin from mod modernsplash
  271. mixins.archaicfix.json:client.lighting.MixinMinecraft from mod archaicfix
  272. mixins.archaicfix.json:client.core.MixinMinecraft from mod archaicfix
  273. mixins.falsetweaks.json:client.profiler.MinecraftMixin from mod falsetweaks
  274. cpw.mods.fml.client.FMLClientHandler:
  275. mixins.archaicfix.json:client.core.MixinFMLClientHandler from mod archaicfix
  276. mixins.modernsplash.json:FMLClientHandlerMixin from mod modernsplash
  277. Launched Version: R1.7.10's 1.17
  278. LWJGL: 2.9.1
  279. OpenGL: GeForce 840M/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.24, NVIDIA Corporation
  280. GL Caps: Using GL 1.3 multitexturing.
  281. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  282. Anisotropic filtering is supported and maximum anisotropy is 16.
  283. Shaders are available because OpenGL 2.1 is supported.
  284.  
  285. Is Modded: Definitely; Client brand changed to 'fml,forge'
  286. Type: Client (map_client.txt)
  287. Resource Packs: []
  288. Current Language: 简体中文 (中国)
  289. Profiler Position: N/A (disabled)
  290. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  291. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement