Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-23-2008, 03:30 PM
krytonic
Fire Beetle
 
Join Date: Jul 2007
Posts: 16
Default problem with world.exe

it seems to stop at a certain point and doesn't go further.

Reply With Quote
  #2  
Old 11-23-2008, 05:43 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

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.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #3  
Old 11-23-2008, 06:21 PM
krytonic
Fire Beetle
 
Join Date: Jul 2007
Posts: 16
Default

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"
Reply With Quote
  #4  
Old 11-23-2008, 06:30 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

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.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #5  
Old 11-23-2008, 06:36 PM
krytonic
Fire Beetle
 
Join Date: Jul 2007
Posts: 16
Default

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
Reply With Quote
  #6  
Old 11-23-2008, 06:53 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

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/
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #7  
Old 11-23-2008, 06:57 PM
krytonic
Fire Beetle
 
Join Date: Jul 2007
Posts: 16
Default

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.
Reply With Quote
  #8  
Old 11-23-2008, 07:01 PM
krytonic
Fire Beetle
 
Join Date: Jul 2007
Posts: 16
Default

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."
Reply With Quote
  #9  
Old 11-23-2008, 07:07 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Read the sticky in this section:
http://www.eqemulator.net/forums/showthread.php?t=26643
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #10  
Old 11-23-2008, 08:15 PM
krytonic
Fire Beetle
 
Join Date: Jul 2007
Posts: 16
Default

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.
Reply With Quote
  #11  
Old 11-23-2008, 08:29 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

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.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #12  
Old 11-23-2008, 08:35 PM
krytonic
Fire Beetle
 
Join Date: Jul 2007
Posts: 16
Default

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.
Reply With Quote
  #13  
Old 11-23-2008, 08:40 PM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

Quote:
Originally Posted by krytonic View Post
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


Code:
<!-- Loginserver information.  -->
        <loginserver>
        <host>localhost</host>
        <port>5999</port>
        <account></account>
        <password></password>
        </loginserver>
Reply With Quote
  #14  
Old 11-23-2008, 08:46 PM
krytonic
Fire Beetle
 
Join Date: Jul 2007
Posts: 16
Default

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
Reply With Quote
  #15  
Old 11-23-2008, 08:49 PM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

Quote:
Originally Posted by krytonic View Post
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
Code:
[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
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 01:49 AM.


 

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