EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Newbie question for you pros (https://www.eqemulator.org/forums/showthread.php?t=29687)

Lladail 09-29-2009 09:59 PM

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.

ChaosSlayerZ 09-29-2009 10:55 PM

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

Lladail 09-29-2009 11:06 PM

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

ChaosSlayerZ 09-29-2009 11:16 PM

try getting just the latest Perl version the compiled on.

this thread may help

http://www.eqemulator.net/forums/sho...t=26643&page=2

Lladail 09-29-2009 11:18 PM

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 ?

ChaosSlayerZ 09-29-2009 11:20 PM

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...

Lladail 09-29-2009 11:24 PM

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

Tharkun 09-30-2009 12:03 AM

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.

Lladail 09-30-2009 12:21 AM

---------------------------------------------
[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.

Tharkun 09-30-2009 12:25 AM

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

Lladail 09-30-2009 12:30 AM

<!-- 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> ?

Tharkun 09-30-2009 12:33 AM

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

Lladail 09-30-2009 12:36 AM

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

Tharkun 09-30-2009 12:40 AM

is world still crashing?

Lladail 09-30-2009 12:45 PM

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...


All times are GMT -4. The time now is 06:46 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.