friends can't connect ;;

Post Reply
darthjohnboy
Posts: 10
Joined: Thu Feb 12, 2015 6:24 pm

friends can't connect ;;

Post by darthjohnboy » Mon Feb 16, 2015 8:38 pm

Tried everything i can think of so thought I would ask here.

My friends can't connect to my game server at all. They get to downloading data after character creation but never connect to the server.

I have:
opened all relevant ports on my router
set the server pc in the DMZ
disabled all firewall software
refreshed my public IP address and assigned a DDNS
run everything as an admin
reset the characters using navicat in the database
reset the zone_ip entry to match my DDNS and public IP both with no luck

the game server gives me the error "cannot recieve packet or key is invalid" but it's only given me the error on one login attempt

can't figure this out, maybe i need to rebuild the entire thing?

oh and it also gave me an error "dspdb char_titles table does not exist" once but i can log in and play fine on my LAN pcs

any help or ideas would be appreciated

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: friends can't connect ;;

Post by kjLotus » Mon Feb 16, 2015 9:35 pm

game server displays no message on login: ip or routing is wrong
game server displays "cannot receive packet/key invalid": ip/routing is right, leave the settings on that and just keep trying

for char_titles, go run char_titles.sql (you probably missed it by accident)

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: friends can't connect ;;

Post by TeoTwawki » Tue Feb 17, 2015 3:02 am

There is no table named char_titles in the current trunk. The field for a players unlocked titles is in a blob in chars.sql, and the IDs are in a global lua.

Lobby references it here tho https://github.com/DarkstarProject/dark ... n.cpp#L106 dunno what thats about..

Has it been a long while since you updated your server?
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

darthjohnboy
Posts: 10
Joined: Thu Feb 12, 2015 6:24 pm

Re: friends can't connect ;;

Post by darthjohnboy » Tue Feb 17, 2015 6:21 pm

I just built this server on the weekend using whatever the available files were. First time doing this so i may have screwed something up.

Still getting the cannot receive packet/key is invalid error maybe i have done something wrong?
Going to keep trying and hopefully people will be able to connect

darthjohnboy
Posts: 10
Joined: Thu Feb 12, 2015 6:24 pm

Re: friends can't connect ;;

Post by darthjohnboy » Tue Feb 17, 2015 6:49 pm

ok just had my brother connect no problem now it's giving his ip the same error

fnx
Posts: 51
Joined: Tue Feb 10, 2015 11:26 pm

Re: friends can't connect ;;

Post by fnx » Mon Oct 31, 2016 10:50 am

Necro fix for necro post....

Had some longtime away users run into this problem today...
Ended up being and easy fix where you just have to log in with a second character (mule) and then log back in with you main.

Has worked 3 of 3 users so far.

Post Reply