Log in

View Full Version : Initial setup troubles, stuck on running eqemu_server.pl


Kohedron
01-07-2018, 01:03 AM
I have a good amount of programming experience, but little to none when it comes to perl and databases. It's very possible I'm missing something super obvious. Everything with the setup server guide seemed to go smoothly up to this point.

I'm guessing the "The system cannot find the path specified." should not be occurring, correct? I tried pressing on passed this with the "check_db_updates" but it gave me more of the same error.

C:\EQ\EQEmuServer>perl eqemu_server.pl
[Update] No script update necessary...
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
[Database] Table 'db_version' does not exists.... Creating...

The system cannot find the path specified.

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> EQEmu Server Main Menu >>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

[database] Enter database management menu
[assets] Manage server assets
[new_server] New folder EQEmu/PEQ install - Assumes MySQL/Perl installed
[setup_bots] Enables bots on server - builds code and database requirements

exit

The_Beast
01-07-2018, 05:29 AM
Sounds like it "might" be a problem with your system path variables. Have you got some old ones in there wreaking havoc ?

Kohedron
01-07-2018, 12:11 PM
Sounds like it "might" be a problem with your system path variables. Have you got some old ones in there wreaking havoc ?

That was exactly it, apparently. I had 6 invalid perl paths and 2 invalid sql paths. woops :-)

Thanks for the help, going through the rest of the setup now