Log in

View Full Version : Issue


lakedoo23
07-14-2017, 06:13 PM
I have tried the eq_emu_installer on 2 different Windows 7 64 bit computers and getting the same error:


https://snag.gy/Nruwp7.jpg

lakedoo23
07-16-2017, 01:26 AM
So apparently the page https://github.com/EQEmu/Quests-Plugins is no longer there? So when the quest plug in is downloaded, it dies on the part trying to unzip the file that is 0 bytes of data.

Ormii
07-16-2017, 09:22 AM
I am having this same issue. I have tried a variety of things to get my server working without the rest of the installer but no luck :(

lakedoo23
07-16-2017, 12:39 PM
I am going to try and use the manual guide to setup my server, hopefully, this will get fixed.

Fridgecritter
07-16-2017, 04:38 PM
Tried to setup a new server instance this morning and had this same issue.

Fridgecritter
07-16-2017, 04:39 PM
Should probably post this in the thread for the server installer so Akka can look at it.

Akkadius
07-16-2017, 05:16 PM
This is broken ATM guys, I'll look at it tonight or tomorrow here

lakedoo23
07-16-2017, 06:36 PM
Thanks Akkadius!

Akkadius
07-16-2017, 10:39 PM
Go ahead and delete your eqemu_server.pl script in your installer directory.

Re-run your batch file as administrator and it should have a successful run this time.

https://github.com/EQEmu/Server/commit/e265f7713c36f8f249396e5bc8d06bc6153daa93

Cheers

Cassieze
07-17-2017, 05:51 PM
BOOM and my server is working. Thanks Akka.

lakedoo23
07-17-2017, 08:34 PM
Thanks Akkadius for fixing script issue, however, I am still running into an issue where it seems the database is not getting imported into MySQL (Maria DB).

After the script was finished I opened a cmd window and logged into the database manager manually.

https://snag.gy/sxczSL.jpg

I even checked in HeidiSQL:

https://snag.gy/GPAnYg.jpg

But the "peq" database is not there.

Here is the script output showing it not being able to create the database.
https://snag.gy/5bAqpD.jpg

Yes, I ran the batch file in Admin mode and I made sure none of the applications were previously installed.

Any idea what would cause the installer to not setup the database correctly?

Akkadius
07-17-2017, 08:42 PM
Looks like you don't have a MySQL path, uninstall your mysql, delete mysql folder in program files and start over

lakedoo23
07-17-2017, 09:19 PM
Awesome, that did the trick, I had like 5 copies of each path in my System "Path" variable. Thanks again dude!