Log in

View Full Version : Stuck @ Zone - eqlaunch.exe


ErkiDeav
07-30-2014, 02:21 PM
Hiya,

Like many, pretty new to this, but feel close enough that maybe (with some help) I could push through and actually get this server running! Thanks for any input or advice in advance...

---------------------------
Basic problem: Not sure eqlaunch.exe is finishing its tasks; seems frozen.
Here is a 5-screen view:
http://i1376.photobucket.com/albums/ah37/ericdeaver/5screens_zpsb4c1f27b.png?t=1406743605

I have attempted to set up 'static zones' fiddle with those sort of variables and or elements; nothing seems to help...

When I attempt to login, my login server recognizes the connection, but the client does not:
http://i1376.photobucket.com/albums/ah37/ericdeaver/LoginServerReaction_zps38268148.png?t=1406743619
http://i1376.photobucket.com/albums/ah37/ericdeaver/SODClientReaction_zps0eab172d.png?t=1406743631

My compile seemed to go fine; my database seems to be working, although I did wonder if I need a separate db for the login server?

I am not using a Windows 'server', per-se, just my windows 7 machine with Xampp running (worked for testing websites!; is this a prob?)

Here is my config file, in its CURRENT state. I have tried almost every possible combo, on this
http://i1376.photobucket.com/albums/ah37/ericdeaver/configpartI_zpsce1f1775.png?t=1406743664
http://i1376.photobucket.com/albums/ah37/ericdeaver/configpartII_zps530c026d.png?t=1406743679

eq host file is set to:
[Login server]
Host=127.0.0.1:5999
(SOD Client)

login.ini -- and yes, I have tried to use the eqemu.login, but could never get on or get the server 'unlocked there, either...
http://i1376.photobucket.com/albums/ah37/ericdeaver/Loginini_zps0cdabba0.png?t=1406743720

and, my start.bat file=standard

ANY input or ideas would be greatly appreciated!

At this point, it is a matter of pride... LOL!

Cheers,
Erki

joligario
07-30-2014, 03:02 PM
EQ-HTTMS is not a valid world address. No need to uncomment that section.

ErkiDeav
07-30-2014, 03:50 PM
Thanks! Just changed that as a last-ditch effort. Reverted back to original:

http://s1376.photobucket.com/user/ericdeaver/media/RevertedHeader_zps61fbd4e8.png.html?sort=3&o=0

Any other ideas?

Scorpious2k
07-30-2014, 04:01 PM
I'd try starting zone.exe and see what happens. My guess is that the window will appear for a moment, then vanish.

ErkiDeav
07-30-2014, 04:05 PM
btw, changed all my passwords~! ;)

ErkiDeav
07-30-2014, 04:17 PM
Actually, zone.exe from command prompt yielded this:

Loading access levels --seemed successful - selected snapshot:

http://i1376.photobucket.com/albums/ah37/ericdeaver/ZoneexesettingAccessLevels_zps16974741.png

Then... Crash~!

Crash Dummies, v1.0:
http://i1376.photobucket.com/albums/ah37/ericdeaver/ZoneExeCrachDummies1_zps381c1fcf.png

Crash Dummies, v2.0 (the rest!):
http://i1376.photobucket.com/albums/ah37/ericdeaver/ZoneExeCrachDummies2_zpsf4752dd0.png

Weeeeeeee~!

Any ideas?

joligario
07-30-2014, 05:16 PM
Are you compiling 32- or 64-bit? Did you replace the XAMPP perl with 5.12?

ErkiDeav
07-30-2014, 05:29 PM
32 bit compile and yes, installed Active State Perl 5.12 err w/e was req'd. Skipped Perl on Xampp install.

joligario
07-30-2014, 05:54 PM
It shows perl516 in your crash log at D:\eq\installs\perl\bin. You may want to check CMake to find out what location it is picking up and change it to your 5.12 install location manually.

ErkiDeav
07-30-2014, 06:50 PM
Bah! How did I do THAT!

Uninstalling/re-installing proper Perl version and re-compiling..../sigh

http://i1376.photobucket.com/albums/ah37/ericdeaver/Perlre-install_zps13c0358e.png

ErkiDeav
07-30-2014, 07:02 PM
Having trouble locating/setting these... barking up the right tree?

http://i1376.photobucket.com/albums/ah37/ericdeaver/MySQLBuildParameters_zps6fb75265.png

In particular, wondering which (if any) are found in the /dependencies folder OR
if some/all should come from MySQL root folder--in this case inside of my Xampp install??

joligario
07-30-2014, 07:08 PM
Go from the dependencies, but you need 32-bit. Looks like you downloaded the 64-bit.

ErkiDeav
07-30-2014, 08:09 PM
That was all it was... had the wrong dependencies and the wrong version of Perl... duh!

Logged in perfectly. Awesomeness! Thanks for the help!