I don't know what is going on.... autoloader was working...now its not. I using minecraft 1.7.2 and using the lastest backpack mod. Everything I try to load the gui for the autoloader Minecraft crashes, but not report or save on error. Just say "internal server error" and thats all. any help would be appreciated
Hey, the GUI gets really crazy when I have more than one backpack in inventory. When I open one, my items seem to disappear and I have to click on one to show them again. Could you please do something with it?
Thanks
I usually have multiple backpacks in my inventory and I've never had that problem. What other mods are you using?
I don't know what is going on.... autoloader was working...now its not. I using minecraft 1.7.2 and using the lastest backpack mod. Everything I try to load the gui for the autoloader Minecraft crashes, but not report or save on error. Just say "internal server error" and thats all. any help would be appreciated
If you've updated from 2.3 you'll need to delete the old autoloader add on as it interferes with the autoloader built into 2.4.
Without a crash report I can't tell why it crashed.
You should be able to find the crash report in "(minecraft folder)\crash-reports", but if it didn't create one then check if there's an exception near the bottom of "(minecraft folder)\logs\latest.log" next time it crashes.
I have also randomly had my inventory "disappear" when shuffling multiple backpacks, I just wait a few seconds and it all comes back. Have not figured out what specifically makes it happen.
see if this helps, I manage to copy from my console the error message that caused minecraft to crash.
Hope this helps....
[15:47:30] [Client thread/ERROR] [FML]: There was a critical exception handling a packet on channel bcmod
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[MessageToMessageDecoder.class:?]
at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:71) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197) [ef.class:?]
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) [biy.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1541) [azd.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:916) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
Caused by: java.lang.NullPointerException
[15:47:30] [Netty Client IO #1/INFO] [THAUMCRAFT]: Restoring client configs.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at net.minecraft.entity.EntityList.func_75620_a(EntityList.java:121)
at bspkrs.client.util.EntityUtils.getRandomLivingEntity(EntityUtils.java:190)
at bspkrs.bspkrscore.fml.BSMainMenuRenderTicker.onTick(BSMainMenuRenderTicker.java:170)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_377_BSMainMenuRenderTicker_onTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:334)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:942)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.ClassCastException: bspkrs.util.FakeWorld cannot be cast to net.minecraft.world.WorldServer
at pneumaticCraft.common.entity.living.EntityDrone.initializeFakePlayer(EntityDrone.java:126)
at pneumaticCraft.common.entity.living.EntityDrone.(EntityDrone.java:117)
... 27 more
I have also randomly had my inventory "disappear" when shuffling multiple backpacks, I just wait a few seconds and it all comes back. Have not figured out what specifically makes it happen.
I tried with half of those mods installed but I still couldn't replicate the problem. But if the items come back after a few seconds it's likely the client just gets out of sync with the server (I have no idea why it would be more likely to occur when you're carrying multiple backpacks).
If it happens every time you carry more than one backpack in your inventory it may help to store your other backpacks inside your main backpack, they would only take 1 extra right-click to open and doing so might prevent the disappearance glitch.
see if this helps, I manage to copy from my console the error message that caused minecraft to crash.
Hope this helps....
I can't be sure but I think that error may have been caused by one of my messages being sent to a 'fake player'. I updated BCMod 2.4.2 a few days ago (but didn't change the version number) to prevent it sending messages to fake players so make sure you're using the latest version.
The changelog for Forge 10.12.1.1079 says "This should fix a bunch of fakeplayer issues" so updating Forge might also help.
Alright, so I was trying to re-record my video using 2.4 of this mod that caused the crash with a backpack on the ground after being broken off the wall that resulted in the crash. I was trying to make a quantum chest and accidentally closed out of the crafting table and went to pick up the items and the same crash occurred. I have the crash report this time. Hopefully you can find out what is causing this. Until then, I will reload the saves with the older version.
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 5/18/14 9:15 PM
Description: Ticking player
java.lang.NoSuchMethodError: brad16840.backpacks.blocks.QuantumChestTileEntity$VirtualQuantumChest.canStrictlyUse(Lnet/minecraft/entity/player/EntityPlayer;)Z
at brad16840.backpackloader.InventoryScanner.getUUID(InventoryScanner.java:25)
at brad16840.backpackloader.InventoryScanner.scanInventory(InventoryScanner.java:43)
at brad16840.backpackloader.InventoryScanner.scanInventory(InventoryScanner.java:132)
at brad16840.backpackloader.InventoryScanner.onPlayerPickup(InventoryScanner.java:99)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_89_InventoryScanner_onPlayerPickup_EntityItemPickupEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraft.entity.item.EntityItem.func_70100_b_(EntityItem.java:359)
at net.minecraft.entity.player.EntityPlayer.func_71044_o(EntityPlayer.java:643)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:634)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1685)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:312)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:321)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:310)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C04PacketPlayerPosition.func_148833_a(SourceFile:63)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:211)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:680)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:568)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at brad16840.backpackloader.InventoryScanner.getUUID(InventoryScanner.java:25)
at brad16840.backpackloader.InventoryScanner.scanInventory(InventoryScanner.java:43)
at brad16840.backpackloader.InventoryScanner.scanInventory(InventoryScanner.java:132)
at brad16840.backpackloader.InventoryScanner.onPlayerPickup(InventoryScanner.java:99)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_89_InventoryScanner_onPlayerPickup_EntityItemPickupEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraft.entity.item.EntityItem.func_70100_b_(EntityItem.java:359)
at net.minecraft.entity.player.EntityPlayer.func_71044_o(EntityPlayer.java:643)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:634)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1685)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:312)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 1754
Entity Name: Horsecrazy006
Entity's Exact location: 472.65, 4.00, -875.33
Entity's Block location: World: (472,4,-876), Chunk: (at 8,0,4 in 29,-55; contains blocks 464,0,-880 to 479,255,-865), Region: (0,-2; contains chunks 0,-64 to 31,-33, blocks 0,0,-1024 to 511,255,-513)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:321)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:310)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C04PacketPlayerPosition.func_148833_a(SourceFile:63)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:211)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:680)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:568)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705)
Alright, so I was trying to re-record my video using 2.4 of this mod that caused the crash with a backpack on the ground after being broken off the wall that resulted in the crash. I was trying to make a quantum chest and accidentally closed out of the crafting table and went to pick up the items and the same crash occurred. I have the crash report this time. Hopefully you can find out what is causing this. Until then, I will reload the saves with the older version.
Delete the Backpack Auto-Loader add-on, auto-loading was integrated into backpacks 2.4 and the add-on interferes with it.
I sorry to but I have the latest forge installed. I spent a couple of hours running through all my mods and only picking those that were a) useful ready and mostly all bugs are iron out. So you might want to look again and get back to me OK....
Getting a crash now every time I enter the loader; oddly enough it's not a full crash, only kicks me out of the world I'm on, even if it's singleplayer.
It says 'shutting down internal server', followed by 'a fatal error has occured, this connection is terminated'. There's no actual crashlog, but I got this from my FML-client-Latest
[19:35:28] [Client thread/ERROR] [FML/]: There was a critical exception handling a packet on channel bcmod
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[MessageToMessageDecoder.class:?]
at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:71) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197) [ef.class:?]
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) [biy.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1541) [azd.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:916) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
Caused by: java.lang.NullPointerException
at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:214) ~[abp.class:?]
at brad16840.common.gui.BlockSelector$2.addItem(BlockSelector.java:175) ~[BlockSelector$2.class:?]
at brad16840.common.gui.BlockSelector$2.scanRecipes(BlockSelector.java:197) ~[BlockSelector$2.class:?]
at brad16840.common.gui.BlockSelector$2.addItems(BlockSelector.java:229) ~[BlockSelector$2.class:?]
at brad16840.common.gui.BlockSelector.(BlockSelector.java:245) ~[BlockSelector.class:?]
at brad16840.backpacks.Backpacks$1.load(Backpacks.java:231) ~[Backpacks$1.class:?]
at brad16840.backpacks.Backpacks$1.loadEditor(Backpacks.java:246) ~[Backpacks$1.class:?]
at brad16840.common.PacketHandler$OpenEditorWindow.receive(PacketHandler.java:702) ~[PacketHandler$OpenEditorWindow.class:?]
at brad16840.common.MessageChannel.decode(MessageChannel.java:138) ~[MessageChannel.class:?]
at brad16840.common.MessageChannel.decode(MessageChannel.java:37) ~[MessageChannel.class:?]
at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) ~[MessageToMessageCodec$2.class:?]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[MessageToMessageDecoder.class:?]
... 18 more
[19:35:28] [Netty Client IO #0/INFO] [THAUMCRAFT/Thaumcraft]: Restoring client configs.
It seems like there should be more, but I can't find it. Any ideas?
I sorry to but I have the latest forge installed. I spent a couple of hours running through all my mods and only picking those that were a) useful ready and mostly all bugs are iron out. So you might want to look again and get back to me OK....
Getting a crash now every time I enter the loader; oddly enough it's not a full crash, only kicks me out of the world I'm on, even if it's singleplayer.
It says 'shutting down internal server', followed by 'a fatal error has occured, this connection is terminated'. There's no actual crashlog, but I got this from my FML-client-Latest
It seems like there should be more, but I can't find it. Any ideas?
I've updated BCMod to 2.4.3, it should fix that problem.
For some reason the log ppappila posted was missing an important part of the error message so I didn't know why it was crashing.
The Meaning of Life, the Universe, and Everything.
Join Date:
2/27/2014
Posts:
56
Minecraft:
Duzard
Member Details
The backpacks' Input/Output settings menu is a little buggy. For example, most of the ProjectRed items have the same ID, but they have many (really many, up to 51) metadata subtypes. I can't add any of these items into a backpack's "collect/resupply" properties - the "Add" button is just inactive. And if I try to add these items ignoring metadata ("any" button with an asterisk symbol), the game crashes. A similar error happens with GalactiCraft items, but with a different crash report.
ProjectRed crash:
Description: Rendering screen
java.lang.NullPointerException
at mrtjp.projectred.core.ItemPart.func_77667_c(Unknown Source)
at net.minecraft.item.Item.func_77657_g(Item.java:469)
at net.minecraft.item.Item.func_77628_j(Item.java:616)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:559)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:631)
at brad16840.common.ContainerStackGui.func_74184_a(ContainerStackGui.java:481)
at brad16840.common.ContainerStackGui.func_73863_a(ContainerStackGui.java:403)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1036)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
GalactiCraft crash:
Description: Rendering screen
java.lang.ArrayIndexOutOfBoundsException: 32767
at micdoodle8.mods.galacticraft.core.items.GCCoreItemBasic.func_77667_c(GCCoreItemBasic.java:78)
at net.minecraft.item.Item.func_77657_g(Item.java:469)
at net.minecraft.item.Item.func_77628_j(Item.java:616)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:559)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:631)
at brad16840.common.ContainerStackGui.func_74184_a(ContainerStackGui.java:481)
at brad16840.common.ContainerStackGui.func_73863_a(ContainerStackGui.java:403)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1036)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
The backpacks' Input/Output settings menu is a little buggy. For example, most of the ProjectRed items have the same ID, but they have many (really many, up to 51) metadata subtypes. I can't add any of these items into a backpack's "collect/resupply" properties - the "Add" button is just inactive. And if I try to add these items ignoring metadata ("any" button with an asterisk symbol), the game crashes. A similar error happens with GalactiCraft items, but with a different crash report.
Both crashes should've been fixed in BCMod 2.4.3.
The reason you couldn't add items from ProjectRed (and many other mods) is because the collect/resupply system uses 1.7.2 ids ('minecraft:dirt' rather than '3') and those items aren't 1.7.2 compatible.
I've just updated BCMod and Backpacks to version 2.4.4.
This update adds support for 1.7.2 incompatible items and has a redesigned collect/resupply interface which will hopefully reduce confusion.
Hi so not sure if i missed it in the forums or change logs but I can place the packs on a Pipe and pipe things into them but I cannt pipe/hopper things out I am useing 2.4.4, other then that, heck even with that issue I love this backpack mod, i have switched over to it for my privite mod pack for my families server
edit: AND I missed it in the forums, and after rereading the post in the pose itself lol i have to set it to output what i want the hopper to take out...Thanks again froa great mod
i found a major bug with your mod if you use protection on chest the backpack can override it if you hold it in hand and try to open the chest, that's override world guard for example can you correct this feature ? because it's a major bug
I'll add an option to disable the chest interfaces in the next version, but I'd consider that a bug in 'world guard' rather than my mod, I may have missed something but looking through its source code it only seems to prevent players from right-clicking on protected chests and would be bypassed by any mod that can access chests (like the crafting station from Tinkers' Construct).
WOW! Great mod, I actually enjoy this more than the "popular" backpack mod. I have a request though, you should be a able to "link" backpacks with ender pearls. For example, if I put an ender pearl inside a backpack, I should be able to right click it and either join an existing link, or create a new one. For creating a new link, you simply choose a name and click create. Then, you can right click with an ender pearl in another backpack and join that link via the link menu. Maybe you could switch links with an eye of ender? Do you think that this is a good idea?
WOW! Great mod, I actually enjoy this more than the "popular" backpack mod. I have a request though, you should be a able to "link" backpacks with ender pearls. For example, if I put an ender pearl inside a backpack, I should be able to right click it and either join an existing link, or create a new one. For creating a new link, you simply choose a name and click create. Then, you can right click with an ender pearl in another backpack and join that link via the link menu. Maybe you could switch links with an eye of ender? Do you think that this is a good idea?
If by "link" you mean have multiple backpacks share the same inventory then you can already do that, place a backpack by shift+right-clicking the side of a block and you can duplicate it by right-clicking on it with an eye of ender, or for an additional 9 gold ingots you could craft a 'Backpack Restorer' and restore/copy any backpack you 'own'.
I seem to have an issue, sometimes there are ghost items in my bag or inventory, and now they wont go away, but if i try to move the ghost items that are in the bag, i get an internal error.
I seem to have an issue, sometimes there are ghost items in my bag or inventory, and now they wont go away, but if i try to move the ghost items that are in the bag, i get an internal error.
That doesn't occur for me, so I can't help unless you post the error message (if it doesn't generate a crash report you should be able to find the error message in your log).
My mods have been updated to version 2.5
Here are the key changes
Backpacks can now be opened with right-click from almost any GUI, making backpacks drastically more accessible.
NEI keybindings can now be used from my GUIs.
Stopped 'Auto-Load from inventory or chest' targeting items on your hotbar
BCMod's recipe editor can now edit smelting/furnace recipes and will save edited recipes per-world rather than per-profile/server
BCMod now allows players playing in single player survival to use the recipe editor and Balanced Exchange's MPB editor
BCMod will now default to showing all sub-types in its item/block list rather than grouping items/blocks by id, this should make it easier to find specific sub types and will be more familiar for anybody familiar with NEI or the creative inventory
The 'Survival Inventory' tab for the collect/resupply interface will now include items inside the backpack
BCMod can now be used (by opped players) to create incredibly powerful custom items, like swords that inflict wither, armor that gives buffs, armor that protects against fall/drown/void damage, jetpacks, teleporters, harnesses that let you ride spiders or many other possibilities. Documentation on it can be found here
Added an option to BCMod's config file to disable opening crafting tables from your inventory (because that could be considered overpowered) and another option to prevent BCMod opening its interfaces when you right-click chests with a backpack in hand (as doing so seems to bypass World Guard's protection system).
To make backpacks openable from any GUI BCMod has become a core mod and to ensure the small patch it adds to the vanilla GUI system doesn't get overwritten by NEI its filename now starts with 'zz-'.
Due to complications with core mods in 1.6.4 the 'core' part of BCMod 1.6.4 - 2.5 must be packaged individually so is available as "BCMod 1.6.4 - GUI patch".
I usually have multiple backpacks in my inventory and I've never had that problem. What other mods are you using?
If you've updated from 2.3 you'll need to delete the old autoloader add on as it interferes with the autoloader built into 2.4.
Without a crash report I can't tell why it crashed.
You should be able to find the crash report in "(minecraft folder)\crash-reports", but if it didn't create one then check if there's an exception near the bottom of "(minecraft folder)\logs\latest.log" next time it crashes.
Hope this helps....
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[MessageToMessageDecoder.class:?]
at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:71) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197) [ef.class:?]
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) [biy.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1541) [azd.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:916) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
Caused by: java.lang.NullPointerException
[15:47:30] [Netty Client IO #1/INFO] [THAUMCRAFT]: Restoring client configs.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at net.minecraft.entity.EntityList.func_75620_a(EntityList.java:121)
at bspkrs.client.util.EntityUtils.getRandomLivingEntity(EntityUtils.java:190)
at bspkrs.bspkrscore.fml.BSMainMenuRenderTicker.onTick(BSMainMenuRenderTicker.java:170)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_377_BSMainMenuRenderTicker_onTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:334)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:942)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.ClassCastException: bspkrs.util.FakeWorld cannot be cast to net.minecraft.world.WorldServer
at pneumaticCraft.common.entity.living.EntityDrone.initializeFakePlayer(EntityDrone.java:126)
at pneumaticCraft.common.entity.living.EntityDrone.(EntityDrone.java:117)
... 27 more
I tried with half of those mods installed but I still couldn't replicate the problem. But if the items come back after a few seconds it's likely the client just gets out of sync with the server (I have no idea why it would be more likely to occur when you're carrying multiple backpacks).
If it happens every time you carry more than one backpack in your inventory it may help to store your other backpacks inside your main backpack, they would only take 1 extra right-click to open and doing so might prevent the disappearance glitch.
I can't be sure but I think that error may have been caused by one of my messages being sent to a 'fake player'. I updated BCMod 2.4.2 a few days ago (but didn't change the version number) to prevent it sending messages to fake players so make sure you're using the latest version.
The changelog for Forge 10.12.1.1079 says "This should fix a bunch of fakeplayer issues" so updating Forge might also help.
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 5/18/14 9:15 PM
Description: Ticking player
java.lang.NoSuchMethodError: brad16840.backpacks.blocks.QuantumChestTileEntity$VirtualQuantumChest.canStrictlyUse(Lnet/minecraft/entity/player/EntityPlayer;)Z
at brad16840.backpackloader.InventoryScanner.getUUID(InventoryScanner.java:25)
at brad16840.backpackloader.InventoryScanner.scanInventory(InventoryScanner.java:43)
at brad16840.backpackloader.InventoryScanner.scanInventory(InventoryScanner.java:132)
at brad16840.backpackloader.InventoryScanner.onPlayerPickup(InventoryScanner.java:99)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_89_InventoryScanner_onPlayerPickup_EntityItemPickupEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraft.entity.item.EntityItem.func_70100_b_(EntityItem.java:359)
at net.minecraft.entity.player.EntityPlayer.func_71044_o(EntityPlayer.java:643)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:634)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1685)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:312)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:321)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:310)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C04PacketPlayerPosition.func_148833_a(SourceFile:63)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:211)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:680)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:568)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at brad16840.backpackloader.InventoryScanner.getUUID(InventoryScanner.java:25)
at brad16840.backpackloader.InventoryScanner.scanInventory(InventoryScanner.java:43)
at brad16840.backpackloader.InventoryScanner.scanInventory(InventoryScanner.java:132)
at brad16840.backpackloader.InventoryScanner.onPlayerPickup(InventoryScanner.java:99)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_89_InventoryScanner_onPlayerPickup_EntityItemPickupEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraft.entity.item.EntityItem.func_70100_b_(EntityItem.java:359)
at net.minecraft.entity.player.EntityPlayer.func_71044_o(EntityPlayer.java:643)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:634)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1685)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:312)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 1754
Entity Name: Horsecrazy006
Entity's Exact location: 472.65, 4.00, -875.33
Entity's Block location: World: (472,4,-876), Chunk: (at 8,0,4 in 29,-55; contains blocks 464,0,-880 to 479,255,-865), Region: (0,-2; contains chunks 0,-64 to 31,-33, blocks 0,0,-1024 to 511,255,-513)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:321)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:310)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C04PacketPlayerPosition.func_148833_a(SourceFile:63)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:211)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:680)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:568)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 127531032 bytes (121 MB) / 380780544 bytes (363 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
AABB Pool Size: 1639 (91784 bytes; 0 MB) allocated, 1557 (87192 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.116.1028 Minecraft Forge 10.12.0.1028 18 mods loaded, 18 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.116.1028} [Forge Mod Loader] (forge-1.7.2-10.12.0.1028.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.0.1028} [Minecraft Forge] (forge-1.7.2-10.12.0.1028.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
backpackrenderer{1.7.2} [Backpack Renderer] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TooManyItems{1.7.2} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.3(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.3(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.1.0} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TreeCapitator{1.7.2.r01} [TreeCapitator] ([1.7.2]TreeCapitator-universal-1.7.2.r01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bcmod{1.7.2 - 2.4.2} [BCMod (Brad16840.Common mod)] (bcmod 1.7.2 - 2.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
backpacks16840{1.7.2 - 2.4.1} [Backpacks!] (backpacks 1.7.2 - 2.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
backpackloader{1.7.2} [Backpack Auto-Loader] (backpackloader 1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.6.3} [BiblioCraft] (BiblioCraft[1.6.3][MC1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiomesOPlenty{2.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.2-2.0.0.726-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CustomSpawner{3.2.0.dev.R1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.2.0-DEV-R1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
customnpcs{1.7.2} [CustomNpcs] (CustomNPCs_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoCreatures{6.2.0.dev.R1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.0-DEV-R1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{2.0.3} [The Twilight Forest] (twilightforest-1.7.2-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 193 (10808 bytes; 0 MB) allocated, 179 (10024 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Horsecrazy006'/1754, l='backpack mod', x=472.65, y=4.00, z=-875.33]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Delete the Backpack Auto-Loader add-on, auto-loading was integrated into backpacks 2.4 and the add-on interferes with it.
It says 'shutting down internal server', followed by 'a fatal error has occured, this connection is terminated'. There's no actual crashlog, but I got this from my FML-client-Latest
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[MessageToMessageDecoder.class:?]
at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:71) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197) [ef.class:?]
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) [biy.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1541) [azd.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:916) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
Caused by: java.lang.NullPointerException
at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:214) ~[abp.class:?]
at brad16840.common.gui.BlockSelector$2.addItem(BlockSelector.java:175) ~[BlockSelector$2.class:?]
at brad16840.common.gui.BlockSelector$2.scanRecipes(BlockSelector.java:197) ~[BlockSelector$2.class:?]
at brad16840.common.gui.BlockSelector$2.addItems(BlockSelector.java:229) ~[BlockSelector$2.class:?]
at brad16840.common.gui.BlockSelector.(BlockSelector.java:245) ~[BlockSelector.class:?]
at brad16840.backpacks.Backpacks$1.load(Backpacks.java:231) ~[Backpacks$1.class:?]
at brad16840.backpacks.Backpacks$1.loadEditor(Backpacks.java:246) ~[Backpacks$1.class:?]
at brad16840.common.PacketHandler$OpenEditorWindow.receive(PacketHandler.java:702) ~[PacketHandler$OpenEditorWindow.class:?]
at brad16840.common.MessageChannel.decode(MessageChannel.java:138) ~[MessageChannel.class:?]
at brad16840.common.MessageChannel.decode(MessageChannel.java:37) ~[MessageChannel.class:?]
at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) ~[MessageToMessageCodec$2.class:?]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[MessageToMessageDecoder.class:?]
... 18 more
[19:35:28] [Netty Client IO #0/INFO] [THAUMCRAFT/Thaumcraft]: Restoring client configs.
It seems like there should be more, but I can't find it. Any ideas?
I've updated BCMod to 2.4.3, it should fix that problem.
For some reason the log ppappila posted was missing an important part of the error message so I didn't know why it was crashing.
ProjectRed crash:
Description: Rendering screen
java.lang.NullPointerException
at mrtjp.projectred.core.ItemPart.func_77667_c(Unknown Source)
at net.minecraft.item.Item.func_77657_g(Item.java:469)
at net.minecraft.item.Item.func_77628_j(Item.java:616)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:559)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:631)
at brad16840.common.ContainerStackGui.func_74184_a(ContainerStackGui.java:481)
at brad16840.common.ContainerStackGui.func_73863_a(ContainerStackGui.java:403)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1036)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
GalactiCraft crash:
Description: Rendering screen
java.lang.ArrayIndexOutOfBoundsException: 32767
at micdoodle8.mods.galacticraft.core.items.GCCoreItemBasic.func_77667_c(GCCoreItemBasic.java:78)
at net.minecraft.item.Item.func_77657_g(Item.java:469)
at net.minecraft.item.Item.func_77628_j(Item.java:616)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:559)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:631)
at brad16840.common.ContainerStackGui.func_74184_a(ContainerStackGui.java:481)
at brad16840.common.ContainerStackGui.func_73863_a(ContainerStackGui.java:403)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1036)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Both crashes should've been fixed in BCMod 2.4.3.
The reason you couldn't add items from ProjectRed (and many other mods) is because the collect/resupply system uses 1.7.2 ids ('minecraft:dirt' rather than '3') and those items aren't 1.7.2 compatible.
I've just updated BCMod and Backpacks to version 2.4.4.
This update adds support for 1.7.2 incompatible items and has a redesigned collect/resupply interface which will hopefully reduce confusion.
edit: AND I missed it in the forums, and after rereading the post in the pose itself lol i have to set it to output what i want the hopper to take out...Thanks again froa great mod
I'll add an option to disable the chest interfaces in the next version, but I'd consider that a bug in 'world guard' rather than my mod, I may have missed something but looking through its source code it only seems to prevent players from right-clicking on protected chests and would be bypassed by any mod that can access chests (like the crafting station from Tinkers' Construct).
If by "link" you mean have multiple backpacks share the same inventory then you can already do that, place a backpack by shift+right-clicking the side of a block and you can duplicate it by right-clicking on it with an eye of ender, or for an additional 9 gold ingots you could craft a 'Backpack Restorer' and restore/copy any backpack you 'own'.
That doesn't occur for me, so I can't help unless you post the error message (if it doesn't generate a crash report you should be able to find the error message in your log).
Here are the key changes
Backpacks can now be opened with right-click from almost any GUI, making backpacks drastically more accessible.
NEI keybindings can now be used from my GUIs.
Stopped 'Auto-Load from inventory or chest' targeting items on your hotbar
BCMod's recipe editor can now edit smelting/furnace recipes and will save edited recipes per-world rather than per-profile/server
BCMod now allows players playing in single player survival to use the recipe editor and Balanced Exchange's MPB editor
BCMod will now default to showing all sub-types in its item/block list rather than grouping items/blocks by id, this should make it easier to find specific sub types and will be more familiar for anybody familiar with NEI or the creative inventory
The 'Survival Inventory' tab for the collect/resupply interface will now include items inside the backpack
BCMod can now be used (by opped players) to create incredibly powerful custom items, like swords that inflict wither, armor that gives buffs, armor that protects against fall/drown/void damage, jetpacks, teleporters, harnesses that let you ride spiders or many other possibilities. Documentation on it can be found here
Added an option to BCMod's config file to disable opening crafting tables from your inventory (because that could be considered overpowered) and another option to prevent BCMod opening its interfaces when you right-click chests with a backpack in hand (as doing so seems to bypass World Guard's protection system).
To make backpacks openable from any GUI BCMod has become a core mod and to ensure the small patch it adds to the vanilla GUI system doesn't get overwritten by NEI its filename now starts with 'zz-'.
Due to complications with core mods in 1.6.4 the 'core' part of BCMod 1.6.4 - 2.5 must be packaged individually so is available as "BCMod 1.6.4 - GUI patch".
Will post log asap