PDA

View Full Version : problem with world.exe


krytonic
11-23-2008, 03:30 PM
it seems to stop at a certain point and doesn't go further.

http://i38.tinypic.com/28wl9b8.jpg

trevius
11-23-2008, 05:43 PM
Yep, that is how far it goes when your server is running properly :P

Have you tried logging into it? Does it show up on the server list? If you are unable to connect from the server list, you may have a port issue. So, what is your problem exactly? The more details you have, the better.

krytonic
11-23-2008, 06:21 PM
I thought it wasn't supposed to pause there because i cannot connect to the server,

When I try to login it sais a timeout occured, and I went thru the two guides on this site for setting up the server and minilogin to the letter.

Also on the blank CMD window on the top bar it sais "0: sleeping"

trevius
11-23-2008, 06:30 PM
Public and Mini Login are 2 different setups. Yours is setup for public as far as I can tell from reading the logs you posted. If you are trying to do Minilogin, then you have something wrong. Unfortunately, I don't run Minilogin, so I can't help ya much there.

krytonic
11-23-2008, 06:36 PM
I just rechecked what it showed in world.exe and it has alot of "unable to find rule" would this have something to do with it? I searched the forums and it was said in there that they used utdated code but im using the latest code and latest database from peq

trevius
11-23-2008, 06:53 PM
If you are using 1129 from this website's download page, then you are using outdated code that doesn't match with the version of the new PEQ Database. You need to use the matching revision from the SVN here:

http://code.google.com/p/projecteqemu/

krytonic
11-23-2008, 06:57 PM
Ahh yes i am using 1129, thanks for the link and sorry for being a waste of time lol, ill post again for if it works for me or not.

krytonic
11-23-2008, 07:01 PM
Now I seem to be getting another error lol :S it sais the following: "The procedure entry point Perl_newXS_flags could not be located in the dynamic link library perl58.dll."

trevius
11-23-2008, 07:07 PM
Read the sticky in this section:
http://www.eqemulator.net/forums/showthread.php?t=26643

krytonic
11-23-2008, 08:15 PM
Yea I saw that topic just after I posted and have done what they said, all the rule stuff seem to go fine now, and now when i type in my username and password it seems to login but doesnt show a server.... and I can put in any random letters for username and password, even if they are not in the accounts part of the database and it still logs into them somehow.

trevius
11-23-2008, 08:29 PM
That is an issue with your Minilogin setup. Judging by your original log output, I am guessing that your config file is set for public use, not private Minilogin use. But, again, I don't run Minilogin, so I can't help you much there. Looks like the rest of it is working now at least, though.

krytonic
11-23-2008, 08:35 PM
Ahh ok, in the minilogin setup guide it didnt say anything about changing the config to go from public to private use so im not sure how to do it so hopefully someone who uses minilogin can help.

Thanks for your help in the other issues I was having, very much appreciated.

leslamarch
11-23-2008, 08:40 PM
Ahh ok, in the minilogin setup guide it didnt say anything about changing the config to go from public to private use so im not sure how to do it so hopefully someone who uses minilogin can help.

Thanks for your help in the other issues I was having, very much appreciated.

Open your eqemu_config.xml
and post this set of lines


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

krytonic
11-23-2008, 08:46 PM
Just done the changes, and it is now saying that it cannot connect to the login server on world.exe I tried running minilogin first yoo but it still sais the same

leslamarch
11-23-2008, 08:49 PM
Just done the changes, and it is now saying that it cannot connect to the login server on world.exe I tried running minilogin first yoo but it still sais the same

what does your start.bat file look like ? could you post that?
Post your LoginServer.ini also if you could...

should look something like this
[LoginServer]
loginserver=127.0.0.1
#loginserver2=newlogin1.eqemulator.net
loginport=5999
#loginport2=5999
worldname=servername
worldaddress=127.0.0.1
locked=false
#account=
#password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

krytonic
11-23-2008, 08:57 PM
Ok, here are the files:

@echo off
start world.exe
cls
echo Wait for World to finish loading... Press Enter when done.
pause
start eqlaunch.exe zone
exit




[LoginServer]
loginserver=127.0.0.1
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=eq
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

leslamarch
11-23-2008, 09:08 PM
your start bat is should kinda look like this, not sure how you are starting minilogin.exe. But try this and see if it helps.
@echo off
start MiniLogin.exe
sleep 5
start world.exe
echo Waiting for World to finish before starting Zone...
sleep 20
start eqlaunch.exe zone
sleep 40
and try to put this # in front of these lines and see

#loginserver2=newlogin1.eqemulator.net
#loginport2=5999

krytonic
11-23-2008, 09:20 PM
everything seems to go thru on the world.exe eventho it still keeps saying that it cannot connect to the login server over and over, so it still shows no server when login into eq

leslamarch
11-23-2008, 09:24 PM
everything seems to go thru on the world.exe eventho it still keeps saying that it cannot connect to the login server over and over, so it still shows no server when login into eq

can you post what you are seeing? also I would highly recommend you READ THIS (http://www.eqemulator.net/forums/showthread.php?t=25898)there is a lot of good info about minilogin.

krytonic
11-23-2008, 09:38 PM
http://i38.tinypic.com/xfp8d2.jpg