Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
undefined packet sphere 56b and 56c exploding.
Author Message
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #1
undefined packet sphere 56b and 56c exploding.
Hi sphere 56b and 56c account name: test - password: test - account login. don't char inside the login account. undefined packet is being sent sphere. sphere 56b and 56c ecploding. How can we fix this problem?

Code:
23:27:WARNING:1a2:Unknown game packet (0xff) received.
23:27:WARNING:1a2:Unknown game packet (0xff) received.

Another error,

Code:
11:39:WARNING:26:Unknown game packet (0x2e) received.
11:39:WARNING:26:Unknown game packet (0xaa) received.
11:39:WARNING:26:Unknown game packet (0x9d) received.
11:39:WARNING:26:Unknown game packet (0x79) received.
11:39:WARNING:26:Unknown game packet (0x78) received.
11:39:WARNING:26:Unknown game packet (0x4d) received.
11:39:WARNING:26:Unknown game packet (0xf3) received.
11:39:WARNING:26:Unknown game packet (0xe3) received.
11:39:WARNING:26:Unknown game packet (0xf5) received.
11:40:WARNING:26:Unknown game packet (0xa2) received.
11:40:WARNING:26:Unknown game packet (0x7b) received.
11:40:WARNING:26:Unknown game packet (0x58) received.
11:40:WARNING:26:Unknown game packet (0x4) received.
11:40:WARNING:26:Unknown game packet (0x46) received.

I'm waiting for your help.

[Image: banner.png]
(This post was last modified: 01-24-2017 01:32 AM by G-Defender.)
01-24-2017 01:32 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
zottolo
Journeyman
*

Posts: 87
Likes Given: 8
Likes Received: 12 in 11 posts
Joined: Dec 2015
Reputation: 0



Post: #2
RE: undefined packet sphere 56b and 56c exploding.
same thing happened to me a couple of weeks ago and solved disabling PacketDeathAnimation in sphere.ini but that was happening when i was killed so at least your character is dead the cause can be a different function requesting different and unexisting packets...
(This post was last modified: 01-24-2017 01:56 AM by zottolo.)
01-24-2017 01:50 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes zottolo's post
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #3
RE: undefined packet sphere 56b and 56c exploding.
(01-24-2017 01:50 AM)zottolo Wrote:  same thing happened to me a couple of weeks ago and solved disabling PacketDeathAnimation in sphere.ini but that was happening when i was killed so at least your character is dead the cause can be a different function requesting different and unexisting packets...

@PacketDeathAnimation in sphere.ini.

You should share the change that you made?

[Image: banner.png]
01-24-2017 01:56 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Leonidas
Master
**

Posts: 277
Likes Given: 3
Likes Received: 13 in 12 posts
Joined: May 2013
Reputation: 1



Post: #4
RE: undefined packet sphere 56b and 56c exploding.
This has happened to me as well, and im pretty sure i did the same thing to fix my problem. Are you using any kind of death menu?
01-24-2017 02:58 AM
Find all posts by this user Like Post Quote this message in a reply
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #5
RE: undefined packet sphere 56b and 56c exploding.
not death menu.

[Image: banner.png]
01-24-2017 03:10 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #6
RE: undefined packet sphere 56b and 56c exploding.
sounds strange, because all these packets doesn't exist or are packets that the server can only send to clients instead receive from clients
http://docs.polserver.com/packets/

just to make sure that the problem is the PacketDeathAnimation setting on sphere.ini, try testing these functions to emulate a copy of this packet, to check what function works and what function is broken. At this moment, sphere source is using the example 1 above, but depending on the result I can change the internal packet to 2 or 3 if these others functions works better
Code:
[FUNCTION Test1]
SENDPACKET 02c 00
SENDPACKET 02c 02

[FUNCTION Test2]
SENDPACKET 02c 00

[FUNCTION Test3]
SENDPACKET 02c 02
01-24-2017 03:44 AM
Find all posts by this user Like Post Quote this message in a reply
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #7
RE: undefined packet sphere 56b and 56c exploding.
(01-24-2017 03:44 AM)Coruja Wrote:  sounds strange, because all these packets doesn't exist or are packets that the server can only send to clients instead receive from clients
http://docs.polserver.com/packets/

just to make sure that the problem is the PacketDeathAnimation setting on sphere.ini, try testing these functions to emulate a copy of this packet, to check what function works and what function is broken. At this moment, sphere source is using the example 1 above, but depending on the result I can change the internal packet to 2 or 3 if these others functions works better
Code:
[FUNCTION Test1]
SENDPACKET 02c 00
SENDPACKET 02c 02

[FUNCTION Test2]
SENDPACKET 02c 00

[FUNCTION Test3]
SENDPACKET 02c 02

@Coruja
account login. don't char inside the login account. Sphere 56b and 56c exploding. won't play ball. don't char. sendpacket is sending account_connect hacker.

[Image: banner.png]
(This post was last modified: 01-24-2017 03:55 AM by G-Defender.)
01-24-2017 03:53 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
zottolo
Journeyman
*

Posts: 87
Likes Given: 8
Likes Received: 12 in 11 posts
Joined: Dec 2015
Reputation: 0



Post: #8
RE: undefined packet sphere 56b and 56c exploding.
(01-24-2017 01:56 AM)G-Defender Wrote:  
(01-24-2017 01:50 AM)zottolo Wrote:  same thing happened to me a couple of weeks ago and solved disabling PacketDeathAnimation in sphere.ini but that was happening when i was killed so at least your character is dead the cause can be a different function requesting different and unexisting packets...

@PacketDeathAnimation in sphere.ini.

You should share the change that you made?

i just set PacketDeathAnimation=0 in sphere.ini that's it.

the error comes from an old and no more present death menu in newer clients. so just try to switch off PacketDeathAnimation it is a one minute check. Remember you need to resync after that.
01-24-2017 05:32 PM
Find all posts by this user Like Post Quote this message in a reply
aserehe
Apprentice
*

Posts: 22
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: May 2015
Reputation: 0



Post: #9
RE: undefined packet sphere 56b and 56c exploding.
Is there a solution to this problem?
02-09-2017 08:47 AM
Find all posts by this user Like Post Quote this message in a reply
zottolo
Journeyman
*

Posts: 87
Likes Given: 8
Likes Received: 12 in 11 posts
Joined: Dec 2015
Reputation: 0



Post: #10
RE: undefined packet sphere 56b and 56c exploding.
(01-24-2017 05:32 PM)zottolo Wrote:  i just set PacketDeathAnimation=0 in sphere.ini that's it.
did you tried this already?
02-09-2017 03:57 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)