View Single Post
  #1  
Old 02-11-2015, 03:20 AM
nopsled's Avatar
nopsled
Fire Beetle
 
Join Date: Feb 2015
Location: FL
Posts: 10
Unhappy Loginserver Blank :(

Hi I was wondering if anyone could help me figure this out. So close!
I went ahead and did a clean install and set up the server using the Public Login Server Guide on windows 32 bit (for the sake of simplicity)

Compiled everything INCL loginserver and followed it step by step. No compile errors. Sourced everything in my required folder sourced the login_table.sql
Everything went good.

Now... the issue is that my server is not showing up in the list when I log in the client.
(Eqhost is pointed to 127.0.0.1:5999)
(Also it says I have 0 out of 0 expansions; not sure if this is relevant)

Currently using most up to date from github.
peqbeta_2014-09-25-02-01
Quests: REV1827
Maps: REV49
Using Titanium Client patchme method.

-------------------------------------------------------------------
This is what my loginserver is now telling me:
-------------------------------------------------------------------
[Debug] [02.11.15 - 02:00:45] Logging System Init.
[Debug] [02.11.15 - 02:00:45] Config System Init.
[Debug] [02.11.15 - 02:00:45] MySQL Database Init.
[Debug] [02.11.15 - 02:00:45] Encryption Initialize.
[Debug] [02.11.15 - 02:00:45] Encryption Loaded Successfully.
[Debug] [02.11.15 - 02:00:45] Server Manager Initialize.
[Network] [02.11.15 - 02:00:45] ServerManager listening on port 5998
[Debug] [02.11.15 - 02:00:45] Client Manager Initialize.
[Network] [02.11.15 - 02:00:45] ClientManager listening on Titanium stream.
[Network] [02.11.15 - 02:00:45] ClientManager listening on SoD stream.
[Debug] [02.11.15 - 02:00:45] Server Started.
[Network] [02.11.15 - 02:00:48] New world server connection from 127.0.0.1:50000

[Network Error] [02.11.15 - 02:00:48] Handle_NewLSInfo error, remote address was
null, defaulting to stream address 127.0.0.1.
[World] [02.11.15 - 02:00:48] Server NopSledEQ(nops) successfully logged in.
[Network] [02.11.15 - 02:01:28] New SoD client connection from 127.0.0.1:57867
[Network] [02.11.15 - 02:01:28] Application packet received from client (size 14
)
[Network] [02.11.15 - 02:01:28] Session ready received from client.
[Network] [02.11.15 - 02:01:28] Application packet received from client (size 12
)
[Network] [02.11.15 - 02:01:28] Server list request received from client.
[Network] [02.11.15 - 02:01:39] Client disconnected from the server, removing cl
ient.
[Network] [02.11.15 - 02:05:30] New Titanium client connection from 127.0.0.1:58
727
[Network] [02.11.15 - 02:05:30] Application packet received from client (size 14
)
[Network] [02.11.15 - 02:05:30] Session ready received from client.
[Network] [02.11.15 - 02:05:52] Client disconnected from the server, removing cl
ient.
------------------------------------------------------------------
Also mentions it recieved my account login from client however the list is blank
-------------------------------------------------------------------



Here is my World:
------------------------------------------------------------------
[World Server] Loading server configuration..
[World Server] CURRENT_VERSION: 1.1.3
[World Server] Added loginserver 127.0.0.1:5998
[World Server] Connecting to MySQL...
[Status] Starting File Log 'logs/world_3932.log'
[World Server] HTTP world service disabled.
[World Server] Checking Database Conversions..
[MySQL Error] 1146: Table 'peq.vwbotcharactermobs' doesn't exist
SHOW CREATE VIEW `vwBotCharacterMobs`
[Upgrade Script] No script update necessary
Perl Version is 5.12.3
================================================== ==========
EQEmu: Automatic Upgrade Check
================================================== ==========
(Windows) MySQL is in system path
Path = C:\Program Files\MySQL\MySQL Server 5.1\bin/mysql
================================================== ==========
Binary Database Version: (9076)
Local Database Version: (9076)

Database up to Date: Continuing World Bootup...
================================================== ==========
[World Server] Loading variables..
[World Server] Loading zones..
[World Server] Clearing groups..
[World Server] Clearing raids..
[World Server] Loading items..
[World Server] Loading skill caps..
[World Server] Loading guilds..
[World Server] Loaded default rule set 'default'
[World Server] Loading EQ time of day..
[World Server] Loading launcher list..
[World Server] Reboot zone modes OFF
[World Server] Deleted 0 stale player corpses from database
[World Server] Loading adventures...
[World Server] Purging expired instances
[World Server] Loading char create info...
[World Server] Zone (TCP) listener started.
[World Server] Client (UDP) listener started.
[World Server] New TCP connection from 127.0.0.1:50001
[World Server] New TCP connection from 127.0.0.1:50004
[World Server] New TCP connection from 127.0.0.1:50005
[World Server] New TCP connection from 127.0.0.1:50007
[World Server] New TCP connection from 127.0.0.1:50009
[World Server] New TCP connection from 127.0.0.1:50011
[World Server] New TCP connection from 127.0.0.1:50013
[World Server] New TCP connection from 127.0.0.1:50015
And then it sits like this and says sleeping in eqlaunch
-----------------------------------------------------------------

Any Ideas?

Last edited by nopsled; 02-11-2015 at 03:23 AM.. Reason: Added DB info
Reply With Quote