Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::MiniLogin

Support::MiniLogin Support forum for problems with the official MiniLogin release.

Reply
 
Thread Tools Display Modes
  #16  
Old 04-22-2006, 05:59 AM
klinzhai
Sarnak
 
Join Date: Jan 2006
Posts: 78
Default

When you choose "Insert Record" you'll notice that you'll have one spreadsheet-esque row underneath the column names. Simply click on the 'name' field for that row and enter something in, then tab across to the password field and enter a password there (yes, this means that anyone that has access to your db can find out anyone's username/password), then enter an IP address in the minilogin_ip field, etc...

Edit: Apparently the sleeping thing isn't the problem :( Well, at least I probably only have 1 more problem left.

Last edited by klinzhai; 04-22-2006 at 02:09 PM..
Reply With Quote
  #17  
Old 04-22-2006, 06:12 AM
Kirgothi
Sarnak
 
Join Date: Apr 2006
Posts: 59
Default

argh, when I click on "insert record" the areas you are talking about where you can enter data do not appear. The button just turns gray.

Let me try reinstalling mysqlcc.
Reply With Quote
  #18  
Old 04-22-2006, 06:18 AM
klinzhai
Sarnak
 
Join Date: Jan 2006
Posts: 78
Default

Yeah, that sounds a little weird... but you should still be able to use mini for username and password to see if you get to the server selection list.
Reply With Quote
  #19  
Old 04-22-2006, 06:21 AM
Kirgothi
Sarnak
 
Join Date: Apr 2006
Posts: 59
Default

ok, I reinstalled and now I am able to connect to the database and I inserted the record into the emusp3 account table. I also had to copy the patch_6.2.conf file into the opcodes.conf file before I was able to get past the login screen. YAY!!

Now I am right back where I was before serverpack 3.5, a server selection screen with no servers listed.
Reply With Quote
  #20  
Old 04-22-2006, 06:30 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

You are using the wrong database. 3.5 creates a database called eq, not emusp3. Try completely dropping all databases, un-installing the Server Pack, manually delete the EQEmu dir if logs are left, re-download 3.5 and try again. I guarantee it works.
Reply With Quote
  #21  
Old 04-22-2006, 06:34 AM
klinzhai
Sarnak
 
Join Date: Jan 2006
Posts: 78
Default

Quote:
Originally Posted by cavedude
You are using the wrong database. 3.5 creates a database called eq, not emusp3. Try completely dropping all databases, un-installing the Server Pack, manually delete the EQEmu dir if logs are left, re-download 3.5 and try again. I guarantee it works.
Yeah, I actually deleted all but my 'mysql' and 'test' databases before reinstalling. Wasn't sure if there was a reason why I had a emusp3 db before, but then it created an eq db after (with 3.5). I still can't get past the server screen either though. :(
Reply With Quote
  #22  
Old 04-22-2006, 06:41 AM
Kirgothi
Sarnak
 
Join Date: Apr 2006
Posts: 59
Default

Cavedude, I will try that. I have to go out for a couple hours. When I get back I will try all of that and reply here. I will try to post all the info I can find. It will be a loooong post.
Reply With Quote
  #23  
Old 04-22-2006, 06:41 AM
klinzhai
Sarnak
 
Join Date: Jan 2006
Posts: 78
Default

Maybe this will help, my eqemu_config.xml file:

<?xml version="1.0">
<server>
<world>
<shortname>Korancia</shortname>
<longname>Korancia - EQ</longname>

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>


(changed from red... it was so obnoxious)

Here is my minilogin

###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=Korancia - EQ
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999


Still stuck at server screen. Before I installed this last time (earlier today) I deleted all but my 'mysql' and 'test' databases, made sure that the 'eq' user in MySQL had the password of 'eq', deleted everything in my eqemu directory other than the maps (take too long to download) and then reinstalled. Still nothing at the Server screen :(
Reply With Quote
  #24  
Old 04-22-2006, 06:49 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Ohhh... you changed the server names... You don't have to with minilogin, in fact I recommend that you don't. Only change your server name for public. Try changing back to My Minilogin Server for both. That may just get it.
Reply With Quote
  #25  
Old 04-22-2006, 06:55 AM
klinzhai
Sarnak
 
Join Date: Jan 2006
Posts: 78
Default

After I finish reinstalling EQ (just in case... installing it to a different location) I'll change that over.
Reply With Quote
  #26  
Old 04-22-2006, 10:13 AM
Kirgothi
Sarnak
 
Join Date: Apr 2006
Posts: 59
Default

Ok, I tried all of that and nothing has changed. After instalation, there was not a record in the account table for mini/mini. I added one. If I start everquest after getting the server started I am, once again, stuck at the "Logging into the server. Please wait..." screen.

If I copy patch_6.2.conf into opcodes.conf I can get past the login. Then I am facing the dreaded server selection screen with no servers in the list.

Are you sure there isn't anything else you are doing and just not thinking about Cavedude? It seems odd that while the serverpack doesn't create a record in the account table that you are not getting stuck at the login screen. Are you entering the record somehow? Is there anything else that you are doing?

Here are my files and output:
eqemu_config.xml
<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>



The Run EQemu window:
Waiting for World to finish before starting Zone...

The World.exe window:
[Status] Using database 'eq' at localhost:3306
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54535


The 1 Server(s), 0 Client(s) Connected window:
LoginServer.ini read.
[Status] Loading opcodes..
Server mode: MiniLogin
Login server listening on port:5999
5698 New Server connection: 127.0.0.1 port: 15373
0: 4D 79 20 4D 69 6E 69 6C - 6F 67 69 6E 00 00 00 00 | My Minilogin....
16: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
32: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
48: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
64: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
80: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
96: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
112: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
128: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
144: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
160: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
176: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
192: 00 00 00 00 00 00 00 00 - 00 6D 69 6E 69 6C 6F 67 | .........minilog
208: 69 6E 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | in..............
224: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
240: 00 00 00 00 00 00 00 00 - 00 00 00 31 32 37 2E 30 | ...........127.0
256: 2E 30 2E 31 00 00 00 00 - 00 00 00 00 00 00 00 00 | .0.1............
272: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
288: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
304: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
320: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
336: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
352: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
368: 00 00 00 00 00 00 00 00 - 31 32 37 2E 30 2E 30 2E | ........127.0.0.
384: 31 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | 1...............
400: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
416: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
432: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
448: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
464: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
480: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
496: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
512: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
528: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
544: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
560: 00 00 00 30 2E 33 2E 31 - 30 00 00 00 00 00 00 00 | ...0.3.10.......
576: 00 00 00 00 00 00 00 00 - 00 00 00 00 30 2E 37 2E | ............0.7.
592: 30 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | 0...............
608: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
624: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
640: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 | .............
0: E8 01 36 00 01 00 00 00 | ..6.....
0: 49 6E 76 69 02 00 00 00 | Invi....
0: 00 50 5F 4C 03 00 00 00 | .P_L....
0: 00 00 00 00 04 00 00 00 | ........
0: 00 00 6C 64 05 00 00 00 | ..ld....
0: 00 00 00 00 4D 6F 6E 20 - 41 70 72 20 31 37 20 30 | ....Mon Apr 17 0
16: 39 3A 35 39 3A 31 34 20 - 32 30 30 36 00 01 00 00 | 9:59:14 2006....
32: 00 | .
0: 00 00 00 00 4D 6F 6E 20 - 41 70 72 20 31 37 20 30 | ....Mon Apr 17 0
16: 39 3A 35 39 3A 31 34 20 - 32 30 30 36 00 02 00 00 | 9:59:14 2006....
32: 00 | .
0: 00 00 00 00 4D 6F 6E 20 - 41 70 72 20 31 37 20 30 | ....Mon Apr 17 0
16: 39 3A 35 39 3A 31 34 20 - 32 30 30 36 00 03 00 00 | 9:59:14 2006....
32: 00 | .
0: 00 00 00 00 4D 6F 6E 20 - 41 70 72 20 31 37 20 30 | ....Mon Apr 17 0
16: 39 3A 35 39 3A 31 34 20 - 32 30 30 36 00 04 00 00 | 9:59:14 2006....
32: 00 | .
0: 00 00 00 00 4D 6F 6E 20 - 41 70 72 20 31 37 20 30 | ....Mon Apr 17 0
16: 39 3A 35 39 3A 31 34 20 - 32 30 30 36 00 05 00 00 | 9:59:14 2006....
32: 00
| .

and the window that says 0: sleeping
[Debug] Starting Log: logs/eqemu_debug_2616.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [LAUNCHER__INIT] Starting main loop...
[Debug] [NET__WORLD] Connected to World: 127.0.0.1:9000
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is alre
ady running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is alre
ady running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is alre
ady running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is alre
ady running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is alre
ady running.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_01
[Debug] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second
zone.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_02
[Debug] [LAUNCHER__STATUS] Zone dynamic_02 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zon
e.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_03
[Debug] [LAUNCHER__STATUS] Zone dynamic_03 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zon
e.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_04
[Debug] [LAUNCHER__STATUS] Zone dynamic_04 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zon
e.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_05
[Debug] [LAUNCHER__STATUS] Zone dynamic_05 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.



That is what things look like when before I launch the client. If I launch the client, it changes the window to say 1 Server(s), 1 Client(s) Connected and adds the following line at the end of the window:
285771 New client from ip: 127.0.0.1 port: 3400

I don't know if this helps but if I click the "Admin" button on the server list, it times out and I get this line in the 1 Server(s), 1 Client(s) Connected window:
Unknown packet: .4233692 [***.***.***.***:15->0.0.0.0:0]
[OpCode 0x000e (OP_Unknown) Size=11]
00000: 00 08 00 00 00 00 00 00 - 00 00 00 | ...........


the ***'s are my real IP address, instead of the 127.0.0.1.
If there is any other data that may help, just ask, I will post it.
Reply With Quote
  #27  
Old 04-22-2006, 12:10 PM
Kirgothi
Sarnak
 
Join Date: Apr 2006
Posts: 59
Default

One added note, the ***'s are not my real IP. I have no idea what the numbers are. That's interesting.

BTW - a guy over at the forums on darkrogue productions (the site cavedude's serverpack is at) got past this problem by using MySQL 4.0.10 instead of the version we are using. Does anyone have a link to it? I can't find it.

Last edited by Kirgothi; 04-22-2006 at 08:29 PM..
Reply With Quote
  #28  
Old 04-22-2006, 01:20 PM
Maus
Fire Beetle
 
Join Date: Apr 2006
Posts: 8
Default

Tried all of the above on 2 different machines, done about a dozen clean delete and reinstalls of various versions. Still no servers listed.

Anything else to try?
Reply With Quote
  #29  
Old 04-22-2006, 01:47 PM
Kirgothi
Sarnak
 
Join Date: Apr 2006
Posts: 59
Default

Yeah, over at Dark Rogue's site, they are saying there may be some configuration problem causing this. Also, if you install mySql 4.0.10 instead of 4.0.23 it seems to let you log into the game. But you crash on zoning, dying, or logging out.
Reply With Quote
  #30  
Old 04-23-2006, 05:18 AM
klinzhai
Sarnak
 
Join Date: Jan 2006
Posts: 78
Default

OK, got it solved and have reinstalled several times successfully (believe it or not!!). I'll go through it step by step.

Anything in quotes ("anything") is something you are going to type in (without the quotes), anything in single quotes ('anything') is something that you are going to click on or otherwise select (unless inside something that is "quoted").

1) Remove Perl, MySQL and EQEMU.

2) Download Perl from: http://downloads.activestate.com/Act...x86-148120.msi

2a) Install Perl to c:\perl
2b) Download nMake.exe from: http://home.comcast.net/~molimo140/NMAKE.EXE and copy it to the C:\perl\bin directory
2b) Go to a command prompt, change directories to perl\bin (command: "cd\perl\bin")
2c) type in: perl -MCPAN -e shell
2d) Type in: "No" when it asks you about autoconfig
2e) type in: "IO::Scalar"

3) Download MySQL from: http://downloads.mysql.com/archives....l-4.0&v=4.0.26

3a) Install MySQL to c:\Mysql
3b) Download MysqlCC from: http://downloads.mysql.com/archives....ysqlcc&v=0.9.2
3c) Install MySQLCC (default location is fine) and run it, setting up your connection as:

Name: localhost
Host Name: localhost
User Name: root
Password: ****** (whatever you set the root password to)

Note: You may need the ODBC driver from: http://dev.mysql.com/downloads/connector/odbc/3.51.html I already had it installed when I installed MyCC, so I don't know offhand.

3d) Right-click on User Administration, choose 'New User' and name the user "eq" with the password of "eq" (you can change this later, just set it as this for now).


4) Download version 3.5 installer from: http://eqemu.sesmar.net/sp/EQEmuServerPack-3.5.exe

4a) Run the installer, choosing whatever options and database that you want to use (project EQ or Cavedude's).
4b) Download the maps from: http://prdownloads.sourceforge.net/e...ar.gz?download and extract them into your C:\EQEMU directory (it will create a maps directory automatically).
4c) Go into MySQLCC, choose the EQ database, click on the "SQL" button (for sql query entry) and enter the following line: "update variables set value = 'minilogin' where varname='LoginType';" then choose the 'Execute' button (looks like a red exclamation mark). Close the SQL query window after that finishes running (don't close MySQLCC, just the query window).
4d) Go into the EQ database and double-click on the 'account' table. Choose the 'Insert Record' button and then go to the 'name' field and enter "player", tab across to 'password' and enter "eq", tab over to 'status' and enter "250", tab across to 'minilogin_ip' and enter the IP address of your EQ computer (127.0.0.1 if you're running EQ from your EQEMU computer, otherwise run "ipconfig" from a command prompt from your EQ client computer). Close MySQLCC when finished. Note: the account table is where you will add more users or change user passwords in the future. MySQLCC is a lot easier to use than the command line options, since it's basically like Excel once you get into the tables. Don't forget to use 'Insert Record' when you want to add a new login and don't overwrite ones that you might want to keep using.

5) Start the EQEmu (Start->All Programs->EQEmu Server Pack->Run EQEmu)

6) Start Everquest (Start->All Programs->EQEmu Server Pack->Run Everquest).

6a) Enter the character name "player" with the password "eq"
6b) Choose the server '[0.7.0] My Minilogin Server', create a new character and start playing.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 02:57 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3