Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Invalid Client" causes crash #19

Closed
XFuryMCPE opened this issue Jun 30, 2016 · 2 comments
Closed

"Invalid Client" causes crash #19

XFuryMCPE opened this issue Jun 30, 2016 · 2 comments

Comments

@XFuryMCPE
Copy link
Contributor

[22:18:45] [Server thread/NOTICE]: Received Heartbeat Packet from 127.0.0.1:37290 |
[22:18:45] [Server thread/NOTICE]: Received Heartbeat Packet from 127.0.0.1:37269 |
[22:18:45] [Server thread/NOTICE]: Received Heartbeat Packet from 127.0.0.1:37289 |
[22:18:45] [Server thread/CRITICAL]: Exception: "Invalid Client" (EXCEPTION) in "/src/syna|
pse/network/SynapseInterface" at line 114 |
[22:18:45] [Server thread/DEBUG]: #0 /src/synapse/Server(517): synapse\network\SynapseInte|
rface->process(boolean) |
[22:18:45] [Server thread/DEBUG]: #1 /src/synapse/Server(341): synapse\Server->tick(boolea|
n) |
[22:18:45] [Server thread/DEBUG]: #2 /src/synapse/Server(325): synapse\Server->tickProcess|
or(boolean) |
[22:18:45] [Server thread/DEBUG]: #3 /src/synapse/Server(221): synapse\Server->start(boole|
an) |
[22:18:45] [Server thread/DEBUG]: #4 /src/synapse/Synapse(388): synapse\Server->__construc|
t(synapse\CompatibleClassLoader object, synapse\utils\MainLogger object, string phar:///ho|
me/Network/Synapse/Synapse.phar/, string /home/Network/Synapse/, string /home/Network/Syna|
pse/plugins/) |
[22:18:45] [Server thread/DEBUG]: #5 (1): require_once(string phar:///home/Network/Synapse|
/Synapse.phar/src/synapse/Synapse.php) |
[22:18:45] [Server thread/INFO]: Stopping other threads |
[22:18:45] [Server thread/DEBUG]: Stopping CommandReader thread |
[22:18:45] [Server thread/DEBUG]: Stopping AsyncWorker thread |
[22:18:45] [Server thread/DEBUG]: Stopping AsyncWorker thread |
[22:18:45] [Server thread/DEBUG]: Stopping AsyncWorker thread |
[22:18:45] [Server thread/DEBUG]: Stopping AsyncWorker thread |
[22:18:45] [Server thread/DEBUG]: Stopping AsyncWorker thread |
[22:18:45] [Server thread/DEBUG]: Stopping AsyncWorker thread |
[22:18:45] [Server thread/DEBUG]: Stopping SynapseServer thread |
Server has stopped

Any idea why this happens? That's one of the only bugs I have

@PeratX
Copy link
Member

PeratX commented Jul 1, 2016

Wrong client hash or something wrong with plugins. This is because client has not been registered, but server has receive a packet from that client

@PeratX PeratX closed this as completed in 90ea4d3 Jul 1, 2016
@XFuryMCPE
Copy link
Contributor Author

Didn't fix it. Still crashes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants