Advertisement
tweety_the_canary

minecraft crash report 2

Nov 23rd, 2019
782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.26 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  5. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  6. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.11.16-universal.jar)
  7. MalisisCorePlugin (malisiscore-1.10.2-4.3.0.jar)
  8. TransformerLoader (OpenComputers-MC1.10.2-1.7.2.170.jar)
  9. TANLoadingPlugin (Tough-As-Nails-Mod-1.10.2.jar)
  10. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  11. AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
  12. Plugin (NotEnoughIDs-1.5.3.jar)
  13. Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  14. MicdoodlePlugin (MicdoodleCore-1.10.2-4.0.2.190.jar)
  15. LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
  16. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  17. NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  18. MalisisSwitchesPlugin (malisisswitches-1.10.2-3.1.0.jar)
  19. Contact their authors BEFORE contacting forge
  20.  
  21. // Everything's going to plan. No, really, that was supposed to happen.
  22.  
  23. Time: 11/23/19 5:06 PM
  24. Description: Ticking player
  25.  
  26. java.lang.NullPointerException: Ticking player
  27. at com.mjr.extraplanets.items.armor.modules.ModuleOxygenTankSwitch.tickServer(ModuleOxygenTankSwitch.java:33)
  28. at com.mjr.extraplanets.handlers.MainHandlerServer.tickModules(MainHandlerServer.java:242)
  29. at com.mjr.extraplanets.handlers.MainHandlerServer.onEntityUpdate(MainHandlerServer.java:207)
  30. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_242_MainHandlerServer_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic)
  31. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  32. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  33. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:493)
  34. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1931)
  35. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:233)
  36. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:303)
  37. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:162)
  38. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:213)
  39. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)
  40. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  41. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:732)
  42. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  43. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  44. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  45. at java.lang.Thread.run(Thread.java:748)
  46.  
  47.  
  48. A detailed walkthrough of the error, its code path and all known details is as follows:
  49. ---------------------------------------------------------------------------------------
  50.  
  51. -- Head --
  52. Thread: Server thread
  53. Stacktrace:
  54. at com.mjr.extraplanets.items.armor.modules.ModuleOxygenTankSwitch.tickServer(ModuleOxygenTankSwitch.java:33)
  55. at com.mjr.extraplanets.handlers.MainHandlerServer.tickModules(MainHandlerServer.java:242)
  56. at com.mjr.extraplanets.handlers.MainHandlerServer.onEntityUpdate(MainHandlerServer.java:207)
  57. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_242_MainHandlerServer_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic)
  58. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  59. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  60. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:493)
  61. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1931)
  62. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:233)
  63.  
  64. -- Player being ticked --
  65. Details:
  66. Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP)
  67. Entity ID: 172
  68. Entity Name: aydenstanton
  69. Entity's Exact location: -14.04, 69.20, -21.98
  70. Entity's Block location: World: (-15,69,-22), Chunk: (at 1,4,10 in -1,-2; contains blocks -16,0,-32 to -1,255,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  71. Entity's Momentum: 0.00, -0.25, 0.00
  72. Entity's Passengers: []
  73. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  74. Stacktrace:
  75. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:303)
  76. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:162)
  77. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:213)
  78. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)
  79.  
  80. -- Ticking connection --
  81. Details:
  82. Connection: net.minecraft.network.NetworkManager@1a1c1100
  83. Stacktrace:
  84. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  85. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:732)
  86. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  87. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  88. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  89. at java.lang.Thread.run(Thread.java:748)
  90.  
  91. -- System Details --
  92. Details:
  93. Minecraft Version: 1.10.2
  94. Operating System: Mac OS X (x86_64) version 10.15.1
  95. Java Version: 1.8.0_231, Oracle Corporation
  96. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  97. Memory: 3307559640 bytes (3154 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
  98. JVM Flags: 4 total; -Xms6144m -Xmx6144m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
  99. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  100. FML: MCP 9.32 Powered by Forge 12.18.3.2511 84 mods loaded, 84 mods active
  101. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  102. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  103. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (modpack.jar)
  104. UCHIJAAAA Forge{12.18.3.2511} [Minecraft Forge] (modpack.jar)
  105. UCHIJAAAA appliedenergistics2-core{rv4-stable-1} [Applied Energistics 2 Core] (minecraft.jar)
  106. UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  107. UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  108. UCHIJAAAA NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  109. UCHIJAAAA OpenComputers|Core{1.7.2.170} [OpenComputers (Core)] (minecraft.jar)
  110. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  111. UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  112. UCHIJAAAA securitycraft{v1.8.3} [SecurityCraft] ([1.10.2]+SecurityCraft+v1.8.3.jar)
  113. UCHIJAAAA appliedenergistics2{rv4-stable-1} [Applied Energistics 2] (appliedenergistics2-rv4-stable-1.jar)
  114. UCHIJAAAA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  115. UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.7.jar)
  116. UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  117. UCHIJAAAA bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.10.2-1.5.1.jar)
  118. UCHIJAAAA bottledmilk{1.3.0} [Bottled Milk] (BottledMilk-1.10.2-1.3.1.jar)
  119. UCHIJAAAA CodeChickenLib{2.5.9.320} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  120. UCHIJAAAA cofhcore{4.1.11} [CoFH Core] (CoFHCore-1.10.2-4.1.11.16-universal.jar)
  121. UCHIJAAAA brandonscore{2.1.14} [Brandon's Core] (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  122. UCHIJAAAA car{1.0.16} [Car Mod] (car-1.0.16.jar)
  123. UCHIJAAAA cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.10.2.jar)
  124. UCHIJAAAA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
  125. UCHIJAAAA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  126. UCHIJAAAA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
  127. UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  128. UCHIJAAAA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
  129. UCHIJAAAA compatlayer{0.3.1} [compatlayer] (compatlayer-1.10-0.3.1.jar)
  130. UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
  131. UCHIJAAAA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
  132. UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar)
  133. UCHIJAAAA modcurrency{1.10.2-1.2.0} [Good Ol' Currency Mod] (Currency-1.10.2-1.2.0.jar)
  134. UCHIJAAAA thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar)
  135. UCHIJAAAA draconicevolution{2.1.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.8.273-universal.jar)
  136. UCHIJAAAA DragonMounts{r46-1.10.2} [Dragon Mounts] (Dragon-Mounts-Mod-1.10.2.jar)
  137. UCHIJAAAA ageofminecraft{0.4} [The Engender Mod] (Engender+mod+1.10.2+0.4.jar)
  138. UCHIJAAAA galacticraftcore{4.0.2.190} [Galacticraft Core] (GalacticraftCore-1.10.2-4.0.2.190.jar)
  139. UCHIJAAAA galacticraftplanets{4.0.2.190} [Galacticraft Planets] (Galacticraft-Planets-1.10.2-4.0.2.190.jar)
  140. UCHIJAAAA mjrlegendslib{1.10.2-1.1.6} [MJRLegendsLib] (MJRLegendsLib-1.10.2-1.1.6.jar)
  141. UCHIJAAAA extraplanets{1.10.2-1.2.9} [Extra Planets] (ExtraPlanets-1.10.2-1.2.9.jar)
  142. UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-1.1.0.jar)
  143. UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  144. UCHIJAAAA Mekanism{9.2.3} [Mekanism] (Mekanism-1.10.2-9.2.3.97.jar)
  145. UCHIJAAAA minefactoryreloaded{2.9.0B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.10.2]2.9.0B1-229.jar)
  146. UCHIJAAAA OpenComputers{1.7.2.170} [OpenComputers] (OpenComputers-MC1.10.2-1.7.2.170.jar)
  147. UCHIJAAAA thermalexpansion{5.1.10} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.10.28-universal.jar)
  148. UCHIJAAAA zerocore{1.10.2-0.1.2.0} [Zero CORE] (zerocore-1.10.2-0.1.2.0.jar)
  149. UCHIJAAAA bigreactors{1.10.2-0.4.5.48} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.48.jar)
  150. UCHIJAAAA eyemod{1.0.0} [EyeMod] (eyemod-1.1.2.jar)
  151. UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.5.3.jar)
  152. UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.5.1.jar)
  153. UCHIJAAAA ichunutil{6.5.0} [iChunUtil] (iChunUtil-1.10.2-6.5.0.jar)
  154. UCHIJAAAA mantle{1.10.2-1.1.4.203} [Mantle] (Mantle-1.10.2-1.1.4.jar)
  155. UCHIJAAAA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
  156. UCHIJAAAA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
  157. UCHIJAAAA immersivepetroleum{1.1.0} [Immersive Petroleum] (immersivepetroleum-1.10.2-1.1.0.jar)
  158. UCHIJAAAA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
  159. UCHIJAAAA jet_packs{1.0.0} [Just JetPacks] (Just-Jetpacks-1.10.2-1.0.0.jar)
  160. UCHIJAAAA malisiscore{1.10.2-4.3.0} [MalisisCore] (malisiscore-1.10.2-4.3.0.jar)
  161. UCHIJAAAA malisisblocks{1.10.2-4.1.3} [Malisis Blocks] (malisisblocks-1.10.2-4.1.3.jar)
  162. UCHIJAAAA malisisdoors{1.10.2-5.1.6} [MalisisDoors] (malisisdoors-1.10.2-5.1.6.jar)
  163. UCHIJAAAA malisisswitches{1.10.2-3.1.0} [Malisis Switches] (malisisswitches-1.10.2-3.1.0.jar)
  164. UCHIJAAAA ngtlib{2.2.9} [NGTLib] (NGTLib2.2.9-16_Forge1.10.2-12.18.3.2185.zip)
  165. UCHIJAAAA mcte{2.2.7} [MCTerrainEditor] (MCTE2.2.7-13_Forge1.10.2-12.18.3.2185.zip)
  166. UCHIJAAAA MekanismGenerators{9.2.3} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.3.97.jar)
  167. UCHIJAAAA MekanismTools{9.2.3} [MekanismTools] (MekanismTools-1.10.2-9.2.3.97.jar)
  168. UCHIJAAAA MineFactoryReloaded|CompatVanilla{2.9.0B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.10.2]2.9.0B1-229.jar)
  169. UCHIJAAAA numina{1.4.0} [numina] (ModularPowersuits-1.10.2-1.2.129.jar)
  170. UCHIJAAAA powersuits{1.10.2-1.2.129} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.10.2-1.2.129.jar)
  171. UCHIJAAAA moreplanets{2.0.14} [More Planets] (More-Planets-1.10.2-2.0.14-GC156.jar)
  172. UCHIJAAAA nbtedit{$version} [NBTEdit] (NBTEdit-0.3.jar)
  173. UCHIJAAAA currency{3.1.5} [Never Enough Currency] (NeverEnoughCurrency-3.1.5.jar)
  174. UCHIJAAAA neid{1.5.3} [NotEnoughIDs] (NotEnoughIDs-1.5.3.jar)
  175. UCHIJAAAA oilcraft{0.4.0} [Oil Craft] (OilCraft-1.10.2-0.4.0.jar)
  176. UCHIJAAAA portalgun{6.0.1} [PortalGun] (PortalGun-1.10.2-6.0.1.jar)
  177. UCHIJAAAA rapidform{1.7} [RapidForm] (RapidForm-Mod-1.10.2.jar)
  178. UCHIJAAAA rftools{5.62} [RFTools] (rftools-1.10-5.62.jar)
  179. UCHIJAAAA ToughAsNails{1.1.1.66} [Tough As Nails] (Tough-As-Nails-Mod-1.10.2.jar)
  180. UCHIJAAAA slurp{0.3} [Slurp] (slurp-1.10.2-0.3.jar)
  181. UCHIJAAAA thermaldynamics{2.0.11} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.11.19-universal.jar)
  182. UCHIJAAAA treechopper{1.1.1a} [Tree Chopper] (TreeChopper-1.10.2-1.1.1a.jar)
  183. UCHIJAAAA WizardSellingMachines{1.0.0} [WizardSellingMachines] (WizardSellingMachines.jar)
  184. UCHIJAAAA wolfarmor{1.3.1} [Wolf Armor and Storage] (wolfarmor-1.3.1.2.jar)
  185. UCHIJAAAA XaeroMinimap{1.15.2} [Xaero's Minimap] (Xaeros_Minimap_1.15.2_Forge_1.10.2.jar)
  186. Loaded coremods (and transformers):
  187. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  188.  
  189. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  190. invtweaks.forge.asm.ContainerTransformer
  191. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.11.16-universal.jar)
  192. cofh.asm.CoFHClassTransformer
  193. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  194. MalisisCorePlugin (malisiscore-1.10.2-4.3.0.jar)
  195. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  196. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  197. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  198. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  199. net.malisis.core.util.clientnotif.ClientNotifTransformer
  200. TransformerLoader (OpenComputers-MC1.10.2-1.7.2.170.jar)
  201. li.cil.oc.common.asm.ClassTransformer
  202. TANLoadingPlugin (Tough-As-Nails-Mod-1.10.2.jar)
  203. toughasnails.asm.transformer.BlockCropsTransformer
  204. toughasnails.asm.transformer.EntityRendererTransformer
  205. toughasnails.asm.transformer.WorldTransformer
  206. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  207. com.enderio.core.common.transform.EnderCoreTransformer
  208. AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
  209. appeng.coremod.transformer.IntegrationTransformer
  210. Plugin (NotEnoughIDs-1.5.3.jar)
  211. ru.fewizz.neid.asm.Transformer
  212. Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  213. com.brandon3055.brandonscore.asm.ClassTransformer
  214. MicdoodlePlugin (MicdoodleCore-1.10.2-4.0.2.190.jar)
  215. micdoodle8.mods.miccore.MicdoodleTransformer
  216. LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
  217. lumien.bloodmoon.asm.ClassTransformer
  218. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  219. codechicken.lib.asm.ClassHeirachyManager
  220. codechicken.lib.asm.CCL_ASMTransformer
  221. NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  222. codechicken.nei.asm.NEITransformer
  223. MalisisSwitchesPlugin (malisisswitches-1.10.2-3.1.0.jar)
  224. net.malisis.switches.asm.MalisisSwitchesTransformer
  225. AE2 Version: stable rv4-stable-1 for Forge 12.18.3.2185
  226. minefactoryreloaded: -[1.10.2]2.9.0B1-229
  227. Pulsar/tconstruct loaded Pulses:
  228. - TinkerCommons (Enabled/Forced)
  229. - TinkerWorld (Enabled/Not Forced)
  230. - TinkerTools (Enabled/Not Forced)
  231. - TinkerHarvestTools (Enabled/Forced)
  232. - TinkerMeleeWeapons (Enabled/Forced)
  233. - TinkerRangedWeapons (Enabled/Forced)
  234. - TinkerModifiers (Enabled/Forced)
  235. - TinkerSmeltery (Enabled/Not Forced)
  236. - TinkerGadgets (Enabled/Not Forced)
  237. - TinkerOredict (Enabled/Forced)
  238. - TinkerIntegration (Enabled/Forced)
  239. - TinkerFluids (Enabled/Forced)
  240. - TinkerMaterials (Enabled/Forced)
  241. - TinkerModelRegister (Enabled/Forced)
  242. - WailaIntegration (Enabled/Not Forced)
  243.  
  244. NotEnoughItems Invalid Fingerprint Reports:
  245. CodeChickenLib Invalid Fingerprint Reports:
  246. CodeChickenCore Invalid Fingerprint Reports:
  247. 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. Always check the stack trace above to see which mod is most likely failing.):
  248. * The RF API that is being used (1.5.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from mcjtylib-1.10-2.1.4.jar).
  249. It is a supported version, but that difference may lead to problems.
  250. 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.
  251. Detailed RF API diagnostics:
  252. * RF API class 'EnergyStorage' is loaded from: jar:file:/Users/aydenstanton/Library/Application%20Support/technic/modpacks/tsk-kit-2/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/EnergyStorage.class
  253. * RF API class 'IEnergyConnection' is loaded from: jar:file:/Users/aydenstanton/Library/Application%20Support/technic/modpacks/tsk-kit-2/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyConnection.class
  254. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/Users/aydenstanton/Library/Application%20Support/technic/modpacks/tsk-kit-2/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  255. * RF API class 'IEnergyHandler' is loaded from: jar:file:/Users/aydenstanton/Library/Application%20Support/technic/modpacks/tsk-kit-2/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyHandler.class
  256. * RF API class 'IEnergyProvider' is loaded from: jar:file:/Users/aydenstanton/Library/Application%20Support/technic/modpacks/tsk-kit-2/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyProvider.class
  257. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/Users/aydenstanton/Library/Application%20Support/technic/modpacks/tsk-kit-2/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  258. * RF API class 'IEnergyStorage' is loaded from: jar:file:/Users/aydenstanton/Library/Application%20Support/technic/modpacks/tsk-kit-2/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyStorage.class
  259. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/Users/aydenstanton/Library/Application%20Support/technic/modpacks/tsk-kit-2/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  260. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/Users/aydenstanton/Library/Application%20Support/technic/modpacks/tsk-kit-2/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  261. Detailed Tesla API diagnostics:
  262. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  263. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  264. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  265. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  266. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  267. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  268. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  269. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  270. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  271. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  272. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  273.  
  274. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  275. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  276. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  277.  
  278. AE2 Integration: IC2:OFF, RF:ON, RFItem:ON, Waila:ON, JEI:ON, THE_ONE_PROBE:OFF
  279. Profiler Position: N/A (disabled)
  280. Player Count: 1 / 8; [GCEntityPlayerMP['aydenstanton'/172, l='New Aydenstanton City (Client)', x=-14.04, y=69.20, z=-21.98]]
  281. Type: Integrated Server (map_client.txt)
  282. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement