Client Cannot REceive Packet or Key is Invalid

Post Reply
n00bgames
Posts: 52
Joined: Tue Dec 24, 2013 12:29 pm

Client Cannot REceive Packet or Key is Invalid

Post by n00bgames » Tue Dec 24, 2013 9:50 pm

Getting this error message, new server setup, anyone know a fix? I can't load into game.

Code: Select all

[20:46:32][1;36m[Debug][0m [1;36m[Lua] Garbage Collected. Current State Top: 0
[0m[20:48:01][1;33m[Warning][0m luautils::GetNPCByID NPC doesn't exist (17195599)
[20:48:20][1;37m[Info][0m [1;37mmapsession[0m:[1;37m192.168.1.1[0m:[1;37m54090[0m is coming to world...
[20:48:20][1;37m[Info][0m parse: 00A | 0001 0000 2E from user: Steihl
[20:48:20][1;36m[Debug][0m [1;36mCZone:: Southern_San_dOria IncreaseZoneCounter <1> Steihl 
[0m[20:48:22][1;37m[Info][0m parse: 00A | 0002 0000 2E from user: Steihl
[20:48:22][1;33m[Warning][0m [1;33mClient cannot receive packet or key is invalid: Steihl
[0m[20:48:24][1;37m[Info][0m parse: 00A | 0003 0000 2E from user: Steihl
[20:48:24][1;33m[Warning][0m [1;33mClient cannot receive packet or key is invalid: Steihl
[0m[20:48:26][1;37m[Info][0m parse: 00A | 0004 0000 2E from user: Steihl
[20:48:26][1;33m[Warning][0m [1;33mClient cannot receive packet or key is invalid: Steihl
[0m[20:48:28][1;37m[Info][0m parse: 00A | 0005 0000 2E from user: Steihl
[20:48:28][1;33m[Warning][0m [1;33mClient cannot receive packet or key is invalid: Steihl
[0m[20:48:30][1;37m[Info][0m parse: 00A | 0006 0000 2E from user: Steihl
[20:48:30][1;33m[Warning][0m [1;33mClient cannot receive packet or key is invalid: Steihl
[0m[20:48:32][1;37m[Info][0m parse: 00A | 0007 0000 2E from user: Steihl
[20:48:32][1;33m[Warning][0m [1;33mClient cannot receive packet or key is invalid: Steihl
[0m[20:48:34][1;37m[Info][0m parse: 00A | 0008 0000 2E from user: Steihl
[20:48:34][1;33m[Warning][0m [1;33mClient cannot receive packet or key is invalid: Steihl
[0m[20:48:36][1;37m[Info][0m parse: 00A | 0009 0000 2E from user: Steihl
[20:48:36][1;33m[Warning][0m [1;33mClient cannot receive packet or key is invalid: Steihl
[0m[20:48:38][1;37m[Info][0m parse: 00A | 000A 0000 2E from user: Steihl
[20:48:38][1;33m[Warning][0m [1;33mClient cannot receive packet or key is invalid: Steihl
[0m[20:48:40][1;37m[Info][0m parse: 00A | 000B 0000 2E from user: Steihl
[20:48:40][1;33m[Warning][0m [1;33mClient cannot receive packet or key is invalid: Steihl
[0m[20:48:42][1;37m[Info][0m parse: 00A | 000C 0000 2E from user: Steihl
[20:48:42][1;33m[Warning][0m [1;33mClient cannot receive packet or key is invalid: Steihl
[0m[20:48:44][1;37m[Info][0m parse: 00A | 000D 0000 2E from user: Steihl
[20:48:44][1;33m[Warning][0m [1;33mClient cannot receive packet or key is invalid: Steihl

n00bgames
Posts: 52
Joined: Tue Dec 24, 2013 12:29 pm

Re: Client Cannot REceive Packet or Key is Invalid

Post by n00bgames » Tue Dec 24, 2013 9:52 pm

Oddly enough I get that randomy and then it lets me in so not sure.

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: Client Cannot REceive Packet or Key is Invalid

Post by atom0s » Tue Dec 24, 2013 9:58 pm

It's a known issue thats been in DSP for a while now. Just keep logging in after your session times out etc. And sooner or later usually after the 3rd try you can get in.

n00bgames
Posts: 52
Joined: Tue Dec 24, 2013 12:29 pm

Re: Client Cannot REceive Packet or Key is Invalid

Post by n00bgames » Tue Dec 24, 2013 9:59 pm

Thank you! Would anyone happen to know how to make your characters a GM? I've tried the guide from the wiki but my current database lacks the table it talks about doesn't contain the field it mentions.

n00bgames
Posts: 52
Joined: Tue Dec 24, 2013 12:29 pm

Re: Client Cannot REceive Packet or Key is Invalid

Post by n00bgames » Tue Dec 24, 2013 10:02 pm

And again leaping to conclusions because the query if run manually appears to have worked, let me test it.

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: Client Cannot REceive Packet or Key is Invalid

Post by atom0s » Tue Dec 24, 2013 10:02 pm

Inside the 'char's table is the newer column 'gmlevel'.
Set that to the level of GM you want someone to be.

It's explained here:
https://wiki.dspt.info/index.php/Make_My_Character_a_GM

n00bgames
Posts: 52
Joined: Tue Dec 24, 2013 12:29 pm

Re: Client Cannot REceive Packet or Key is Invalid

Post by n00bgames » Tue Dec 24, 2013 10:18 pm

Found it all, thank you very much! Now to find a friend to test and see if it's publicly accessible. =)

Post Reply