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 09-29-2009, 09:59 PM
Lladail
Fire Beetle
 
Join Date: Aug 2005
Posts: 11
Default Newbie question for you pros

So I'm trying to set up my own public sever, and I did everything on Vales wikki guide thing

http://www.eqemulator.net/wiki/wikka.php?wakka=ValesEQ

but my problem is loading into the game ( i think thats where its messing up ) I click on my start.bat file and it opens the 2 screens one disappers and other says

"Wait for World to finish loading... Press Enter when done.
Press any key to continue . . ."

I click enter and it says

[Debug] Starting Log: logs/eqemu_debug_3308.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1
:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[Debug] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[Debug] [LAUNCHER__INIT] Starting main loop...

It's bugging me so bad I've searched the forums, but couldnt find anything ( i didnt look through every post but did quite a few... any help would be awesome! thanks guys

Ladail.
Reply With Quote
  #2  
Old 09-29-2009, 10:55 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

I had the problem when one of your screen instantly closes itself - it was related to my version of Perl been too old.
The devs often upgrade the compile versions and not everytime inform us about it =P
Reply With Quote
  #3  
Old 09-29-2009, 11:06 PM
Lladail
Fire Beetle
 
Join Date: Aug 2005
Posts: 11
Default

I was having that problem and deleted every type of emu file i had, then redownloaded everything and got to where i am now =\ lol
Reply With Quote
  #4  
Old 09-29-2009, 11:16 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

try getting just the latest Perl version the compiled on.

this thread may help

http://www.eqemulator.net/forums/sho...t=26643&page=2
Reply With Quote
  #5  
Old 09-29-2009, 11:18 PM
Lladail
Fire Beetle
 
Join Date: Aug 2005
Posts: 11
Default

atm i have perl ActivePerl-5.8.9.826-MSWin32-x86-290470.msi ( the latest version ) but do you think it could be perl is the reason I'm getting the error logging into world ?
Reply With Quote
  #6  
Old 09-29-2009, 11:20 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

as I said- the window shutting down by itself - that was exactly the problem I had cause I had older version of Perl that devs used.

Of course your problem may be unrelated...
Reply With Quote
  #7  
Old 09-29-2009, 11:24 PM
Lladail
Fire Beetle
 
Join Date: Aug 2005
Posts: 11
Default

aye, its not shutting down by it self tho, it was but i got past that part, now the window just says

[Debug] Starting Log: logs/eqemu_debug_3308.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1
:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[Debug] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[Debug] [LAUNCHER__INIT] Starting main loop...

after i click enter
Reply With Quote
  #8  
Old 09-30-2009, 12:03 AM
Tharkun
Hill Giant
 
Join Date: Aug 2009
Posts: 125
Default

actually there are 2 applications that you need running.

The one your getting the error from is EQLAUNCH.EXE, your getting that error because it cant find WORD.EXE in memory.

World.exe is the window that is closing it self.

Check your log folder to see if there are any world logs too see what the log says. World is crashing for some reason.
Reply With Quote
  #9  
Old 09-30-2009, 12:21 AM
Lladail
Fire Beetle
 
Join Date: Aug 2005
Posts: 11
Default

---------------------------------------------
[09.29. - 21:31:20] Starting Log: logs/eqemu_error_world_3960.log
[09.29. - 21:31:20] Failed to connect to database: Error: #1045: Access denied for user 'root'@'localhost' (using password: YES)

thats what is in the log, thats the last one i can see.
Reply With Quote
  #10  
Old 09-30-2009, 12:25 AM
Tharkun
Hill Giant
 
Join Date: Aug 2009
Posts: 125
Default

world.exe cant open your database.

check your eqemu_config.xml to make sure the correct login/pw are specified here

Code:
<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>MySQL Account</username>
<password>MySQL Password</password>
<db>peq</db>
</database>
then you should be good
Reply With Quote
  #11  
Old 09-30-2009, 12:30 AM
Lladail
Fire Beetle
 
Join Date: Aug 2005
Posts: 11
Default

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>******</password>
<db>peq</db>
</database>

is what I have atm ( the * are letters but not giving that out =p )

do i do anything with the <host> ?
Reply With Quote
  #12  
Old 09-30-2009, 12:33 AM
Tharkun
Hill Giant
 
Join Date: Aug 2009
Posts: 125
Default

as long as the DBserver and World are on the same computer localhost is fine.

bear in mind the <pw> is case sensitive, so how ever you created the login for MYSQL is how that needs to be also.

just for giggles, bring up a command prompt and run

Code:
mysql -u root -p
then enter the same p/w you have in the config to see if you can login
Reply With Quote
  #13  
Old 09-30-2009, 12:36 AM
Lladail
Fire Beetle
 
Join Date: Aug 2005
Posts: 11
Default

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Joe>mysql -u root -p
Enter password: ******
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 27
Server version: 5.0.84-community-nt MySQL Community Edition (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

is what i got
Reply With Quote
  #14  
Old 09-30-2009, 12:40 AM
Tharkun
Hill Giant
 
Join Date: Aug 2009
Posts: 125
Default

is world still crashing?
Reply With Quote
  #15  
Old 09-30-2009, 12:45 PM
Lladail
Fire Beetle
 
Join Date: Aug 2005
Posts: 11
Default

well i tried restalling perl and i get perl version 5.10.0 build 1004... installed it and now I'm getting

"The procedure entry point Perl_hv_common_key_len could not be located in the dynamic link library perl58.dll"

I have the perl58.dll file in my system32 file but cant find anything about this problem =\

Thanks in advance lol...
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:17 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