• 1

    posted a message on Chisel 3 [The Dev Releases]
    Do you intend on adding chiseled doors? Since there's granite, andesite, etc, I was wondering if we might be getting a variety of new doors. Would also be an opportunity to make iron doors unique.
    Posted in: Minecraft Mods
  • 0

    posted a message on More Planets v2.0.8 - Galacticraft Add-on
    Hmmm.



    I get this crash with Applied Energistics:



    ---- Minecraft Crash Report ----
    // I blame Dinnerbone.

    Time: 3/5/15 5:49 PM
    Description: Ticking entity

    java.lang.NullPointerException: Ticking entity
    at micdoodle8.mods.galacticraft.api.prefab.entity.EntityTieredRocket.func_70071_h_(EntityTieredRocket.java:229)
    at stevekung.mods.moreplanets.planets.kapteynb.entities.EntityTier8Rocket.func_70071_h_(EntityTier8Rocket.java:80)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
    at net.minecraft.world.World.func_72870_g(World.java:2034)
    at WorldServerOF.func_72870_g(WorldServerOF.java:347)
    at net.minecraft.world.World.func_72939_s(World.java:1887)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at micdoodle8.mods.galacticraft.api.prefab.entity.EntityTieredRocket.func_70071_h_(EntityTieredRocket.java:229)
    at stevekung.mods.moreplanets.planets.kapteynb.entities.EntityTier8Rocket.func_70071_h_(EntityTier8Rocket.java:80)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
    at net.minecraft.world.World.func_72870_g(World.java:2034)
    at WorldServerOF.func_72870_g(WorldServerOF.java:347)

    -- Entity being ticked --
    Details:
    Entity Type: MorePlanet.Tier8Rocket (stevekung.mods.moreplanets.planets.kapteynb.entities.EntityTier8Rocket)
    Entity ID: 6996
    Entity Name: entity.MorePlanet.Tier8Rocket.name
    Entity's Exact location: 357.50, 75.15, 1080.50
    Entity's Block location: World: (357,75,1080), Chunk: (at 5,4,8 in 22,67; contains blocks 352,0,1072 to 367,255,1087), Region: (0,2; contains chunks 0,64 to 31,95, blocks 0,0,1024 to 511,255,1535)
    Entity's Momentum: 0.00, 0.00, 0.00
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1887)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)



    It occurs when I launch in the Tier 8 Rocket. I know it's AE2 because it ceased to crash after I removed AE2. There are options related to ticking in AE2's configs, so I assume that's related, but I have no idea where to start to fix that. After removing AE2, I started to explore planets before I noticed a Crash almost immediately occurred when I selected Fronos.

    Fronos Crash:

    ---- Minecraft Crash Report ----
    // Why did you do that?

    Time: 3/5/15 5:36 PM
    Description: Exception preparing structure feature

    java.lang.ClassCastException: net.minecraft.world.gen.structure.StructureVillagePieces$PieceWeight cannot be cast to stevekung.mods.moreplanets.planets.fronos.worldgen.village.StructureFronosVillagePieceWeight
    at stevekung.mods.moreplanets.planets.fronos.worldgen.village.StructureFronosVillagePieces.getStructureVillageWeightedPieceList(StructureFronosVillagePieces.java:32)
    at stevekung.mods.moreplanets.planets.fronos.worldgen.village.StructureFronosVillageStart.<init>(StructureFronosVillageStart.java:22)
    at stevekung.mods.moreplanets.planets.fronos.worldgen.village.MapGenFronosVillage.func_75049_b(MapGenFronosVillage.java:84)
    at net.minecraft.world.gen.structure.MapGenStructure.func_151538_a(MapGenStructure.java:40)
    at net.minecraft.world.gen.MapGenBase.func_151539_a(SourceFile:30)
    at stevekung.mods.moreplanets.planets.fronos.worldgen.ChunkProviderFronos.func_82695_e(ChunkProviderFronos.java:431)
    at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:49)
    at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
    at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)
    at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
    at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
    at net.minecraft.world.World.func_72964_e(World.java:419)
    at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:144)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)


    A detailed walkthrough of the error, its code path and all known details is as follows:

    Posted in: Minecraft Mods
  • 0

    posted a message on Issue with online mode causing a player data reset...
    I had been having issues with skins for a while on my private server, and I eventually realized it was because I had online mode set to "false". I turned it to "True", and the skin issue was fixed.... but then, I log in at true spawn with no inventory and an empty ender chest. The world is unmodified otherwise, and I check my server files. My old player.dat file exists, but for some reason, it directed me to a new one. Any way to fix this?
    Posted in: Java Edition Support
  • 0

    posted a message on LiteLoader
    Quote from Mumfrey»

    Tell the launcher to stay open (edit profile, change launcher visibility to "Keep the launcher visible") then run the game and see what the last thing that appears in the console log is before it freezes.

    Also the following:

    • What version of liteloader (make sure you have the latest, 1.7.10_04)?
    • What operating system?
    • Do you have any non-standard input devices like game pad or x-keys?
    It was me not using a permgen space addon in the profile area and not having enough RAM allocated. My bad, lol. Fixed, works perfectly now.
    Posted in: Minecraft Mods
  • 0

    posted a message on Galacticraft 4.0.1 [6,400,000+ Downloads!]
    I figured it out. It was a conflict with the mod "SoundControl">
    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    I'm having an issue where the loader stops loading during the "initializing" phase. It freezes up and I have to restart. Using forge 1264.

    Edit: Nevermind, it was a memory issue. Fixed.
    Posted in: Minecraft Mods
  • 0

    posted a message on Railcraft 9.2.2.0
    ---- Minecraft Crash Report ----
    // Uh... Did I do that?

    Time: 12/16/14 7:12 AM
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: mods/railcraft/common/items/ItemCrowbar
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    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)
    Caused by: java.lang.NoClassDefFoundError: mods/railcraft/common/items/ItemCrowbar
    at mods.railcraft.common.modules.ModuleCore.initFirst(ModuleCore.java:120)
    at mods.railcraft.common.modules.ModuleManager.initFirst(ModuleManager.java:254)
    at mods.railcraft.common.modules.ModuleManager.preInit(ModuleManager.java:174)
    at mods.railcraft.common.core.Railcraft.preInit(Railcraft.java:169)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: mods.railcraft.common.items.ItemCrowbar
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 40 more
    Caused by: java.lang.NoClassDefFoundError: buildcraft/api/tools/IToolWrench
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 42 more
    Caused by: java.lang.ClassNotFoundException: buildcraft.api.tools.IToolWrench
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 46 more





    I'm at a loss as to what the problem is or what to do. Hoping I could get some help here.

    Edit:

    I think I fixed the above issue by installing buildcraft, but then THIS issue pops uP:



    ---- Minecraft Crash Report ----
    // Ouch. That hurt :(

    Time: 12/17/14 8:34 AM
    Description: Initializing game

    java.lang.NullPointerException: Initializing game
    at mods.railcraft.common.modules.ModuleTrain.initSecond(ModuleTrain.java:56)
    at mods.railcraft.common.modules.ModuleManager.initSecond(ModuleManager.java:271)
    at mods.railcraft.common.modules.ModuleManager.init(ModuleManager.java:181)
    at mods.railcraft.common.core.Railcraft.init(Railcraft.java:180)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    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)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at mods.railcraft.common.modules.ModuleTrain.initSecond(ModuleTrain.java:56)
    at mods.railcraft.common.modules.ModuleManager.initSecond(ModuleManager.java:271)
    at mods.railcraft.common.modules.ModuleManager.init(ModuleManager.java:181)
    at mods.railcraft.common.core.Railcraft.init(Railcraft.java:180)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    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)

    Posted in: Minecraft Mods
  • 0

    posted a message on Galacticraft 4.0.1 [6,400,000+ Downloads!]
    I'm having a weird issue in 1.6.4. The version of Galacticraft I'm using iiiis 1096, and I kept crashing when I was testing the moon. I later figured out it was sound related- whenever I turned the sound to 0%, the Moon worked perfectly fine. Whenever I gave even 1% of sound and too a step, it crashed. I can't seem to find any sound-related options in the Galacticraft config file.
    Posted in: Minecraft Mods
  • 0

    posted a message on Weird server crash?
    ---- Minecraft Crash Report ----
    // My bad.

    Time: 9/3/14 8:15 PM
    Description: Watching Server

    java.lang.Error
    at qt.a(SourceFile:577)
    at qt.a(SourceFile:555)
    at bfy.a(SourceFile:258)
    at bfy.a(SourceFile:113)
    at qs.b(SourceFile:160)
    at qs.d(SourceFile:231)
    at qt.c(SourceFile:185)
    at net.minecraft.server.MinecraftServer.z(SourceFile:599)
    at po.z(SourceFile:305)
    at net.minecraft.server.MinecraftServer.y(SourceFile:531)
    at net.minecraft.server.MinecraftServer.run(SourceFile:447)
    at java.lang.Thread.run(Unknown Source)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at qt.a(SourceFile:577)
    at qt.a(SourceFile:555)
    at bfy.a(SourceFile:258)
    at bfy.a(SourceFile:113)
    at qs.b(SourceFile:160)
    at qs.d(SourceFile:231)
    at qt.c(SourceFile:185)
    at net.minecraft.server.MinecraftServer.z(SourceFile:599)
    at po.z(SourceFile:305)
    at net.minecraft.server.MinecraftServer.y(SourceFile:531)

    -- Thread Dump --
    Details:
    Threads: "Netty Server IO #4" Id=29 RUNNABLE (in native)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    - locked io.netty.channel.nio.SelectedSelectionKeySet@16c664b
    - locked java.util.Collections$UnmodifiableSet@1ff3e67
    - locked sun.nio.ch.WindowsSelectorImpl@1350b63
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:618)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:306)
    ...


    "File IO Thread" Id=38 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at brp.c(SourceFile:44)
    at brp.run(SourceFile:30)
    at java.lang.Thread.run(Unknown Source)


    "Netty Server IO #3" Id=28 RUNNABLE (in native)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    - locked io.netty.channel.nio.SelectedSelectionKeySet@152d1fd
    - locked java.util.Collections$UnmodifiableSet@1bbddd6
    - locked sun.nio.ch.WindowsSelectorImpl@12e1de3
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:618)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:306)
    ...


    "Netty Server IO #2" Id=27 RUNNABLE
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    - locked io.netty.channel.nio.SelectedSelectionKeySet@5646e5
    - locked java.util.Collections$UnmodifiableSet@1cf5c86
    - locked sun.nio.ch.WindowsSelectorImpl@136407c
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:618)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:306)
    ...


    "Netty Server IO #1" Id=26 RUNNABLE (in native)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    - locked io.netty.channel.nio.SelectedSelectionKeySet@f7b6b5
    - locked java.util.Collections$UnmodifiableSet@9a46d9
    - locked sun.nio.ch.WindowsSelectorImpl@8dcb9c
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:618)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:306)
    ...


    "Server Watchdog" Id=35 RUNNABLE
    at sun.management.ThreadImpl.dumpThreads0(Native Method)
    at sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
    at pt.run(SourceFile:43)
    at java.lang.Thread.run(Unknown Source)


    "Netty Server IO #0" Id=25 RUNNABLE (in native)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    - locked io.netty.channel.nio.SelectedSelectionKeySet@83ca19
    - locked java.util.Collections$UnmodifiableSet@1b6467f
    - locked sun.nio.ch.WindowsSelectorImpl@1f46366
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:618)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:306)
    ...


    "DestroyJavaVM" Id=23 RUNNABLE


    "Server thread" Id=20 RUNNABLE
    at qt.a(SourceFile:577)
    at qt.a(SourceFile:555)
    at bfy.a(SourceFile:258)
    at bfy.a(SourceFile:113)
    at qs.b(SourceFile:160)
    at qs.d(SourceFile:231)
    at qt.c(SourceFile:185)
    at net.minecraft.server.MinecraftServer.z(SourceFile:599)
    ...


    "TimerQueue" Id=18 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@137484d
    at sun.misc.Unsafe.park(Native Method)
    - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@137484d
    at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
    at java.util.concurrent.DelayQueue.take(Unknown Source)
    at javax.swing.TimerQueue.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    Number of locked synchronizers = 1
    - java.util.concurrent.locks.ReentrantLock$NonfairSync@1a9c6bf


    "AWT-EventQueue-0" Id=16 RUNNABLE
    at sun.java2d.loops.FillRect.FillRect(Native Method)
    at sun.java2d.pipe.LoopPipe.fillRect(Unknown Source)
    at sun.java2d.SunGraphics2D.fillRect(Unknown Source)
    at qd.paint(SourceFile:58)
    at javax.swing.JComponent.paintChildren(Unknown Source)
    - locked java.awt.Component$AWTTreeLock@6bd7a7
    at javax.swing.JComponent.paint(Unknown Source)
    at javax.swing.JComponent.paintToOffscreen(Unknown Source)
    at javax.swing.BufferStrategyPaintManager.paint(Unknown Source)
    ...


    "AWT-Windows" Id=14 RUNNABLE (in native)
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)


    "AWT-Shutdown" Id=13 WAITING on java.lang.Object@1b390f
    at java.lang.Object.wait(Native Method)
    - waiting on java.lang.Object@1b390f
    at java.lang.Object.wait(Object.java:503)
    at sun.awt.AWTAutoShutdown.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)


    "Java2D Disposer" Id=12 WAITING on java.lang.ref.ReferenceQueue$Lock@13f31e5
    at java.lang.Object.wait(Native Method)
    - waiting on java.lang.ref.ReferenceQueue$Lock@13f31e5
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at sun.java2d.Disposer.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)


    "Server Infinisleeper" Id=11 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at pp.run(SourceFile:64)


    "Snooper Timer" Id=10 TIMED_WAITING on java.util.TaskQueue@1e4ef93
    at java.lang.Object.wait(Native Method)
    - waiting on java.util.TaskQueue@1e4ef93
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)


    "Attach Listener" Id=5 RUNNABLE


    "Signal Dispatcher" Id=4 RUNNABLE


    "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@12cae4e
    at java.lang.Object.wait(Native Method)
    - waiting on java.lang.ref.ReferenceQueue$Lock@12cae4e
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)


    "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@67889d
    at java.lang.Object.wait(Native Method)
    - waiting on java.lang.ref.Reference$Lock@67889d
    at java.lang.Object.wait(Object.java:503)
    at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)



    Stacktrace:
    at pt.run(SourceFile:59)
    at java.lang.Thread.run(Unknown Source)

    -- System Details --
    Details:
    Minecraft Version: 1.8
    Operating System: Windows 7 (x86) version 6.1
    Java Version: 1.7.0_67, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 772770064 bytes (736 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 2 total; -Xmx1024M -Xms1024M
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    Profiler Position: N/A (disabled)
    Player Count: 3 / 20; [qw['Zigg_Starwind'/828, l='world', x=-234.58, y=129.00, z=207.72], qw['JoshtheBoredOne'/829, l='world', x=-274.30, y=72.04, z=331.05], qw['HeroDietz'/1029, l='world', x=-234.46, y=129.00, z=213.40]]
    Is Modded: Unknown (can't tell)
    Type: Dedicated Server (map_server.txt)

    I've been getting this error since I started running vanilla 1.8. It's never occurred beforehand in the 21 months or so I've been running a minecraft server, so I'm genuinely confused.
    Posted in: Server Support and Administration
  • 0

    posted a message on Enhanced Portals 3
    Does the facade thing for customizing portals work with the Chisel mod?
    Posted in: Minecraft Mods
  • 0

    posted a message on Mekanism v9.4.0 - Industrial Turbines, Thermoelectric Boilers, Fusion Reactors!
    I'm having the same issue as HarY as noted a few pages back. Teleporters are only going one way for me even though it says Idle/Ready. I have one set up in the Nether to connect to the overworld, and when I try to back through the overworld portal, nothing happens. Like I said, the energy is proper and everything on the teleporter says its ready.
    Posted in: Minecraft Mods
  • 0

    posted a message on more stones
    Full support, love the idea of adding more variety without just having ores.
    Posted in: Suggestions
  • 0

    posted a message on Lets talk about how we can improve Ocean Biomes. Now with Swamp Biome Ideas!
    -Palm Trees on beaches.
    -Variety in fish color/sprites and improved fishing.
    -Coral that lights up ocean floors.
    -Blowfish mob that can explode.
    -Jellyfish mob that damages you if you touch it.
    -Things like eels, fish, manta rays, etc. as passive or neutral mobs to make oceans livelier.
    -Clearer water.
    -Boat expansions, maybe.
    Posted in: Suggestions
  • To post a comment, please .