Page 1 of 4

PCs gone

Posted: Thu Nov 08, 2012 4:51 pm
by msulli1355
I posted a question earlier about POL-3313, but I got past that by wiping and reinitializing my database and restarting my servers (and then re-creating my account on Darkstar). I created a Michael character. The character creation process seemed to complete successfully. When DS went to load the Michael character into the game, the screen said Dowloading Data... and my opening city zone never loaded. When it dumped me back at the lobby server, my Select Character button was grayed out. Michael was gone. Yet, when I look at the database, I see him:

mysql> select * from chars;
+--------+-------+----------+--------+----------+--------------+---------+-------+-------+-------+----------+-----------+----------+--------+--------+--------+--------+----------+--------+----------+--------+--------+-------+----------+
| charid | accid | charname | nation | pos_zone | pos_prevzone | pos_rot | pos_x | pos_y | pos_z | boundary | home_zone | home_rot | home_x | home_y | home_z | merits | missions | quests | keyitems | spells | titles | zones | playtime |
+--------+-------+----------+--------+----------+--------------+---------+-------+-------+-------+----------+-----------+----------+--------+--------+--------+--------+----------+--------+----------+--------+--------+-------+----------+
| 21828 | 1000 | Michael | 1 | 235 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | NULL | NULL | NULL | NULL | NULL | NULL | NULL | 0 |
+--------+-------+----------+--------+----------+--------------+---------+-------+-------+-------+----------+-----------+----------+--------+--------+--------+--------+----------+--------+----------+--------+--------+-------+----------+
1 row in set (0.00 sec)

mysql>

How do I get DS to let me use the Michael character?

Re: PCs gone

Posted: Mon Nov 12, 2012 1:08 pm
by bluekirby0
The lobby server sometimes hiccups. I would suggest logging all the way out of the game any time you have connection problems, particularly if you dual-box at all. If you go back in now do you still have the same issue?

I would also suggest checking your database settings in the config file and make sure they are all right (and match each other).

Re: PCs gone

Posted: Wed Nov 14, 2012 2:53 pm
by msulli1355
I deleted all my dsp files, re-downloaded them again, went through the entire process at http://forums.dspt.info/viewtopic.php?f=11&t=38, resourced my sql files, updated my zoneip, restarted the servers. Exact same problem. I outputed from dsconnect to a log file. Is this normal?:

michael@carter /home/work/dsp $ cat dsconnect.log
[Status] Memory manager initialised: log/DSP.leaks
[Info] DarkStar - onetimexi - SVN Revision: Unknown.
[14/Nov 13:41][Info] Console Silent Setting: 0
[14/Nov 13:41][Status] The login-server-auth is ready (Server is listening on the port 54231).

[14/Nov 13:41][Status] The login-server-lobbydata is ready (Server is listening on the port 54230).

[14/Nov 13:41][Status] The login-server-lobbyview is ready (Server is listening on the port 54001).

[14/Nov 13:41][Status] The login-server is ready to work...
[14/Nov 13:43][Info] login_parse:<msulli1355> was connected
[14/Nov 13:43][Debug] lobbyview_parse:Incoming Packet:<26> from ip:<192.168.2.101>
[14/Nov 13:43][Debug] lobbyview_parse:Incoming Packet:<1f> from ip:<192.168.2.101>
[14/Nov 13:43][Debug] lobbydata_parse:Incoming Packet:<a1> from ip:<192.168.2.101>
[14/Nov 13:43][Debug] lobbyview_parse:Incoming Packet:<24> from ip:<192.168.2.101>
[14/Nov 13:43][Info] lobbyview_parse: msulli1355 shutdown the socket
[14/Nov 13:43][Info] lobbydata_parse: msulli1355 shutdown the socket
[14/Nov 13:43][Info] lobbydata_parse: msulli1355's login_session_data is deleted

Re: PCs gone

Posted: Wed Nov 14, 2012 2:56 pm
by msulli1355
I'm SUPPOSED to have a character on this account called Michael (he's in the db):

Re: PCs gone

Posted: Wed Nov 14, 2012 2:57 pm
by msulli1355
mysql> select * from accounts;
+------+------------+-------------------------------------------+---------------------+---------------------+-------------+--------+------+
| id | login | password | timecreate | timelastmodify | content_ids | status | priv |
+------+------------+-------------------------------------------+---------------------+---------------------+-------------+--------+------+
| 1000 | msulli1355 | *8D2F5ED8884E08627FA36DB7BAB4E6E113336859 | 2012-11-14 13:28:29 | 2012-11-14 13:43:10 | 16 | 1 | 1 |
+------+------------+-------------------------------------------+---------------------+---------------------+-------------+--------+------+
1 row in set (0.00 sec)

mysql>

Re: PCs gone

Posted: Wed Nov 14, 2012 2:57 pm
by msulli1355
mysql> select * from chars;
+--------+-------+----------+--------+----------+--------------+---------+-------+-------+-------+----------+-----------+----------+--------+--------+--------+--------+----------+--------+----------+--------+--------+-------+----------+
| charid | accid | charname | nation | pos_zone | pos_prevzone | pos_rot | pos_x | pos_y | pos_z | boundary | home_zone | home_rot | home_x | home_y | home_z | merits | missions | quests | keyitems | spells | titles | zones | playtime |
+--------+-------+----------+--------+----------+--------------+---------+-------+-------+-------+----------+-----------+----------+--------+--------+--------+--------+----------+--------+----------+--------+--------+-------+----------+
| 21828 | 1000 | Michael | 1 | 235 | 0 | 0 | 0.000 | 0.000 | 0.000 | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 | NULL | NULL | NULL | NULL | NULL | NULL | NULL | 0 |
+--------+-------+----------+--------+----------+--------------+---------+-------+-------+-------+----------+-----------+----------+--------+--------+--------+--------+----------+--------+----------+--------+--------+-------+----------+
1 row in set (0.00 sec)

mysql>

Re: PCs gone

Posted: Wed Nov 14, 2012 2:58 pm
by msulli1355
The IP address is 192.168.2.2 - that translates into a zoneip of 0033728704. Did I do that math correctly? Is it confusing enough? All the config files have 192.168.2.2.

Re: PCs gone

Posted: Wed Nov 14, 2012 7:28 pm
by whasf
You should be able to get as far as to be handed off to the game server no matter what you have your zoneIP set to. If you're not getting that far then there is something else going on

Re: PCs gone

Posted: Wed Nov 14, 2012 8:06 pm
by msulli1355
All I know is that the problem is not on my end. The fact that there hasn't been an update to the code posted in several days makes me hope that somebody is working on this problem.

Re: PCs gone

Posted: Fri Nov 16, 2012 1:23 pm
by whasf
You're running this on Linux? Are there any patches you need to apply for the lobby server?