| 
				  
 Ok so, I am totally stumped.
 Just had someone try and log in and same error.
 [01.30. - 11:31:51] [NET__IDENTIFY] Identified stream 165.166.61.123:64109 with signature SoD_world
 [01.30. - 11:31:51] [WORLD__CLIENT] Checking inbound connection 165.166.61.123 against BannedIPs table
 [01.30. - 11:31:51] [WORLD__CLIENT] Connection 165.166.61.123 PASSED banned IPs check.  Processing connection.
 [01.30. - 11:31:51] [WORLD__CLIENT] joycee: Logged in. Mode=(CharSel)
 [01.30. - 11:31:51] [WORLD__CLIENT] joycee: LS Account #122385
 [01.30. - 11:32:04] Unable to convert EQ opcode 0x5bad to an Application opcode.
 [01.30. - 11:32:04] [WORLD__CLIENT_ERR] joycee: Received unknown EQApplicationPacket
 [01.30. - 11:32:04] [WORLD__CLIENT_ERR] [OpCode OP_Unknown (0x5bad) Size=2056]
 [01.30. - 11:32:04] Unable to convert EQ opcode 0x5d24 to an Application opcode.
 [01.30. - 11:32:04] [WORLD__CLIENT_ERR] joycee: Received unknown EQApplicationPacket
 [01.30. - 11:32:04] [WORLD__CLIENT_ERR] [OpCode OP_Unknown (0x5d24) Size=2056]
 [01.30. - 11:33:19] [WORLD__CLIENT_ERR] joycee: Received unknown EQApplicationPacket
 [01.30. - 11:33:19] [WORLD__CLIENT_ERR] [OpCode OP_Unknown (0x0924) Size=1]
 [01.30. - 11:33:19] [WORLD__CLIENT_ERR] 0000: 30                      -                          | 0
 [01.30. - 11:33:27] Unable to convert EQ opcode 0x3401 to an Application opcode.
 [01.30. - 11:33:27] [WORLD__CLIENT_ERR] joycee: Received unknown EQApplicationPacket
 [01.30. - 11:33:27] [WORLD__CLIENT_ERR] [OpCode OP_Unknown (0x3401) Size=0]
 [01.30. - 11:33:28] [WORLD__CLIENT] joycee: Client disconnected (not active in process)
 
 Here is what my login.ini is-
 [database]
 host = localhost
 port = 3306
 db = peq
 user = root
 password = xxxxx
 subsystem = MySQL
 
 [options]
 unregistered_allowed = TRUE
 reject_duplicate_servers = FALSE
 trace = TRUE
 world_trace = FALSE
 dump_packets_in = FALSE
 dump_packets_out = FALSE
 listen_port = 5998
 local_network = 192.168.1.
 
 [security]
 plugin = EQEmuAuthCrypto
 mode = 5
 
 [Titanium]
 port = 5998
 opcodes = login_opcodes.conf
 
 [SoD]
 port = 5999
 opcodes = login_opcodes_sod.conf
 
 [schema]
 account_table = tblLoginServerAccounts
 world_registration_table = tblWorldServerRegistration
 world_admin_registration_table = tblServerAdminRegistration
 world_server_type_table = tblServerListType
 
 Here is my .XML
 
 <?xml version="1.0">
 <server>
 <world>
 <!-- Set the shortname to ONE word. The longname is what shows up on server list -->
 <shortname>eVe</shortname>
 <longname>*eVe* Visions of Venkar</longname>
 <!--<address>8.24.101.199</address>-->
 <!--<localaddress>8.24.101.199</localaddress>-->
 
 <!-- Loginserver information.  DO NOT EDIT -->
 <loginserver>
 <host>eqemulator.net</host>
 <port>5998</port>
 <account></account>
 <password></password>
 </loginserver>
 
 <!-- Server status.  Default is unlocked DO NOT EDIT RIGHT NOW -->
 <!--<locked/>-->
 <!-- <unlocked/> -->
 
 <!-- Sets the ip/port for the tcp connections.  DO NOT EDIT -->
 <tcp ip="localhost" port="9000" telnet="disable"/>
 
 <!-- Sets the shared key used by zone/launcher to connect to world -->
 <key>somelongrandomstring12345</key>
 
 <!-- Enable and set the port for the HTTP service.  Defaults are shown -->
 <http port="9080" enabled="false" mimefile="mime.types" />
 </world>
 
 <!-- Chatserver (channels) information.  DO NOT EDIT -->
 <chatserver>
 <host>channels.eqemulator.net</host>
 <port>7778</port>
 </chatserver>
 
 <!-- Mailserver (in-game mail) information.  DO NOT EDIT -->
 <mailserver>
 <host>channels.eqemulator.net</host>
 <port>7779</port>
 </mailserver>
 
 <zones>
 <!-- The defaultstatus is what status the new toons will have on your server -->
 <defaultstatus>0</defaultstatus>
 
 <!-- Sets port range for world to use to auto configure zones DO NOT EDIT RIGHT NOW-->
 <ports low="7000" high="7100"/>
 </zones>
 
 <!-- Set username to root and password is your MySQL password and db to peq -->
 <database>
 <host>localhost</host>
 <port>3306</port>
 <username>root</username>
 <password>***</password>
 <db>peq</db>
 </database>
 
 <!-- Launcher Configuration DO NOT EDIT-->
 <launcher>
 <!-- <logprefix>logs/zone-</logprefix> -->
 <!-- <logsuffix>.log</logsuffix> -->
 <!-- <exe>zone.exe</exe> -->
 <!-- <timers restart="10000" reterminate="10000"> -->
 </launcher>
 
 <!-- File locations.  DO NOT EDIT -->
 <files>
 <!-- <spells>spells_us.txt</spells> -->
 <!-- <opcodes>opcodes.conf</opcodes> -->
 <!-- <logsettings>log.ini</logsettings> -->
 <!-- <eqtime>eqtime.cfg</eqtime> -->
 </files>
 <!-- Directory locations.  DO NOT EDIT -->
 <directories>
 <!-- <maps>Maps</maps> -->
 <!-- <quests>quests</quests> -->
 <!-- <plugins>plugins</plugins> -->
 </directories>
 </server>
 
 Anyone have a clue?
 			 Last edited by trevius; 01-30-2012 at 01:55 PM..
 |