You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalArgumentException: Parameter specified as non-null is null: method wiresegal.classyhats.capability.data.ClassyHatProvider.getCapability, parameter capability
at wiresegal.classyhats.capability.data.ClassyHatProvider.getCapability(ClassyHatProvider.kt)
at net.minecraftforge.common.capabilities.CapabilityDispatcher.getCapability(CapabilityDispatcher.java:108)
at net.minecraft.entity.Entity.getCapability(Entity.java:3121)
at net.minecraft.entity.EntityLivingBase.getCapability(EntityLivingBase.java:2960)
at net.minecraft.entity.player.EntityPlayer.getCapability(EntityPlayer.java:2682)
at com.fuzs.airhop.capability.CapabilityHolder.getAirHopsCap(CapabilityHolder.java:20)
at com.fuzs.airhop.handler.CommonHandler.onEntityJoinWorld(CommonHandler.java:43)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_312_CommonHandler_onEntityJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.World.spawnEntity(World.java:1206)
at net.minecraft.world.WorldServer.spawnEntity(WorldServer.java:1058)
at net.minecraft.server.management.PlayerList.playerLoggedIn(PlayerList.java:377)
at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:166)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:255)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:205)
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:285)
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:180)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:790)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
Loaded coremods (and transformers): RandomPatches (randompatches-1.12.2-1.17.2.0.jar)
com.therandomlabs.randompatches.core.RPTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
ShoulderPlugin (ShoulderSurfing-1.12.2-1.15.1.jar)
com.teamderpy.shouldersurfing.asm.ShoulderTransformations
SCFMLCorePlugin (StalkerCreepers-1.12.1.jar)
atomicstryker.stalkercreepers.common.SCTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.17-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
JEIDsILoadingPlugin (jeidsi-1.3.3.50.jar)
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Suspected Mods: Classy Hats (classyhats), Air Hop (airhop)
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Ignacium_'/69, l='New World', x=-61.50, y=66.00, z=242.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
The text was updated successfully, but these errors were encountered:
---- Minecraft Crash Report ----
// Why is it breaking :(
Time: 2019-08-31 19:39:07 CLT
Description: Ticking memory connection
java.lang.IllegalArgumentException: Parameter specified as non-null is null: method wiresegal.classyhats.capability.data.ClassyHatProvider.getCapability, parameter capability
at wiresegal.classyhats.capability.data.ClassyHatProvider.getCapability(ClassyHatProvider.kt)
at net.minecraftforge.common.capabilities.CapabilityDispatcher.getCapability(CapabilityDispatcher.java:108)
at net.minecraft.entity.Entity.getCapability(Entity.java:3121)
at net.minecraft.entity.EntityLivingBase.getCapability(EntityLivingBase.java:2960)
at net.minecraft.entity.player.EntityPlayer.getCapability(EntityPlayer.java:2682)
at com.fuzs.airhop.capability.CapabilityHolder.getAirHopsCap(CapabilityHolder.java:20)
at com.fuzs.airhop.handler.CommonHandler.onEntityJoinWorld(CommonHandler.java:43)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_312_CommonHandler_onEntityJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.World.spawnEntity(World.java:1206)
at net.minecraft.world.WorldServer.spawnEntity(WorldServer.java:1058)
at net.minecraft.server.management.PlayerList.playerLoggedIn(PlayerList.java:377)
at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:166)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:255)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:205)
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:285)
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:180)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:790)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Ticking connection --
Connection: net.minecraft.network.NetworkManager@50c3b521
-- System Details --
Minecraft Version: 1.12.2
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1194269368 bytes (1138 MB) / 1509949440 bytes (1440 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 28, tcache: 94, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 111 mods loaded, 111 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Loaded coremods (and transformers): RandomPatches (randompatches-1.12.2-1.17.2.0.jar)
com.therandomlabs.randompatches.core.RPTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
ShoulderPlugin (ShoulderSurfing-1.12.2-1.15.1.jar)
com.teamderpy.shouldersurfing.asm.ShoulderTransformations
SCFMLCorePlugin (StalkerCreepers-1.12.1.jar)
atomicstryker.stalkercreepers.common.SCTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.17-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
JEIDsILoadingPlugin (jeidsi-1.3.3.50.jar)
GL info:
ERRORRuntimeException: No OpenGL context found in the current thread.Suspected Mods: Classy Hats (classyhats), Air Hop (airhop)
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Ignacium_'/69, l='New World', x=-61.50, y=66.00, z=242.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
The text was updated successfully, but these errors were encountered: