i have the voxelbox modpack installed and if i try to join the console says kicking user "STR_Warrior" for "Hacked Client"
and if i force update minecraft i can join.
and if i force update minecraft i can join.
[FIXED] can't join when you got mods installed
|
i have the voxelbox modpack installed and if i try to join the console says kicking user "STR_Warrior" for "Hacked Client"
and if i force update minecraft i can join.
02-25-2012, 05:35 AM
There are 2 places in the code that can kick you with that message:
1, Your client sends a different username in the login packet than in the handshake packet 2, Your client sends an unexpected packet before fully joining the game. A specific warning message is output to the console, "Invalid packet in state N: 0xAB from client XYZ". If it's the first case, tough luck, I don't think relaxing this test would be wise security-wise. If it's the second case, let me know the exact packet type (0xAB in the message) and the state number, I'll see if it can be made to work.
02-25-2012, 06:04 AM
(02-25-2012, 05:35 AM)xoft Wrote: There are 2 places in the code that can kick you with that message: this is the error
02-26-2012, 09:49 AM
It seems the modded client is sending chat messages before you're fully in the game. I've changed Rev 327 to ignore these, so you should be able to play now.
02-26-2012, 08:03 PM
|
« Next Oldest | Next Newest »
|