Many of you may / may not be aware of this bug that happens when players press E to open inventory causing their client to crash completely.
I am trying to setup a hub server so my players can connect to it on their FTB client .. then go in their appropriate portal to their modpack...(like a normal hub but for modded minecraft) I know that spigot does not check for mod matchups like forge does... So the problem is this.. Any FTB user can connect to my hub just fine(vanilla 1.7.10) they can move around.. open chests.. hit blocks.. jump... they cannot however open their inventory.. if they attempt to do so it will result in a crash caused by knapsack's with ticon... I've tested with multiple ftb packs that use ticon.. tested with a plain forge with only ticon installed and confirmed that it is indeed this causing the crash... So my question is.. how can i work around this? or how can i create a different sort of hub that works? There are several servers that have working hubs with portals to different modpacks that do not have this error.,.. I've been searching everywhere for an answer and came up with nothing.. Is there anyone that can help me please?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
tconstruct.client.tabs.InventoryTabKnapsack.shouldAddToList(InventoryTabKnapsack.java:23)
Many of you may / may not be aware of this bug that happens when players press E to open inventory causing their client to crash completely.
I am trying to setup a hub server so my players can connect to it on their FTB client .. then go in their appropriate portal to their modpack...(like a normal hub but for modded minecraft) I know that spigot does not check for mod matchups like forge does... So the problem is this.. Any FTB user can connect to my hub just fine(vanilla 1.7.10) they can move around.. open chests.. hit blocks.. jump... they cannot however open their inventory.. if they attempt to do so it will result in a crash caused by knapsack's with ticon... I've tested with multiple ftb packs that use ticon.. tested with a plain forge with only ticon installed and confirmed that it is indeed this causing the crash... So my question is.. how can i work around this? or how can i create a different sort of hub that works? There are several servers that have working hubs with portals to different modpacks that do not have this error.,.. I've been searching everywhere for an answer and came up with nothing.. Is there anyone that can help me please?