• 0

    posted a message on Climate Control - change climate zones sizes, ocean sizes, and more
    Quote from Zeno410»

    I have seen that crash, and it's something in CC. It's an internal object and nothing else could be affecting it without complicated reflection tricks specifically to get into CC nobody would ever have done. IIRC, I think I got it fixed but the fix is packaged with other changes that have bugs I haven't yet been able to stop.


    Not in any way connected to the structure bug.


    Gotcha. I'm not quite sure why I've been seeing it. It had disappeared entirely for quite a while and only recently started to appear again. It's weird.


    Do you happen to remember what the crash that was posted a few pages back that had something to do with the structure mod not properly responding to modded blocks looked like? I'm suddenly very curious about that crash.

    Posted in: Minecraft Mods
  • 1

    posted a message on Climate Control - change climate zones sizes, ocean sizes, and more

    Hey Zeno, I've been seeing this crashlog occasionally:


    java.lang.ArrayIndexOutOfBoundsException: 4
    at climateControl.customGenLayer.LandWaterChoices$UpToFour.add(LandWaterChoices.java:74)
    at climateControl.customGenLayer.LandWaterChoices.add(LandWaterChoices.java:33)
    at climateControl.customGenLayer.GenLayerSmoothCoast.func_75904_a(GenLayerSmoothCoast.java:59)
    at climateControl.customGenLayer.GenLayerPrettyShore.func_75904_a(GenLayerPrettyShore.java:37)
    at net.minecraft.world.gen.layer.GenLayerZoom.func_75904_a(SourceFile:20)
    at net.minecraft.world.gen.layer.GenLayerZoom.func_75904_a(SourceFile:20)
    at climateControl.customGenLayer.ConfirmBiome.func_75904_a(ConfirmBiome.java:39)
    at climateControl.genLayerPack.GenLayerSmooth.func_75904_a(GenLayerSmooth.java:25)
    at climateControl.customGenLayer.ConfirmBiome.func_75904_a(ConfirmBiome.java:39)
    at climateControl.customGenLayer.GenLayerLowlandRiverMix.func_75904_a(GenLayerLowlandRiverMix.java:55)
    at climateControl.customGenLayer.GenLayerRiverMixWrapper.func_75904_a(GenLayerRiverMixWrapper.java:63)
    at net.minecraft.world.gen.layer.GenLayerVoronoiZoom.func_75904_a(SourceFile:23)
    at net.minecraft.world.biome.WorldChunkManager.func_76931_a(WorldChunkManager.java:163)
    at net.minecraft.world.biome.BiomeCache$Block.<init>(SourceFile:27)
    at net.minecraft.world.biome.BiomeCache.func_76840_a(SourceFile:52)
    at net.minecraft.world.biome.BiomeCache.func_76837_b(SourceFile:61)
    at net.minecraft.world.biome.WorldChunkManager.func_76935_a(WorldChunkManager.java:58)
    at net.minecraft.world.chunk.Chunk.func_76591_a(Chunk.java:1288)
    at net.minecraft.world.World.getBiomeGenForCoordsBody(World.java:141)
    at net.minecraft.world.WorldProvider.getBiomeGenForCoords(WorldProvider.java:365)
    at net.minecraft.world.World.func_72807_a(World.java:130)
    at com.tmtravlr.musicchoices.MusicProperties.checkIfPropertiesApply(MusicProperties.java:266)
    at com.tmtravlr.musicchoices.MusicProperties.findTrackForCurrentSituationFromList(MusicProperties.java:186)
    at com.tmtravlr.musicchoices.MusicProperties.findTrackForCurrentSituation(MusicProperties.java:101)
    at com.tmtravlr.musicchoices.MusicChoicesMusicTicker.playBackgroundMusic(MusicChoicesMusicTicker.java:473)
    at com.tmtravlr.musicchoices.MusicChoicesMusicTicker.func_73660_a(MusicChoicesMusicTicker.java:111)
    at net.minecraft.client.Minecraft.func_71407_l(Unknown Source)
    at net.minecraft.client.Minecraft.func_71411_J(Unknown Source)
    at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
    at org.multimc.EntryPoint.listen(EntryPoint.java:170)
    at org.multimc.EntryPoint.main(EntryPoint.java:54)

    Link to the entire log in case you're interested. This particular instance may have something to do with Music Choices, as it is mentioned, but I recall seeing the LandWaterChoices error a couple times now. Any idea what the particular cause for it is, or if there's a work-around? During this crash, I had entered the Nether in creative mode and was exploring for a bit before attempting to go back to the Overworld. Minecraft closed on me when I entered the portal.

    Now, I have been updating a number of mods (As evident by the Log... >.>), but I'm honestly curious as to the potential cause behind these crashes.


    Edited in: Is this the same crash as the one a few pages back mentioning a structure spawning mod that does not properly respond to modded blocks? The Paste was deleted, so I can't verify that the crashes are the same/similar.

    Posted in: Minecraft Mods
  • 0

    posted a message on Music Choices - Gives you more options for your music - Now in 1.8!

    Hey Tmtravlr, got a crash that may have something to do with Music Choices.

    Excerpt:




    [15:19:13] [Client thread/FATAL]: Reported exception thrown!


    net.minecraft.util.ReportedException: Getting biome


    at net.minecraft.world.World.getBiomeGenForCoordsBody(World.java:155) ~[ahb.class:?]


    at net.minecraft.world.WorldProvider.getBiomeGenForCoords(WorldProvider.java:365) ~[aqo.class:?]


    at net.minecraft.world.World.func_72807_a(World.java:130) ~[ahb.class:?]


    at com.tmtravlr.musicchoices.MusicProperties.checkIfPropertiesApply(MusicProperties.java:266) ~[MusicProperties.class:?]


    at com.tmtravlr.musicchoices.MusicProperties.findTrackForCurrentSituationFromList(MusicProperties.java:186) ~[MusicProperties.class:?]


    at com.tmtravlr.musicchoices.MusicProperties.findTrackForCurrentSituation(MusicProperties.java:101) ~[MusicProperties.class:?]


    at com.tmtravlr.musicchoices.MusicChoicesMusicTicker.playBackgroundMusic(MusicChoicesMusicTicker.java:473) ~[MusicChoicesMusicTicker.class:?]


    at com.tmtravlr.musicchoices.MusicChoicesMusicTicker.func_73660_a(MusicChoicesMusicTicker.java:111) ~[MusicChoicesMusicTicker.class:?]


    at net.minecraft.client.Minecraft.func_71407_l(Unknown Source) ~[bao.class:?]


    at net.minecraft.client.Minecraft.func_71411_J(Unknown Source) ~[bao.class:?]


    at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [bao.class:?]


    at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]


    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]


    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]


    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]


    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]


    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]


    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]


    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]


    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]


    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]


    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]


    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?]


    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394) [NewLaunch.jar:?]


    at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]


    at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]


    Link to the entire log (Too big for Pastebin). After entering the Nether and flying around in Creative briefly, I flew back into the Nether Portal. Minecraft promptly shut the server down. It may also have something to do with Climate Control, so I'll be posting over in that thread as well. Just figured I'd give you a heads-up in case you wanted to put in some kind of failsafe for such a scenario.


    Edited in: You may be able to entirely ignore this crash. I can't seem to reproduce it at all. Could have just been some freak accident caused by Climate Control not being able to figure out which biome to create.

    Posted in: Minecraft Mods
  • 0

    posted a message on CoolSquids' mods! Customization, meteors, pack utilities and more!
    Quote from CoolSquid»

    AlexDGr8r is gonna fix it on his side :)


    Yup, sorry about not editing that out. It's completely fixed in his newest release. It was driving me insane trying to figure out what was going on, haha. Thanks CoolSquid!

    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2

    I know that error. Thank you for reminding me about it. It's a problem on my end, not a mod compatibility issue. It has to do with the update checker. It's a one-time crash that is fixed after loading the new disease push version. I'll fix that.


    Oh, whew. I thought for sure it was bound to be a mod incompatibility. Definitely gunna toss it back in and mess around with it for a bit if it's a one-time crash.

    Posted in: Minecraft Mods
  • 0

    posted a message on Falling Meteors Mod [v2.14.3]

    That would be awesome. Thank you very much, Alex!

    Posted in: Minecraft Mods
  • 0

    posted a message on Falling Meteors Mod [v2.14.3]
    Quote from AlexDGr8r»

    I'm honestly not sure what could be causing it. Mostly because I'm unsure what SquidUtils would be doing to mess up just standard item texturing on armor/weapons. If possible, can you post a list of what textures seem to be broken? Perhaps I could look to see what similarities those items hold and determine what's causing it then.


    Meteor Chip, Red Meteor Gem, Frezarite Crystal, Kreknorite Chip, Vanilla Ice Cream, Chocolate Ice Cream, Meteor Crash Detector, Meteor Proximity Detector, Meteor Time Detector, the entire Frezarite, Kreknorite and Meteorite armor and weapon/tool sets, Meteorite Ingot, Frozen Iron and Kreknorite Ingot. Those are all of the items with the missing textures on the icons. The Blocks themselves are fine for the most part, as are the Meteor Summoners. Using the most recent Falling Meteors version with Forge 1291 and Squid Utils 2.1.2 if it helps. The armor appears to be fine after it's been equipped, the textures for the icons themselves are just missing, and I can not figure out why for the life of me.

    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2

    Looks like I'm getting a crash on world entry. Almost definitely a mod incompatibility, as there are quite a number of mods running alongside it.

    [Server thread/ERROR] [FML/]: Exception caught during firing event cpw.mods.fml.common.gameevent.PlayerEvent$PlayerLoggedInEvent@224e40ce:
    java.lang.NullPointerException
    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.login(ContractingEvents.java:155) ~[ContractingEvents.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_355_ContractingEvents_login_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
    at cpw.mods.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:550) [FMLCommonHandler.class:?]
    at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:180) [oi.class:?]
    at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:173) [NetworkDispatcher.class:?]
    at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:446) [NetworkDispatcher.class:?]
    at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) [HandshakeCompletionHandler.class:?]
    at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) [HandshakeCompletionHandler.class:?]
    at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
    at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
    at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
    at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
    at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) [bsx.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
    [01:02:03] [Server thread/ERROR] [FML/]: Index: 8 Listeners:
    [01:02:03] [Server thread/ERROR] [FML/]: 0: NORMAL
    [01:02:03] [Server thread/ERROR] [FML/]: 1: ASM: Forge playerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 2: ASM: mods.battlegear2.BgPlayerTracker@6c0f10c8 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 3: ASM: baubles.common.event.EventHandlerNetwork@3b95e8fb playerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 4: ASM: atomicstryker.battletowers.common.AS_BattleTowersCore@31d1de2b onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 5: ASM: thaumcraft.common.lib.network.EventHandlerNetwork@f4c4ecd playerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 6: ASM: tconstruct.armor.player.TPlayerHandler@1969b325 PlayerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 7: ASM: noppes.npcs.ServerTickHandler@5f24500 playerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 8: ASM: mc.Mitchellbrine.diseaseCraft.event.ContractingEvents@2fbdfd3a login(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 9: ASM: com.tmtravlr.lootplusplus.LootPPEventHandler@3f43fc07 onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 10: ASM: radixcore.core.RadixEvents@5146c661 playerLoggedInEventHandler(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 11: ASM: mca.core.forge.EventHooksFML@26901333 playerLoggedInEventHandler(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 12: ASM: minetweaker.mc1710.FMLEventHandler@74ffdeae onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 13: ASM: atomicstryker.multimine.common.MultiMineServer@6bbfd5a3 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 14: ASM: joshie.progression.handlers.EventsHandler@6c09e306 onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 15: ASM: com.emoniph.witchery.common.ServerTickEvents@4199f02b onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 16: ASM: dynamicswordskills.DSSCombatEvents@df334a0 onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 17: ASM: clickme.animals.PlayerEventHandler@970b8c3 onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 18: ASM: twilightforest.TFEventListener@64b917b7 playerLogsIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 19: ASM: mcp.mobius.waila.network.NetworkHandler@44ed5390 onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 20: ASM: Reika.DragonAPI.Auxiliary.Trackers.PlayerHandler@75e7b747 onLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 21: ASM: thaumic.tinkerer.common.network.PlayerTracker@2e46b46 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 22: ASM: hardcorequesting.PlayerTracker@205d3388 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 23: ASM: squeek.spiceoflife.foodtracker.FoodTracker@3ee72035 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 24: ASM: SquidAPI v1.1.13 onLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 25: ASM: am2.PlayerTracker@5903690a onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 26: ASM: iguanaman.iguanatweaks.events.IguanaPlayerHandler@76f04606 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 27: ASM: com.nohero.morehealth.EventHandlers.PlayerHandler@746cb702 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: 28: LOWEST
    [01:02:03] [Server thread/ERROR] [FML/]: 29: ASM: joshie.progression.criteria.triggers.TriggerLogin@4d8f8a23 onEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
    [01:02:03] [Server thread/ERROR] [FML/]: HandshakeCompletionHandler exception
    java.lang.NullPointerException
    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.login(ContractingEvents.java:155) ~[ContractingEvents.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_355_ContractingEvents_login_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
    at cpw.mods.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:550) ~[FMLCommonHandler.class:?]
    at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:180) ~[oi.class:?]
    at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:173) ~[NetworkDispatcher.class:?]
    at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:446) ~[NetworkDispatcher.class:?]
    at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) ~[HandshakeCompletionHandler.class:?]
    at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) ~[HandshakeCompletionHandler.class:?]
    at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
    at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
    at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
    at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
    at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) [bsx.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
    [01:02:03] [Server thread/ERROR] [FML/]: There was a critical exception handling a packet on channel FML
    java.lang.NullPointerException
    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.login(ContractingEvents.java:155) ~[ContractingEvents.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_355_ContractingEvents_login_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
    at cpw.mods.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:550) ~[FMLCommonHandler.class:?]
    at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:180) ~[oi.class:?]
    at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:173) ~[NetworkDispatcher.class:?]
    at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:446) ~[NetworkDispatcher.class:?]
    at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) ~[HandshakeCompletionHandler.class:?]
    at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) ~[HandshakeCompletionHandler.class:?]
    at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
    at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[MessageToMessageDecoder.class:?]
    at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
    at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
    at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) [bsx.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
    [01:02:03] [Netty Client IO #0/INFO] [THAUMCRAFT/]: Restoring client configs.
    [01:02:03] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save 14
    [01:02:03] [Netty Client IO #0/ERROR] [FML/]: Exception caught during firing event cpw.mods.fml.common.network.FMLNetworkEvent$ClientDisconnectionFromServerEvent@70eea616:
    java.lang.NullPointerException
    at com.nohero.morehealth.EventHandlers.PlayerHandlerHelper.savePlayerData(PlayerHandlerHelper.java:210) ~[PlayerHandlerHelper.class:?]
    at com.nohero.morehealth.EventHandlers.PlayerHandler.onServerStop(PlayerHandler.java:91) ~[PlayerHandler.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_1010_PlayerHandler_onServerStop_ClientDisconnectionFromServerEvent.invoke(.dynamic) ~[?:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
    at cpw.mods.fml.common.network.handshake.NetworkDispatcher.close(NetworkDispatcher.java:388) [NetworkDispatcher.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.invokeClose(DefaultChannelHandlerContext.java:560) [DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.close(DefaultChannelHandlerContext.java:545) [DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.close(DefaultChannelHandlerContext.java:423) [DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelPipeline.close(DefaultChannelPipeline.java:826) [DefaultChannelPipeline.class:?]
    at io.netty.channel.AbstractChannel.close(AbstractChannel.java:177) [AbstractChannel.class:?]
    at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:230) [ej.class:?]
    at net.minecraft.client.network.NetHandlerPlayClient.func_147253_a(Unknown Source) [bjb.class:?]
    at net.minecraft.network.play.server.S40PacketDisconnect.func_148833_a(SourceFile:32) [gs.class:?]
    at net.minecraft.network.play.server.S40PacketDisconnect.func_148833_a(SourceFile:9) [gs.class:?]
    at net.minecraft.network.NetworkManager.channelRead0(NetworkManager.java:113) [ej.class:?]
    at net.minecraft.network.NetworkManager.channelRead0(NetworkManager.java:317) [ej.class:?]
    at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
    at cpw.mods.fml.common.network.handshake.NetworkDispatcher.channelRead0(NetworkDispatcher.java:193) [NetworkDispatcher.class:?]
    at cpw.mods.fml.common.network.handshake.NetworkDispatcher.channelRead0(NetworkDispatcher.java:43) [NetworkDispatcher.class:?]
    at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
    at io.netty.channel.local.LocalChannel.finishPeerRead(LocalChannel.java:313) [LocalChannel.class:?]
    at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:43) [LocalChannel.class:?]
    at io.netty.channel.local.LocalChannel$6.run(LocalChannel.java:299) [LocalChannel$6.class:?]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354) [SingleThreadEventExecutor.class:?]
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:348) [NioEventLoop.class:?]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
    [01:02:03] [Netty Client IO #0/ERROR] [FML/]: Index: 2 Listeners:
    [01:02:03] [Netty Client IO #0/ERROR] [FML/]: 0: NORMAL

    Posted in: Minecraft Mods
  • 0

    posted a message on Falling Meteors Mod [v2.14.3]

    Hey Alex, I seem to be running into some strange behaviors with SquidUtils and your mod where certain item icons (Such as the armor/weapon sets) are missing textures while the armors actually seem to render perfectly fine when equipped. Any chance that you know why it could be doing that?

    Posted in: Minecraft Mods
  • 0

    posted a message on CoolSquids' mods! Customization, meteors, pack utilities and more!

    Hey CoolSquid, I still seem to be having that strange issue with the Falling Meteors Mod. Running Squid Utils 2.1.2 with Forge 1291 and the problem seems to persist even after messing around with the configuration files for the Meteor mod. It looks like the textures just aren't being read properly for the item icons or something, because the actual armor is rendered completely fine; No missing textures or strange behavior. I'll double check with AlexDGr8r and see if he can implement a fix or figure out why it's occurring. Any chance of seeing a way to blacklist specific mods or items in the meantime?

    Posted in: Minecraft Mods
  • 0

    posted a message on Dungeon Mobs (reference to new thread in last post)

    Can't say that I've seen the issue either. The only thing that pops out to me in that crashlog is the Forge version. I'm still sitting at 1291, so I'm not sure what kind of impact higher versions may have.

    Posted in: Minecraft Mods
  • 0

    posted a message on Primitive Mobs - Update Progress + Suggestions thread - Test version for 1.10.2 available! 10 mobs to try out!

    Still trying to figure out what could be causing the crash from earlier. Had it happen a second ago while Gem Caverns were set to 0. The world seems to load and work fine until a particular portion comes into render distance. Reverted Primitive Mobs to 1.0c and it ceased crashing.


    Davey, did you happen to change anything with Treasure Slimes from 1.0c until 1.1 that would cause it to attempt to register new items inside of them? After reverting to 1.0c and exploring in the direction that the crash was happening in, I found quite a few Treasure Slimes scattered about. I assume that, if the Slimes chose to render the Ender Crystals inside of their bodies, it could potentially crash the game.


    Edited in: Managed to also get this while roaming around in Creative. Looks similar to the one you may have already fixed for the next update, but I figured I'd bring it to your attention as well.

    Posted in: WIP Mods
  • 0

    posted a message on Dungeon Mobs (reference to new thread in last post)

    Confirming incompatibility with Twilight Forest, as posted in the previous page. Too little, too late. Downloading update now, thanks Gnome.


    Edited in: Twilight Forest incompatibility is fixed, as are the texture issues. Died to a Rust Monster. I missed this mod, oh so much.

    Posted in: Minecraft Mods
  • 0

    posted a message on Primitive Mobs - Update Progress + Suggestions thread - Test version for 1.10.2 available! 10 mobs to try out!

    I can not seem to reproduce the crash on demand, so it's making it pretty difficult to test. However, just to be on the safe side, is there any way to get your mod to blacklist certain mods/Blocks/NPCs/Etc? I recall Chromaticraft having an extremely similar issue with Lycanite's, and Reika ended up saying that it's caused by something trying to spawn Ender Crystals as mobs. Link to a very similar issue.


    I do want to clarify that I'm not entirely sure that your mod is the one causing anything. It could just be purely coincidental after updating, and so I apologize for that. But even if it's another issue entirely, I would love to see something implemented to bypass possible future incompatibilities.


    On a different note, I would like to confirm that a -lot- of bugs do seem to be fixed and I'm really excited to see what you think of next.


    Edited in: I am almost positive it was the Gem Caverns doing this, as I specifically saw a Gem Cave lock the game up at world generation, but again, it is difficult to test due to being random. Turned them off as suggested and will continue to test. Thanks Davey!

    Posted in: WIP Mods
  • 0

    posted a message on Primitive Mobs - Update Progress + Suggestions thread - Test version for 1.10.2 available! 10 mobs to try out!

    Hey Davey, quick testing of the newest version looks like it may be incompatible with Reika's Chromaticraft. Walking around a newly generated world gives me this error upon server crash:



    [Client thread/INFO] [STDOUT/]: [net.minecraft.client.Minecraft:func_71377_b:-1]: ---- Minecraft Crash Report ----
    // Everything's going to plan. No, really, that was supposed to happen.

    Time: 5/30/15 11:20 PM
    Description: Unexpected error

    java.lang.ClassCastException: Reika.ChromatiCraft.Entity.EntityChromaEnderCrystal cannot be cast to net.minecraft.entity.EntityLivingBase
    at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(Unknown Source)
    at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)
    at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(Unknown Source)
    at net.minecraft.client.Minecraft.func_71407_l(Unknown Source)
    at net.minecraft.client.Minecraft.func_71411_J(Unknown Source)
    at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
    at org.multimc.EntryPoint.listen(EntryPoint.java:170)
    at org.multimc.EntryPoint.main(EntryPoint.java:54)



    It seems to be relatively random, so more than likely tied to either mob spawning or some kind of generation within a vicinity, and I'm not seeing an option in the configs to turn off the generation or (What I believe to be a possible cause) the Gem Spider, so it's very hard to determine whether it's the mob or the generation. Found the configuration for it, I'll be testing this shortly.

    Is it possible that the Gem Spider (Or something else) is attempting to utilize the Ender Crystal somehow? Reverting to an earlier version seems to eliminate the issue, so I would assume that it has something to do with the update.

    Posted in: WIP Mods
  • To post a comment, please .