PDA

View Full Version : Problem after Updating


Bandor
02-12-2015, 12:07 AM
So I've been running my server using Akka's Repack. A couple days ago I followed the instructions on how to upgrade for the repack specifically. Upon doing so I clicked option 3. It says ' System can not find the path specified' though it says I have 57 updates. So I click option 3 again and it tells me 'The system can Not find the path Specified.' Though running the opcodes works no problem.
See Below:

[World Server] Loading server configuration..
[World Server] CURRENT_VERSION: 1.0.0
[World Server] Added loginserver login.eqemulator.net:5998
[World Server] Connecting to MySQL...
[Status] Starting File Log 'logs/world_6256.log'
[World Server] Starting HTTP world service...
[World Server] Checking Database Conversions..
[Upgrade Script] No script update necessary
Perl Version is 5.12.3
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
Table 'db_version' does not exists.... Creating...

The system cannot find the path specified.
================================================== ==========
EQEmu: Automatic Upgrade Check
================================================== ==========
(Windows) MySQL is in system path
Path = C:\xampp\mysql\bin/mysql
================================================== ==========
Binary Database Version: (9075)
Local Database Version: ()

Retrieving latest database manifest...
URL: https://raw.githubusercontent.com/EQEmu/Server/master/utils/sql/
db_update_manifest.txt
Saved: db_update/db_update_manifest.txt
You have missing database updates, type 1 or 2 to backup your database before ru
nning them as recommended...

Database Management Menu (Please Select):
1) Backup Database - (Saves to Backups folder)
Ideal to perform before performing updates
2) Backup Database Compressed - (Saves to Backups folder)
Ideal to perform before performing updates
3) Check for pending REQUIRED Database updates
Stages updates for automatic upgrade...
4) AAs - Get Latest AA's from PEQ (This deletes AA's already in the data
base)
5) OPCodes - Download latest opcodes from repository
0) Exit

>


What concerns me is

(Windows) MySQL is in system path
Path = C:\xampp\mysql\bin/mysql


I Don't have Xampp so Im assuming I need to path it to Mariadb , or maybe HiediSQL instead since thats what was installed with my repack.

Anyone happen to have any Information on this? When I tried sourcing the SQL files manually(they were downloaded to a folder in my server folder) I kept getting errors though did get a handful to go in,but server still is unable to launch.

Akkadius
02-12-2015, 12:10 AM
Your path needs to be:

C:\Program Files\MariaDB 10.0\bin

http://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/

Bandor
02-12-2015, 09:03 AM
No go. Already had it in my path but removed and redid it incase I miss spelled. Still no change doing exactly the same thing

epilz
02-12-2015, 10:57 AM
Did you install XMAPP before and remove it? If you have, you need to do some cleanup.

If you have this below in your path statement, you need to remove it.

(Windows) MySQL is in system path
Path = C:\xampp\mysql\bin/mysql

Are you running the start.bat? If so, can you post that?

Bandor
02-12-2015, 11:18 AM
I did have Xampp at one time,got it off my pc completely I thought. The code above is what I get upon running start,which prompts world. I would agree with you that I need to remove or change the path from xampp. But how would I go about doing so,searching online didnt provide any useful info on it.

Bandor
02-12-2015, 12:26 PM
Got everything working fine now. Seems I had some old variable in my path left over from Xampp and Silverlight. Removed them both and now my server updates and launches perfect!

epilz
02-12-2015, 12:41 PM
Good to hear