Jump to content

[1.7.10] (SOLVED) unable to join server. io exception


sigurd4

Recommended Posts

i cannot join the server. it gives me an java.io.IOException error. it seems to me that an id for a packet is invalid.

server log:

[17:34:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[17:34:43] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[17:34:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[17:34:43] [main/INFO] [FML]: Forge Mod Loader version 7.10.84.1217 for Minecraft 1.7.10 loading
[17:34:43] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[17:34:43] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[17:34:44] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:34:44] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:34:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:34:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[17:34:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:34:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:34:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:34:44] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[17:34:46] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[17:34:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:34:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:34:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:34:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:34:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[17:34:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[17:34:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[17:34:49] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[17:34:52] [main/WARN] [FML]: =============================================================
[17:34:52] [main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[17:34:52] [main/WARN] [FML]: Offendor: net/minecraft/server/gui/MinecraftServerGui$1.windowClosing(Ljava/awt/event/WindowEvent;)V
[17:34:52] [main/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[17:34:52] [main/WARN] [FML]: =============================================================
[17:34:52] [server thread/INFO]: Starting minecraft server version 1.7.10
[17:34:52] [server thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@6100756c. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.<init>(FMLCommonHandler.java:90) [FMLCommonHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.<clinit>(FMLCommonHandler.java:77) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:120) [DedicatedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:455) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762) [MinecraftServer$2.class:?]
[17:34:52] [server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[17:34:52] [server thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@6283ca19. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
at net.minecraftforge.common.MinecraftForge.<clinit>(MinecraftForge.java:21) [MinecraftForge.class:?]
at java.lang.Class.forName0(Native Method) [?:1.7.0_67]
at java.lang.Class.forName(Unknown Source) [?:1.7.0_67]
at cpw.mods.fml.common.FMLCommonHandler.findMinecraftForge(FMLCommonHandler.java:180) [FMLCommonHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.callForgeMethod(FMLCommonHandler.java:194) [FMLCommonHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.beginLoading(FMLCommonHandler.java:106) [FMLCommonHandler.class:?]
at cpw.mods.fml.server.FMLServerHandler.<init>(FMLServerHandler.java:75) [FMLServerHandler.class:?]
at cpw.mods.fml.server.FMLServerHandler.<clinit>(FMLServerHandler.java:66) [FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:120) [DedicatedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:455) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762) [MinecraftServer$2.class:?]
[17:34:52] [server thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@43a9c6bf. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
at net.minecraftforge.common.MinecraftForge.<clinit>(MinecraftForge.java:22) [MinecraftForge.class:?]
at java.lang.Class.forName0(Native Method) [?:1.7.0_67]
at java.lang.Class.forName(Unknown Source) [?:1.7.0_67]
at cpw.mods.fml.common.FMLCommonHandler.findMinecraftForge(FMLCommonHandler.java:180) [FMLCommonHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.callForgeMethod(FMLCommonHandler.java:194) [FMLCommonHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.beginLoading(FMLCommonHandler.java:106) [FMLCommonHandler.class:?]
at cpw.mods.fml.server.FMLServerHandler.<init>(FMLServerHandler.java:75) [FMLServerHandler.class:?]
at cpw.mods.fml.server.FMLServerHandler.<clinit>(FMLServerHandler.java:66) [FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:120) [DedicatedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:455) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762) [MinecraftServer$2.class:?]
[17:34:52] [server thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@3f37484d. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
at net.minecraftforge.common.MinecraftForge.<clinit>(MinecraftForge.java:23) [MinecraftForge.class:?]
at java.lang.Class.forName0(Native Method) [?:1.7.0_67]
at java.lang.Class.forName(Unknown Source) [?:1.7.0_67]
at cpw.mods.fml.common.FMLCommonHandler.findMinecraftForge(FMLCommonHandler.java:180) [FMLCommonHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.callForgeMethod(FMLCommonHandler.java:194) [FMLCommonHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.beginLoading(FMLCommonHandler.java:106) [FMLCommonHandler.class:?]
at cpw.mods.fml.server.FMLServerHandler.<init>(FMLServerHandler.java:75) [FMLServerHandler.class:?]
at cpw.mods.fml.server.FMLServerHandler.<clinit>(FMLServerHandler.java:66) [FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:120) [DedicatedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:455) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762) [MinecraftServer$2.class:?]
[17:34:52] [server thread/INFO] [FML]: MinecraftForge v10.13.1.1217 Initialized
[17:34:52] [server thread/INFO] [FML]: Replaced 182 ore recipies
[17:34:52] [server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[17:34:53] [server thread/INFO] [FML]: Searching C:\Users\Sigurd\Documents\Minecraft\bioshock mod workspace\Forgemods\eclipse\mods for mods
[17:34:53] [server thread/INFO] [FML]: Also searching C:\Users\Sigurd\Documents\Minecraft\bioshock mod workspace\Forgemods\eclipse\mods\1.7.10 for mods
[17:34:57] [server thread/INFO] [FML]: Forge Mod Loader has identified 10 mods to load
[17:34:57] [server thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.93-dev.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[17:34:57] [server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, bioshock, iChunUtil, MobAmputation, MobDismemberment, Waila] at CLIENT
[17:34:57] [server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, bioshock, iChunUtil, MobAmputation, MobDismemberment, Waila] at SERVER
[17:34:58] [server thread/WARN] [FML]: The mod FMLMod:bioshock{0.10} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
[17:34:58] [server thread/WARN] [FML]: The mod FMLMod:bioshock{0.10} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
[17:34:58] [server thread/WARN] [FML]: The mod FMLMod:bioshock{0.10} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
[17:34:58] [server thread/WARN] [FML]: The mod FMLMod:bioshock{0.10} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
[17:34:58] [server thread/WARN] [FML]: The mod FMLMod:bioshock{0.10} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
[17:34:58] [server thread/INFO] [FML]: Processing ObjectHolder annotations
[17:34:58] [server thread/INFO] [FML]: Found 341 ObjectHolder annotations
[17:34:59] [server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[17:34:59] [server thread/WARN] [MobDis]: [4.0.0] You're loading Mob Dismemberment on a server! This is a client-only mod!
[17:34:59] [server thread/INFO] [FML]: Applying holder lookups
[17:34:59] [server thread/INFO] [FML]: Holder lookups applied
[17:34:59] [server thread/INFO]: Loading properties
[17:34:59] [server thread/INFO]: Default game type: CREATIVE
[17:34:59] [server thread/INFO]: Generating keypair
[17:34:59] [server thread/INFO]: Starting Minecraft server on *:25565
[17:34:59] [server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[17:34:59] [server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[17:34:59] [server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[17:34:59] [server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[17:35:00] [server thread/INFO] [FML]:   Unknown recipe class! com.sigurd4.Bioshock.recipes.RecipeDivingSuitRefill Modder please refer to net.minecraftforge.oredict.RecipeSorter
logWood : 1xtile.log@32767
logWood : 1xtile.log@32767
plankWood : 1xtile.wood@32767
slabWood : 1xtile.woodSlab@32767
stairWood : 1xtile.stairsWood@0
stairWood : 1xtile.stairsWoodSpruce@0
stairWood : 1xtile.stairsWoodBirch@0
stairWood : 1xtile.stairsWoodJungle@0
stairWood : 1xtile.stairsWoodAcacia@0
stairWood : 1xtile.stairsWoodDarkOak@0
stickWood : 1xitem.stick@0
treeSapling : 1xtile.sapling@32767
treeLeaves : 1xtile.leaves@32767
treeLeaves : 1xtile.leaves@32767
oreGold : 1xtile.oreGold@0
oreIron : 1xtile.oreIron@0
oreLapis : 1xtile.oreLapis@0
oreDiamond : 1xtile.oreDiamond@0
oreRedstone : 1xtile.oreRedstone@0
oreEmerald : 1xtile.oreEmerald@0
oreQuartz : 1xtile.netherquartz@0
oreCoal : 1xtile.oreCoal@0
blockGold : 1xtile.blockGold@0
blockIron : 1xtile.blockIron@0
blockLapis : 1xtile.blockLapis@0
blockDiamond : 1xtile.blockDiamond@0
blockRedstone : 1xtile.blockRedstone@0
blockEmerald : 1xtile.blockEmerald@0
blockQuartz : 1xtile.quartzBlock@0
blockCoal : 1xtile.blockCoal@0
blockGlassColorless : 1xtile.glass@0
blockGlass : 1xtile.glass@0
blockGlass : 1xtile.stainedGlass@32767
paneGlassColorless : 1xtile.thinGlass@0
paneGlass : 1xtile.thinGlass@0
paneGlass : 1xtile.thinStainedGlass@32767
ingotIron : 1xitem.ingotIron@0
ingotGold : 1xitem.ingotGold@0
ingotBrick : 1xitem.brick@0
ingotBrickNether : 1xitem.netherbrick@0
nuggetGold : 1xitem.goldNugget@0
gemDiamond : 1xitem.diamond@0
gemEmerald : 1xitem.emerald@0
gemQuartz : 1xitem.netherquartz@0
dustRedstone : 1xitem.redstone@0
dustGlowstone : 1xitem.yellowDust@0
gemLapis : 1xitem.dyePowder@4
slimeball : 1xitem.slimeball@0
glowstone : 1xtile.lightgem@0
cropWheat : 1xitem.wheat@0
cropPotato : 1xitem.potato@0
cropCarrot : 1xitem.carrots@0
stone : 1xtile.stone@0
cobblestone : 1xtile.stonebrick@0
sandstone : 1xtile.sandStone@32767
dye : 1xitem.dyePowder@32767
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
dyeBlack : 1xitem.dyePowder@0
blockGlassBlack : 1xtile.stainedGlass@15
paneGlassBlack : 1xtile.thinStainedGlass@15
dyeRed : 1xitem.dyePowder@1
blockGlassRed : 1xtile.stainedGlass@14
paneGlassRed : 1xtile.thinStainedGlass@14
dyeGreen : 1xitem.dyePowder@2
blockGlassGreen : 1xtile.stainedGlass@13
paneGlassGreen : 1xtile.thinStainedGlass@13
dyeBrown : 1xitem.dyePowder@3
blockGlassBrown : 1xtile.stainedGlass@12
paneGlassBrown : 1xtile.thinStainedGlass@12
dyeBlue : 1xitem.dyePowder@4
blockGlassBlue : 1xtile.stainedGlass@11
paneGlassBlue : 1xtile.thinStainedGlass@11
dyePurple : 1xitem.dyePowder@5
blockGlassPurple : 1xtile.stainedGlass@10
paneGlassPurple : 1xtile.thinStainedGlass@10
dyeCyan : 1xitem.dyePowder@6
blockGlassCyan : 1xtile.stainedGlass@9
paneGlassCyan : 1xtile.thinStainedGlass@9
dyeLightGray : 1xitem.dyePowder@7
blockGlassLightGray : 1xtile.stainedGlass@8
paneGlassLightGray : 1xtile.thinStainedGlass@8
dyeGray : 1xitem.dyePowder@8
blockGlassGray : 1xtile.stainedGlass@7
paneGlassGray : 1xtile.thinStainedGlass@7
dyePink : 1xitem.dyePowder@9
blockGlassPink : 1xtile.stainedGlass@6
paneGlassPink : 1xtile.thinStainedGlass@6
dyeLime : 1xitem.dyePowder@10
blockGlassLime : 1xtile.stainedGlass@5
paneGlassLime : 1xtile.thinStainedGlass@5
dyeYellow : 1xitem.dyePowder@11
blockGlassYellow : 1xtile.stainedGlass@4
paneGlassYellow : 1xtile.thinStainedGlass@4
dyeLightBlue : 1xitem.dyePowder@12
blockGlassLightBlue : 1xtile.stainedGlass@3
paneGlassLightBlue : 1xtile.thinStainedGlass@3
dyeMagenta : 1xitem.dyePowder@13
blockGlassMagenta : 1xtile.stainedGlass@2
paneGlassMagenta : 1xtile.thinStainedGlass@2
dyeOrange : 1xitem.dyePowder@14
blockGlassOrange : 1xtile.stainedGlass@1
paneGlassOrange : 1xtile.thinStainedGlass@1
dyeWhite : 1xitem.dyePowder@15
blockGlassWhite : 1xtile.stainedGlass@0
paneGlassWhite : 1xtile.thinStainedGlass@0
gearIron : 1xitem.craftingItemGear@0
gearSteel : 1xitem.craftingItemGear@0
gearBronze : 1xitem.craftingItemGearBronze@0
wireCopper : 1xitem.craftingItemWires@0
foodCheese : 1xtile.cheeseWheel@0
foodCake : 1xtile.chocolateCake@0
foodCake : 1xitem.DO NOT USE!@0
foodApple : 1xitem.consumableApple@0
foodApple : 1xitem.consumableAppleRotten@0
itemAlcohol : 1xitem.consumableArcadiaMerlot@0
foodBanana : 1xitem.consumableBanana@0
foodBanana : 1xitem.consumableBananaRotten@0
itemBandages : 1xitem.consumableBandages@0
foodBread : 1xitem.consumableBread@0
foodBread : 1xitem.consumableLoaf@0
foodBread : 1xitem.consumableSandwich@0
foodChocolate : 1xitem.consumableChocos@0
foodChocolate : 1xitem.consumableConfectBox@0
foodChocolate : 1xitem.consumablePepBar@0
itemWater : 1xitem.consumableFreshWater@0
water : 1xitem.consumableFreshWater@0
foodSoda : 1xitem.consumableHopUpCola@0
foodSoda : 1xitem.consumablePapDrinkSoda@0
foodCorn : 1xitem.consumableMaize@0
foodCorn : 1xitem.consumableMaizeRotten@0
seedCorn : 1xitem.consumableMaize@0
seedCorn : 1xitem.consumableMaizeRotten@0
itemMilk : 1xitem.consumableMilkBottle@0
foodMilk : 1xitem.consumableMilkBottle@0
milk : 1xitem.consumableMilkBottle@0
foodCookie : 1xitem.consumableCrackers@0
foodCigarettes : 1xitem.consumableColumbiaCigarettes@0
foodCigarettes : 1xitem.consumableNicoTimeCigarettes@0
foodCigarettes : 1xitem.consumableOxfordClubCigarettes@0
foodOrange : 1xitem.consumableOrange@0
foodOrange : 1xitem.consumableOrangeRotten@0
foodPeanuts : 1xitem.consumablePeanuts@0
foodPear : 1xitem.consumablePear@0
foodPear : 1xitem.consumablePearRotten@0
foodPickles : 1xitem.consumablePickles@0
foodPineapple : 1xitem.consumablePineapple@0
foodPineapple : 1xitem.consumablePineappleRotten@0
foodPotato : 1xitem.consumablePotato@0
foodMelon : 1xitem.consumableWatermelon@0
foodMelon : 1xitem.consumableWatermelonRotten@0
itemEve : 1xitem.eveDrinkableSmall@0
itemEve : 1xitem.eveDrinkableMedium@0
itemEve : 1xitem.eveDrinkableLarge@0
itemEve : 1xitem.eveInjectable@0
itemEve : 1xitem.eveSaltsSmall@0
itemEve : 1xitem.eveSaltsMedium@0
itemEve : 1xitem.eveSaltsLarge@0
itemMedKit : 1xitem.firstAidKit@0
itemMedKit : 1xitem.medicalKitSmall@0
itemMedKit : 1xitem.medicalKitMedium@0
itemMedKit : 1xitem.medicalKitLarge@0
blockWood : 1xitem.maskBox@0
itemMask : 1xitem.maskButterflyPink@0
itemMask : 1xitem.maskButterflyWhite@0
itemMask : 1xitem.maskCatBlack@0
itemMask : 1xitem.maskCatBlack@0
itemMask : 1xitem.maskCatGolden@0
itemMask : 1xitem.maskCatGolden@0
itemMask : 1xitem.maskCatWhite@0
itemMask : 1xitem.maskCatWhite@0
itemMask : 1xitem.maskPlagueDoctor@0
itemMask : 1xitem.maskPlagueDoctor@0
itemMask : 1xitem.maskRabbitBlack@0
itemMask : 1xitem.maskRabbitBlack@0
itemMask : 1xitem.maskRabbitGolden@0
itemMask : 1xitem.maskRabbitGolden@0
itemMask : 1xitem.maskRabbitWhite@0
itemMask : 1xitem.maskRabbitWhite@0
itemMask : 1xitem.maskRabbitWhite@0
itemMask : 1xitem.maskSimpleGreen@0
itemMask : 1xitem.maskSimpleGreen@0
itemMask : 1xitem.maskSimpleRed@0
itemMask : 1xitem.maskSimpleRed@0
itemMask : 1xitem.maskSimpleWhite@0
itemMask : 1xitem.maskSimpleWhite@0
itemMaskWooden : 1xitem.maskSaturnine@0
itemMaskWooden : 1xitem.maskSaturnine@0
itemMaskWooden : 1xitem.maskSaturnine@0
itemMaskWooden : 1xitem.maskSaturnine@0
itemMaskIron : 1xitem.maskWelder@0
itemMaskIron : 1xitem.maskWelder@0
oxygen : 1xitem.oxygenTank@0
itemPipe : 1xitem.weaponPipe@0
[17:35:00] [server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 10 mods
[17:35:00] [server thread/INFO]: Preparing level "world"
[17:35:00] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[17:35:00] [server thread/INFO] [FML]: Applying holder lookups
[17:35:00] [server thread/INFO] [FML]: Holder lookups applied
[17:35:01] [server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@5ecce6b5)
[17:35:01] [server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@5ecce6b5)
[17:35:01] [server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@5ecce6b5)
[17:35:01] [server thread/INFO]: Preparing start region for level 0
[17:35:02] [server thread/INFO]: Preparing spawn area: 13%
[17:35:03] [server thread/INFO]: Done (2,891s)! For help, type "help" or "?"
[17:35:37] [Netty IO #2/INFO] [FML]: Client protocol version 1
[17:35:37] [Netty IO #2/INFO] [FML]: Client attempting to join with 10 mods : [email protected],[email protected],[email protected],[email protected]_1.7.2,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[17:35:37] [Netty IO #2/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[17:35:37] [server thread/INFO] [FML]: [server thread] Server side modded connection established
[17:35:37] [server thread/INFO]: sigurd4[/127.0.0.1:59885] logged in with entity id 289 at (-241.5, 64.0, 143.5)
[17:35:37] [server thread/INFO]: sigurd4 joined the game
[17:35:45] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.io.IOException: The received string length is longer than maximum allowed (21 > 20)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[byteToMessageDecoder.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131) ~[byteToMessageDecoder.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.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [byteToMessageDecoder.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.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [ReadTimeoutHandler.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.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
Caused by: java.io.IOException: The received string length is longer than maximum allowed (21 > 20)
at net.minecraft.network.PacketBuffer.readStringFromBuffer(PacketBuffer.java:185) ~[PacketBuffer.class:?]
at net.minecraft.network.play.client.C17PacketCustomPayload.readPacketData(C17PacketCustomPayload.java:49) ~[C17PacketCustomPayload.class:?]
at net.minecraft.util.MessageDeserializer.decode(MessageDeserializer.java:46) ~[MessageDeserializer.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[byteToMessageDecoder.class:?]
... 16 more
[17:35:45] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.io.IOException: Packet was larger than I expected, found 26 bytes extra whilst reading packet 0
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[byteToMessageDecoder.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147) ~[byteToMessageDecoder.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.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [byteToMessageDecoder.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.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [ReadTimeoutHandler.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.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
Caused by: java.io.IOException: Packet was larger than I expected, found 26 bytes extra whilst reading packet 0
at net.minecraft.util.MessageDeserializer.decode(MessageDeserializer.java:50) ~[MessageDeserializer.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[byteToMessageDecoder.class:?]
... 16 more
[17:35:45] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.io.IOException: The received encoded string buffer length is longer than maximum allowed (66 > 28)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[byteToMessageDecoder.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147) ~[byteToMessageDecoder.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.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [byteToMessageDecoder.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.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [ReadTimeoutHandler.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.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
Caused by: java.io.IOException: The received encoded string buffer length is longer than maximum allowed (66 > 28)
at net.minecraft.network.PacketBuffer.readStringFromBuffer(PacketBuffer.java:173) ~[PacketBuffer.class:?]
at net.minecraft.network.play.client.C15PacketClientSettings.readPacketData(C15PacketClientSettings.java:41) ~[C15PacketClientSettings.class:?]
at net.minecraft.util.MessageDeserializer.decode(MessageDeserializer.java:46) ~[MessageDeserializer.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[byteToMessageDecoder.class:?]
... 16 more
[17:35:45] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 105
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[byteToMessageDecoder.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147) ~[byteToMessageDecoder.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.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [byteToMessageDecoder.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.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [ReadTimeoutHandler.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.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
Caused by: java.io.IOException: Bad packet id 105
at net.minecraft.util.MessageDeserializer.decode(MessageDeserializer.java:42) ~[MessageDeserializer.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[byteToMessageDecoder.class:?]
... 16 more
[17:35:45] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 111
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[byteToMessageDecoder.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147) ~[byteToMessageDecoder.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.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [byteToMessageDecoder.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.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [ReadTimeoutHandler.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.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
Caused by: java.io.IOException: Bad packet id 111
at net.minecraft.util.MessageDeserializer.decode(MessageDeserializer.java:42) ~[MessageDeserializer.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[byteToMessageDecoder.class:?]
... 16 more
[17:35:45] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 115
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[byteToMessageDecoder.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147) ~[byteToMessageDecoder.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.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [byteToMessageDecoder.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.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [ReadTimeoutHandler.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.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
Caused by: java.io.IOException: Bad packet id 115
at net.minecraft.util.MessageDeserializer.decode(MessageDeserializer.java:42) ~[MessageDeserializer.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[byteToMessageDecoder.class:?]
... 16 more
[17:35:45] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 104
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[byteToMessageDecoder.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147) ~[byteToMessageDecoder.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.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [byteToMessageDecoder.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.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [ReadTimeoutHandler.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.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
Caused by: java.io.IOException: Bad packet id 104
at net.minecraft.util.MessageDeserializer.decode(MessageDeserializer.java:42) ~[MessageDeserializer.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[byteToMessageDecoder.class:?]
... 16 more
[17:35:45] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 111
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[byteToMessageDecoder.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147) ~[byteToMessageDecoder.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.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [byteToMessageDecoder.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.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [ReadTimeoutHandler.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.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
Caused by: java.io.IOException: Bad packet id 111
at net.minecraft.util.MessageDeserializer.decode(MessageDeserializer.java:42) ~[MessageDeserializer.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[byteToMessageDecoder.class:?]
... 16 more
[17:35:45] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 99
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[byteToMessageDecoder.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147) ~[byteToMessageDecoder.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.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [byteToMessageDecoder.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.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [ReadTimeoutHandler.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.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
Caused by: java.io.IOException: Bad packet id 99
at net.minecraft.util.MessageDeserializer.decode(MessageDeserializer.java:42) ~[MessageDeserializer.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[byteToMessageDecoder.class:?]
... 16 more
[17:35:45] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 107
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[byteToMessageDecoder.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147) ~[byteToMessageDecoder.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.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [byteToMessageDecoder.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.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [ReadTimeoutHandler.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.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
Caused by: java.io.IOException: Bad packet id 107
at net.minecraft.util.MessageDeserializer.decode(MessageDeserializer.java:42) ~[MessageDeserializer.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[byteToMessageDecoder.class:?]
... 16 more
[17:35:45] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 80
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[byteToMessageDecoder.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147) ~[byteToMessageDecoder.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.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [byteToMessageDecoder.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.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [ReadTimeoutHandler.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.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
Caused by: java.io.IOException: Bad packet id 80
at net.minecraft.util.MessageDeserializer.decode(MessageDeserializer.java:42) ~[MessageDeserializer.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[byteToMessageDecoder.class:?]
... 16 more
[17:35:45] [Netty IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 97
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[byteToMessageDecoder.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:196) ~[byteToMessageDecoder.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:237) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelInactive(DefaultChannelHandlerContext.java:223) [DefaultChannelHandlerContext.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:214) [byteToMessageDecoder.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:237) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelInactive(DefaultChannelHandlerContext.java:223) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [ChannelInboundHandlerAdapter.class:?]
at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:143) [ReadTimeoutHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:237) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelInactive(DefaultChannelHandlerContext.java:223) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:767) [DefaultChannelPipeline.class:?]
at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:558) [AbstractChannel$AbstractUnsafe$5.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.7.0_67]
Caused by: java.io.IOException: Bad packet id 97
at net.minecraft.util.MessageDeserializer.decode(MessageDeserializer.java:42) ~[MessageDeserializer.class:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[byteToMessageDecoder.class:?]
... 16 more
[17:35:46] [server thread/INFO]: sigurd4 lost connection: TranslatableComponent{key='disconnect.genericReason', args=[internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: The received string length is longer than maximum allowed (21 > 20)], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[17:35:46] [server thread/INFO]: sigurd4 left the game
[17:35:47] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 9440ms behind, skipping 188 tick(s)
[17:35:55] [server thread/INFO]: Stopping the server
[17:35:55] [server thread/INFO]: Stopping server
[17:35:55] [server thread/INFO]: Saving players
[17:35:55] [server thread/INFO]: Saving worlds
[17:35:55] [server thread/INFO]: Saving chunks for level 'world'/Overworld
[17:35:55] [server thread/INFO]: Saving chunks for level 'world'/Nether
[17:35:55] [server thread/INFO]: Saving chunks for level 'world'/The End
[17:35:57] [server thread/INFO] [FML]: Unloading dimension 0
[17:35:57] [server thread/INFO] [FML]: Unloading dimension -1
[17:35:57] [server thread/INFO] [FML]: Unloading dimension 1
[17:35:57] [server thread/INFO] [FML]: Applying holder lookups
[17:35:57] [server thread/INFO] [FML]: Holder lookups applied

client log:

[17:32:26] [main/INFO] [GradleStart]: userProperties: {}
[17:32:26] [main/INFO] [GradleStart]: username: sigurd4
[17:32:26] [main/INFO] [GradleStart]: accessToken: FML
[17:32:26] [main/INFO] [GradleStart]: version: 1.7
[17:32:26] [main/INFO] [GradleStart]: Extra: []
[17:32:26] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --username, sigurd4, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, C:/Users/Sigurd/.gradle/caches/minecraft/assets, --version, 1.7]
[17:32:26] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[17:32:26] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[17:32:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[17:32:26] [main/INFO] [FML]: Forge Mod Loader version 7.10.84.1217 for Minecraft 1.7.10 loading
[17:32:26] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[17:32:26] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[17:32:27] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:32:27] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:32:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:32:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[17:32:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:32:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:32:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:32:27] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[17:32:29] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[17:32:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:32:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:32:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:32:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:32:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[17:32:31] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[17:32:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[17:32:31] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[17:32:33] [main/INFO]: Setting user: sigurd4
[17:32:35] [Client thread/INFO]: LWJGL Version: 2.9.1
[17:32:35] [Client thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@27e682c3. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
at net.minecraftforge.common.MinecraftForge.<clinit>(MinecraftForge.java:21) [MinecraftForge.class:?]
at net.minecraftforge.fluids.FluidRegistry.registerFluid(FluidRegistry.java:83) [FluidRegistry.class:?]
at net.minecraftforge.fluids.FluidRegistry.<clinit>(FluidRegistry.java:50) [FluidRegistry.class:?]
at net.minecraftforge.client.ForgeHooksClient.<clinit>(ForgeHooksClient.java:425) [ForgeHooksClient.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:484) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:941) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
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.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
at GradleStart.bounce(GradleStart.java:107) [start/:?]
at GradleStart.startClient(GradleStart.java:100) [start/:?]
at GradleStart.main(GradleStart.java:65) [start/:?]
[17:32:35] [Client thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@374eb126. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
at net.minecraftforge.common.MinecraftForge.<clinit>(MinecraftForge.java:22) [MinecraftForge.class:?]
at net.minecraftforge.fluids.FluidRegistry.registerFluid(FluidRegistry.java:83) [FluidRegistry.class:?]
at net.minecraftforge.fluids.FluidRegistry.<clinit>(FluidRegistry.java:50) [FluidRegistry.class:?]
at net.minecraftforge.client.ForgeHooksClient.<clinit>(ForgeHooksClient.java:425) [ForgeHooksClient.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:484) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:941) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
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.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
at GradleStart.bounce(GradleStart.java:107) [start/:?]
at GradleStart.startClient(GradleStart.java:100) [start/:?]
at GradleStart.main(GradleStart.java:65) [start/:?]
[17:32:35] [Client thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@f505228. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
at net.minecraftforge.common.MinecraftForge.<clinit>(MinecraftForge.java:23) [MinecraftForge.class:?]
at net.minecraftforge.fluids.FluidRegistry.registerFluid(FluidRegistry.java:83) [FluidRegistry.class:?]
at net.minecraftforge.fluids.FluidRegistry.<clinit>(FluidRegistry.java:50) [FluidRegistry.class:?]
at net.minecraftforge.client.ForgeHooksClient.<clinit>(ForgeHooksClient.java:425) [ForgeHooksClient.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:484) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:941) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
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.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
at GradleStart.bounce(GradleStart.java:107) [start/:?]
at GradleStart.startClient(GradleStart.java:100) [start/:?]
at GradleStart.main(GradleStart.java:65) [start/:?]
[17:32:37] [Client thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@39e8b722. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.<init>(FMLCommonHandler.java:90) [FMLCommonHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.<clinit>(FMLCommonHandler.java:77) [FMLCommonHandler.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:188) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:532) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:941) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
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.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
at GradleStart.bounce(GradleStart.java:107) [start/:?]
at GradleStart.startClient(GradleStart.java:100) [start/:?]
at GradleStart.main(GradleStart.java:65) [start/:?]
[17:32:37] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[17:32:37] [Client thread/INFO] [FML]: MinecraftForge v10.13.1.1217 Initialized
[17:32:37] [Client thread/INFO] [FML]: Replaced 182 ore recipies
[17:32:37] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[17:32:37] [Client thread/INFO] [FML]: Searching C:\Users\Sigurd\Documents\Minecraft\bioshock mod workspace\Forgemods\eclipse\mods for mods
[17:32:37] [Client thread/INFO] [FML]: Also searching C:\Users\Sigurd\Documents\Minecraft\bioshock mod workspace\Forgemods\eclipse\mods\1.7.10 for mods
[17:32:40] [Client thread/INFO] [FML]: Forge Mod Loader has identified 10 mods to load
[17:32:40] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.93-dev.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[17:32:41] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, bioshock, iChunUtil, MobAmputation, MobDismemberment, Waila] at CLIENT
[17:32:41] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, bioshock, iChunUtil, MobAmputation, MobDismemberment, Waila] at SERVER
[17:32:41] [Client thread/WARN] [FML]: The mod FMLMod:bioshock{0.10} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
[17:32:41] [Client thread/WARN] [FML]: The mod FMLMod:bioshock{0.10} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
[17:32:41] [Client thread/WARN] [FML]: The mod FMLMod:bioshock{0.10} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
[17:32:41] [Client thread/WARN] [FML]: The mod FMLMod:bioshock{0.10} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
[17:32:41] [Client thread/WARN] [FML]: The mod FMLMod:bioshock{0.10} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
[17:32:42] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:BioshockMod, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:MobAmputation, FMLFileResourcePack:MobDismemberment, FMLFileResourcePack:Waila
[17:32:42] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[17:32:42] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[17:32:42] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[17:32:42] [Client thread/INFO] [FML]: Applying holder lookups
[17:32:42] [Client thread/INFO] [FML]: Holder lookups applied
[17:32:43] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[17:32:43] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[17:32:43] [Thread-8/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[17:32:43] [Thread-8/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[17:32:43] [Thread-8/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[17:32:43] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[17:32:43] [sound Library Loader/INFO]: Sound engine started
[17:32:49] [Client thread/WARN]: File bioshock:sounds/item/weapon/shotgun/fire.ogg does not exist, cannot add it to event bioshock:item.weapon.shotgun.fire
[17:32:49] [Client thread/WARN]: File bioshock:sounds/item/weapon/pistol/fire.ogg does not exist, cannot add it to event bioshock:item.weapon.pistol.fire
[17:32:50] [Client thread/ERROR]: Using missing texture, unable to load bioshock:textures/blocks/vendor_u_invent.png
java.io.FileNotFoundException: bioshock:textures/blocks/vendor_u_invent.png
at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[simpleReloadableResourceManager.class:?]
at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
at net.minecraft.client.renderer.texture.TextureManager.loadTickableTexture(TextureManager.java:71) [TextureManager.class:?]
at net.minecraft.client.renderer.texture.TextureManager.loadTextureMap(TextureManager.java:58) [TextureManager.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:592) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:941) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
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.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
at GradleStart.bounce(GradleStart.java:107) [start/:?]
at GradleStart.startClient(GradleStart.java:100) [start/:?]
at GradleStart.main(GradleStart.java:65) [start/:?]
[17:32:50] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[17:32:51] [Client thread/INFO]: Created: 512x512 textures/items-atlas
[17:32:51] [CodeChicken Update Checker/ERROR] [CodeChickenCore]: Failed to check notifications: 
[17:32:52] [Client thread/WARN] [FML]: =============================================================
[17:32:52] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[17:32:52] [Client thread/WARN] [FML]: Offendor: mcp/mobius/waila/gui/truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
[17:32:52] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[17:32:52] [Client thread/WARN] [FML]: =============================================================
[17:32:52] [Client thread/INFO] [sTDOUT]: [mcp.mobius.waila.gui.truetyper.TrueTypeFont:<init>:98]: TrueTypeFont loaded: java.awt.Font[family=Minecraftia,name=Minecraftia Regular,style=plain,size=14] - AntiAlias = true
[17:32:52] [Client thread/INFO] [FML]:   Unknown recipe class! com.sigurd4.Bioshock.recipes.RecipeDivingSuitRefill Modder please refer to net.minecraftforge.oredict.RecipeSorter
okt 06, 2014 5:32:52 PM mcp.mobius.waila.addons.buildcraft.BCModule register
INFO: Buildcraft|Factory mod not found. Skipping.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.enderstorage.EnderStorageModule register
INFO: [EnderStorage] EnderStorage mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.gravestone.GravestoneModule register
INFO: [GraveStone] GraveStone mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.twilightforest.TwilightForestModule register
INFO: [TwilightForestMod] TwilightForestMod mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.etb.ETBModule register
INFO: [Engineer Toolbox] Engineer Toolbox mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.enderio.EnderIOModule register
INFO: [EnderIO] EnderIO mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.buildcraft.BCPowerAPIModule register
INFO: [buildcraft Power API] Buildcraft Power API mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.projectred.ProjectRedModule register
INFO: [ProjectRed] ProjectRed|Integration mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.exu.ExtraUtilitiesModule register
INFO: [ExtraUtilities] ExtraUtilities mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.openblocks.OpenBlocksModule register
INFO: [OpenBlocks] OpenBlocks mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.railcraft.RailcraftModule register
INFO: [Railcraft] Railcraft mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.harvestcraft.HarvestcraftModule register
INFO: [PamHarvestCraft] PamHarvestCraft mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.magicalcrops.MagicalCropsModule register
INFO: [MagicalCrops] MagicalCrops mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.statues.StatuesModule register
INFO: [statues] Statues mod not found.
okt 06, 2014 5:32:53 PM mcp.mobius.waila.addons.agriculture.AgricultureModule register
INFO: [Agriculture] Agriculture mod not found.
logWood : 1xtile.log@32767
logWood : 1xtile.log@32767
plankWood : 1xtile.wood@32767
slabWood : 1xtile.woodSlab@32767
stairWood : 1xtile.stairsWood@0
stairWood : 1xtile.stairsWoodSpruce@0
stairWood : 1xtile.stairsWoodBirch@0
stairWood : 1xtile.stairsWoodJungle@0
stairWood : 1xtile.stairsWoodAcacia@0
stairWood : 1xtile.stairsWoodDarkOak@0
stickWood : 1xitem.stick@0
treeSapling : 1xtile.sapling@32767
treeLeaves : 1xtile.leaves@32767
treeLeaves : 1xtile.leaves@32767
oreGold : 1xtile.oreGold@0
oreIron : 1xtile.oreIron@0
oreLapis : 1xtile.oreLapis@0
oreDiamond : 1xtile.oreDiamond@0
oreRedstone : 1xtile.oreRedstone@0
oreEmerald : 1xtile.oreEmerald@0
oreQuartz : 1xtile.netherquartz@0
oreCoal : 1xtile.oreCoal@0
blockGold : 1xtile.blockGold@0
blockIron : 1xtile.blockIron@0
blockLapis : 1xtile.blockLapis@0
blockDiamond : 1xtile.blockDiamond@0
blockRedstone : 1xtile.blockRedstone@0
blockEmerald : 1xtile.blockEmerald@0
blockQuartz : 1xtile.quartzBlock@0
blockCoal : 1xtile.blockCoal@0
blockGlassColorless : 1xtile.glass@0
blockGlass : 1xtile.glass@0
blockGlass : 1xtile.stainedGlass@32767
paneGlassColorless : 1xtile.thinGlass@0
paneGlass : 1xtile.thinGlass@0
paneGlass : 1xtile.thinStainedGlass@32767
ingotIron : 1xitem.ingotIron@0
ingotGold : 1xitem.ingotGold@0
ingotBrick : 1xitem.brick@0
ingotBrickNether : 1xitem.netherbrick@0
nuggetGold : 1xitem.goldNugget@0
gemDiamond : 1xitem.diamond@0
gemEmerald : 1xitem.emerald@0
gemQuartz : 1xitem.netherquartz@0
dustRedstone : 1xitem.redstone@0
dustGlowstone : 1xitem.yellowDust@0
gemLapis : 1xitem.dyePowder@4
slimeball : 1xitem.slimeball@0
glowstone : 1xtile.lightgem@0
cropWheat : 1xitem.wheat@0
cropPotato : 1xitem.potato@0
cropCarrot : 1xitem.carrots@0
stone : 1xtile.stone@0
cobblestone : 1xtile.stonebrick@0
sandstone : 1xtile.sandStone@32767
dye : 1xitem.dyePowder@32767
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
dyeBlack : 1xitem.dyePowder@0
blockGlassBlack : 1xtile.stainedGlass@15
paneGlassBlack : 1xtile.thinStainedGlass@15
dyeRed : 1xitem.dyePowder@1
blockGlassRed : 1xtile.stainedGlass@14
paneGlassRed : 1xtile.thinStainedGlass@14
dyeGreen : 1xitem.dyePowder@2
blockGlassGreen : 1xtile.stainedGlass@13
paneGlassGreen : 1xtile.thinStainedGlass@13
dyeBrown : 1xitem.dyePowder@3
blockGlassBrown : 1xtile.stainedGlass@12
paneGlassBrown : 1xtile.thinStainedGlass@12
dyeBlue : 1xitem.dyePowder@4
blockGlassBlue : 1xtile.stainedGlass@11
paneGlassBlue : 1xtile.thinStainedGlass@11
dyePurple : 1xitem.dyePowder@5
blockGlassPurple : 1xtile.stainedGlass@10
paneGlassPurple : 1xtile.thinStainedGlass@10
dyeCyan : 1xitem.dyePowder@6
blockGlassCyan : 1xtile.stainedGlass@9
paneGlassCyan : 1xtile.thinStainedGlass@9
dyeLightGray : 1xitem.dyePowder@7
blockGlassLightGray : 1xtile.stainedGlass@8
paneGlassLightGray : 1xtile.thinStainedGlass@8
dyeGray : 1xitem.dyePowder@8
blockGlassGray : 1xtile.stainedGlass@7
paneGlassGray : 1xtile.thinStainedGlass@7
dyePink : 1xitem.dyePowder@9
blockGlassPink : 1xtile.stainedGlass@6
paneGlassPink : 1xtile.thinStainedGlass@6
dyeLime : 1xitem.dyePowder@10
blockGlassLime : 1xtile.stainedGlass@5
paneGlassLime : 1xtile.thinStainedGlass@5
dyeYellow : 1xitem.dyePowder@11
blockGlassYellow : 1xtile.stainedGlass@4
paneGlassYellow : 1xtile.thinStainedGlass@4
dyeLightBlue : 1xitem.dyePowder@12
blockGlassLightBlue : 1xtile.stainedGlass@3
paneGlassLightBlue : 1xtile.thinStainedGlass@3
dyeMagenta : 1xitem.dyePowder@13
blockGlassMagenta : 1xtile.stainedGlass@2
paneGlassMagenta : 1xtile.thinStainedGlass@2
dyeOrange : 1xitem.dyePowder@14
blockGlassOrange : 1xtile.stainedGlass@1
paneGlassOrange : 1xtile.thinStainedGlass@1
dyeWhite : 1xitem.dyePowder@15
blockGlassWhite : 1xtile.stainedGlass@0
paneGlassWhite : 1xtile.thinStainedGlass@0
gearIron : 1xitem.craftingItemGear@0
gearSteel : 1xitem.craftingItemGear@0
gearBronze : 1xitem.craftingItemGearBronze@0
wireCopper : 1xitem.craftingItemWires@0
foodCheese : 1xtile.cheeseWheel@0
foodCake : 1xtile.chocolateCake@0
foodCake : 1xitem.DO NOT USE!@0
foodApple : 1xitem.consumableApple@0
foodApple : 1xitem.consumableAppleRotten@0
itemAlcohol : 1xitem.consumableArcadiaMerlot@0
foodBanana : 1xitem.consumableBanana@0
foodBanana : 1xitem.consumableBananaRotten@0
itemBandages : 1xitem.consumableBandages@0
foodBread : 1xitem.consumableBread@0
foodBread : 1xitem.consumableLoaf@0
foodBread : 1xitem.consumableSandwich@0
foodChocolate : 1xitem.consumableChocos@0
foodChocolate : 1xitem.consumableConfectBox@0
foodChocolate : 1xitem.consumablePepBar@0
itemWater : 1xitem.consumableFreshWater@0
water : 1xitem.consumableFreshWater@0
foodSoda : 1xitem.consumableHopUpCola@0
foodSoda : 1xitem.consumablePapDrinkSoda@0
foodCorn : 1xitem.consumableMaize@0
foodCorn : 1xitem.consumableMaizeRotten@0
seedCorn : 1xitem.consumableMaize@0
seedCorn : 1xitem.consumableMaizeRotten@0
itemMilk : 1xitem.consumableMilkBottle@0
foodMilk : 1xitem.consumableMilkBottle@0
milk : 1xitem.consumableMilkBottle@0
foodCookie : 1xitem.consumableCrackers@0
foodCigarettes : 1xitem.consumableColumbiaCigarettes@0
foodCigarettes : 1xitem.consumableNicoTimeCigarettes@0
foodCigarettes : 1xitem.consumableOxfordClubCigarettes@0
foodOrange : 1xitem.consumableOrange@0
foodOrange : 1xitem.consumableOrangeRotten@0
foodPeanuts : 1xitem.consumablePeanuts@0
foodPear : 1xitem.consumablePear@0
foodPear : 1xitem.consumablePearRotten@0
foodPickles : 1xitem.consumablePickles@0
foodPineapple : 1xitem.consumablePineapple@0
foodPineapple : 1xitem.consumablePineappleRotten@0
foodPotato : 1xitem.consumablePotato@0
foodMelon : 1xitem.consumableWatermelon@0
foodMelon : 1xitem.consumableWatermelonRotten@0
itemEve : 1xitem.eveDrinkableSmall@0
itemEve : 1xitem.eveDrinkableMedium@0
itemEve : 1xitem.eveDrinkableLarge@0
itemEve : 1xitem.eveInjectable@0
itemEve : 1xitem.eveSaltsSmall@0
itemEve : 1xitem.eveSaltsMedium@0
itemEve : 1xitem.eveSaltsLarge@0
itemMedKit : 1xitem.firstAidKit@0
itemMedKit : 1xitem.medicalKitSmall@0
itemMedKit : 1xitem.medicalKitMedium@0
itemMedKit : 1xitem.medicalKitLarge@0
blockWood : 1xitem.maskBox@0
itemMask : 1xitem.maskButterflyPink@0
itemMask : 1xitem.maskButterflyWhite@0
itemMask : 1xitem.maskCatBlack@0
itemMask : 1xitem.maskCatBlack@0
itemMask : 1xitem.maskCatGolden@0
itemMask : 1xitem.maskCatGolden@0
itemMask : 1xitem.maskCatWhite@0
itemMask : 1xitem.maskCatWhite@0
itemMask : 1xitem.maskPlagueDoctor@0
itemMask : 1xitem.maskPlagueDoctor@0
itemMask : 1xitem.maskRabbitBlack@0
itemMask : 1xitem.maskRabbitBlack@0
itemMask : 1xitem.maskRabbitGolden@0
itemMask : 1xitem.maskRabbitGolden@0
itemMask : 1xitem.maskRabbitWhite@0
itemMask : 1xitem.maskRabbitWhite@0
itemMask : 1xitem.maskRabbitWhite@0
itemMask : 1xitem.maskSimpleGreen@0
itemMask : 1xitem.maskSimpleGreen@0
itemMask : 1xitem.maskSimpleRed@0
itemMask : 1xitem.maskSimpleRed@0
itemMask : 1xitem.maskSimpleWhite@0
itemMask : 1xitem.maskSimpleWhite@0
itemMaskWooden : 1xitem.maskSaturnine@0
itemMaskWooden : 1xitem.maskSaturnine@0
itemMaskWooden : 1xitem.maskSaturnine@0
itemMaskWooden : 1xitem.maskSaturnine@0
itemMaskIron : 1xitem.maskWelder@0
itemMaskIron : 1xitem.maskWelder@0
oxygen : 1xitem.oxygenTank@0
itemPipe : 1xitem.weaponPipe@0
[17:32:53] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 10 mods
[17:32:53] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:BioshockMod, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:MobAmputation, FMLFileResourcePack:MobDismemberment, FMLFileResourcePack:Waila
[17:32:53] [Client thread/INFO]: Created: 512x512 textures/items-atlas
[17:32:53] [Client thread/ERROR]: Using missing texture, unable to load bioshock:textures/blocks/vendor_u_invent.png
java.io.FileNotFoundException: bioshock:textures/blocks/vendor_u_invent.png
at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[simpleReloadableResourceManager.class:?]
at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [simpleReloadableResourceManager.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [simpleReloadableResourceManager.class:?]
at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:653) [Minecraft.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:596) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:941) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
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.7.0_67]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
at GradleStart.bounce(GradleStart.java:107) [start/:?]
at GradleStart.startClient(GradleStart.java:100) [start/:?]
at GradleStart.main(GradleStart.java:65) [start/:?]
[17:32:53] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[17:32:53] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[17:32:53] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[17:32:53] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
[17:32:53] [Client thread/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[17:32:53] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[17:32:53] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[17:32:54] [Thread-14/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[17:32:54] [Thread-14/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[17:32:54] [Thread-14/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[17:32:54] [sound Library Loader/INFO] [sTDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[17:32:54] [sound Library Loader/INFO]: Sound engine started
[17:32:55] [Client thread/WARN]: File bioshock:sounds/item/weapon/shotgun/fire.ogg does not exist, cannot add it to event bioshock:item.weapon.shotgun.fire
[17:32:55] [Client thread/WARN]: File bioshock:sounds/item/weapon/pistol/fire.ogg does not exist, cannot add it to event bioshock:item.weapon.pistol.fire
[17:35:35] [Netty Client IO #1/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[17:35:36] [Client thread/INFO]: Connecting to localhost, 25565
[17:35:37] [Netty Client IO #2/INFO] [FML]: Server protocol version 1
[17:35:37] [Netty Client IO #2/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[17:35:37] [Netty Client IO #2/INFO] [FML]: Injecting existing block and item data into this client instance
[17:35:37] [Netty Client IO #2/INFO] [FML]: Applying holder lookups
[17:35:37] [Netty Client IO #2/INFO] [FML]: Holder lookups applied
[17:35:37] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[17:35:45] [Client thread/INFO] [FML]: Applying holder lookups
[17:35:45] [Client thread/INFO] [FML]: Holder lookups applied

packet registration in initialization event in main mod class:

	network = NetworkRegistry.INSTANCE.newSimpleChannel("BioshockPacketChannel");
	network.registerMessage(KeyPackets.Handler.class, KeyPackets.class, 0, Side.SERVER);

KeyPackets class:

//imports and all that

public class KeyPackets implements IMessage
{
private int i;

public KeyPackets() {}

public KeyPackets(int i)
{
	this.i = i;
}

@Override
public void fromBytes(ByteBuf buf)
{
	i = ByteBufUtils.readVarInt(buf, 1);
}

@Override
public void toBytes(ByteBuf buf)
{
	ByteBufUtils.writeVarInt(buf, i, 1);
}

public static class Handler implements IMessageHandler<KeyPackets, IMessage>
{
	@Override
	public IMessage onMessage(KeyPackets message, MessageContext context)
	{
		//things and stuff
		return null;
	}
}
}

what have i done wrong??

http://www.planetminecraft.com/member/sigurd4

I'm making the bioshock mod!

Link to comment
Share on other sites

.........1.........2.....
....|....0....|....0....|
BioshockPacketChannel

As you can see the message is indicating that your channel name length is 21 characters, where: 21 > 20 the maximum length of a channel name. Therefore, your channel is invalid.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.