View Single Post
  #20  
Old 07-29-2005, 08:05 AM
morepo
Fire Beetle
 
Join Date: Jul 2005
Posts: 8
Default Minilogin for 0.6.2??

Hi all, I am pretty new for this forum and

I just made success to build 0.6.2-DR0 on NetBSD with some platform specific modifications, and also made DB thingies setup done with information from this forums. (Thanks a lot guys B)

Now I have a world server and zone servers running on my NetBSD box, but I can't login into the world server with Minilogin 0.6.1 downloaded from sourceforge project page.

Are there plans to update the Minilogin to 0.6.2 (with the latest opcodes.conf)?

Or is it possible to login with 0.6.2-DR0 server with 0.6.1 Minilogin using the latest opcodes.conf?

Anyway I put some debug print in world/client.cpp to check what the Minilogin server send to the world server with OP_SendLoginInfo (w/ opcodes.conf included in 0.6.1 Minilogin.) And its show:

1. strncpy(name, (char*)li->login_info,1 and name is '1'.
2. strncpy(password, (char*)&(li->login_info[strlen(name)+1]), 15) and password is just a garbage, barely NUL terminated fortunately

When I tried to use the latest opcodes.conf with 0.6.1 Minilogin, the world server wasn't respond.

Hope this might help someone

P.S.
If someone trying to run 0.6.2-DR0 or older version of EQemu on NetBSD, you might do followings:

1. Increase SYSV maximum shared memory size with kernel config by:
options SHMMAXPGS=16384

2. If you are using perl-5.8.1 compiled on older NetBSD (like 1.6), zone servers embeded perl dumps core. Update it to perl-5.8.6nb4, the latest pkgsrc.