neuz crash no error

Status
Not open for further replies.
Joined
Oct 6, 2008
Messages
471
Reaction score
73
I'm abit baffled, I have my files running flawlessly on my local host but I transferred them to another pc and the server files run fine but when I run neuz on that pc I get d/c-ed after server selection

anyone know what may be the problem?
 
Well, getting d/c after server selection has to do with the IP addresses in AccountServer.ini
Might want to check them out.

Code:
TEST
AddTail( -1, 1, "Test", "127.0.0.1", 0, 1, 0 );
   AddTail( 1, 1, "Channel 1-1", "127.0.0.1", 0, 1, 600 );

DSN_NAME_LOGIN			"login"
DB_ADMIN_ID_LOGIN		"login"

DSN_NAME_LOG			"log01"
DB_ADMIN_ID_LOG			"log01"

MSG_VER				"20070712"

DB_PWD_LOGIN			"my pw"
DB_PWD_LOG			"my pw"

I'm running with local ip i don't see what could be wrong
 
nope I was testing the server on a new host as local I started neuz on the same pc and get the d/c after trying to connect to the channel


but I don't have this problem on my home pc, can you see why I'm confused?
 
Last edited:
Code:
GetDlgItem : nID=900 not Found.

there are 27 nID 900's but in my case it was trying to find

Code:
WIDC_ST_CHARCOUNT

because I added v17 character select it seems it works fine with the missing text if you have characters but if you have none it will crash just go to the line in resDATA.txt.txt and add %d and it no longer crashes with 0 chars
 
Status
Not open for further replies.
Back