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

got unknown udp packet type #22

Open
tnan opened this issue Oct 17, 2018 · 7 comments
Open

got unknown udp packet type #22

tnan opened this issue Oct 17, 2018 · 7 comments

Comments

@tnan
Copy link

tnan commented Oct 17, 2018

Anyone please help me with this problem, I setup everything following the instruction, but when I create host I got "pvpgn log"

`Oct 17 02:06:56 [debug] _client_startgame4: [21] got startgame4 status for game "Game #1" is 0x00000010 (gametype=0x2001 option=0x0049, flag=0x0000)

Oct 17 02:06:57 [debug] handle_udp_packet: [19] got unknown udp packet type 0x6c30f7, len 108 from xxx.xxx.xxx.xxx:41226
`

@kirill-782
Copy link
Contributor

Only 4 packets are sent to GHost, which are sent via UDP, and all of them are sent to the LAN. Perhaps this unknown package sends Warcraft III.

Oct 17 02:06:56 [debug] _client_startgame4: [21] got startgame4 status for game "Game #1" is 0x00000010 (gametype=0x2001 option=0x0049, flag=0x0000)

Indicates that the game creation package came. And apparently processed successfully

@tnan
Copy link
Author

tnan commented Oct 17, 2018

Can you help me to fix this? When I use !pub to create a game, the bot is disconnected from server, too!!

@kirill-782
Copy link
Contributor

Can u give log?

@tnan
Copy link
Author

tnan commented Oct 18, 2018

bnetd.log
putty.log
ghost.cfg.txt
bnetd.conf.txt
I have upload all my file, please take a look and help me solve this problem!
I can give you full access of my VPS server if necessary.

@tnan
Copy link
Author

tnan commented Oct 24, 2018

Can u give log?

I did upload log, could you please help me?

@mgrybyk
Copy link

mgrybyk commented Mar 29, 2020

@tnan have you managed to resolve the issue somehow?

I see

_client_startgame4: [21] got startgame4 status for game "ggg" is 0x00000010 (gametype=0x2001 option=0x0049, flag=0x0000)

but the is no game_create event

Mar 29 13:36:31 [info ] game_create: game "user" (pass "") type 1(UNKNOWN) startver 4 created

@mgrybyk
Copy link

mgrybyk commented Mar 29, 2020

nevermind, fixed it by reverting to 976c8bf commit

there were also some issues with spoof check so that commands like !start weren't working, so I removed that check.
https://github.com/mgrybyk/ghostpp

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

3 participants