View Single Post
  #1  
Old 06-11-2017, 11:57 PM
SoltanHeatwave
Hill Giant
 
Join Date: Nov 2013
Location: Eastern US
Posts: 110
Default Error Handle_NewLSInfo erro, remote address was null

I get this error when starting my server using the new repack installation files, I am also using a private login server. In the Login server window I get a ERROR Handle_NewLSIngo error, remote address was null, defaulting to stream address my.add.res.s, (it has my actual ip address). Here is a copy of my Login.in file

[database]
host = 127.0.0.1
port = 3306
db = peq
user = root
password = eqemu
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.x.x. (the numbers are listed)
auto_create_accounts = TRUE

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = loginserver_server_accounts
world_registration_table = loginserver_world_server_registration
world_admin_registration_table = loginserver_server_admin_registration
world_server_type_table = loginserver_server_list_type


and my EQEmu_config.xml file

<?xml version="1.0">
<server>
<world>
<shortname>Borrin</shortname>
<longname>Borrin Thunderface</longname>


<!--loginserver1>
<legacy>1</legacy>
<host>login.eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver1-->
<loginserver1>
<host>192.myaddress</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver1>



<tcp ip="127.0.0.1" port="9001"/>
<telnet ip="0.0.0.0" port="9000" enabled="true"/>

<key>Z6KoOLN99iR2xIxi5VY8m2GMX0sFAc0</key>

<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<chatserver>
<host>192.x.x.x</host>
<port>7500</port>
</chatserver>

<mailserver>
<host>192.x.x.x</host>
<port>7500</port>
</mailserver>

<zones>
<defaultstatus>0</defaultstatus>

<ports low="7000" high="7400"/>
</zones>

<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</database>

<qsdatabase>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</qsdatabase>

<webinterface>
<port>9081</port>
</webinterface>

<launcher>
</launcher>

<files>
</files>
<directories>
</directories>
</server>

I did a search and the search stated that not matches found for: Error Handle_NewLSInfo erro, remote address was null and for a few variations that I tried.

The thing is that when I login and get to the game I get a message that the chat servers are down and when I try to type anything in ooc or any of the other channels I get a message " You are not authorized to use this channel"
Reply With Quote