|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support::Windows Servers Support forum for Windows EQEMu users. |
01-09-2016, 05:01 PM
|
|
Demi-God
|
|
Join Date: Oct 2010
Posts: 1,332
|
|
Quote:
Originally Posted by Akkadius
My installer loads DBI manually because active state doesn't allow ppm installs without license anymore
|
Seriously, I didn't know activestate started doing that with the ppm. Vultures, lol
|
01-09-2016, 05:14 PM
|
Sarnak
|
|
Join Date: May 2008
Location: South Carolina
Posts: 36
|
|
Ok, so DBI was installed but DBD-mysql isn't installed. I'm getting this now when making a DBI call.
Can't locate DBD/mysql.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .
) at test.pl line 9.
In PPM, it shows DBD-mysql as not being installed.
This is weird. On my Windows 10 machine - I have DBD-mysql installed and on the Windows Server 2012 R2 machine I don't.
I used this installer on both machines. Any ideas?
|
01-09-2016, 05:26 PM
|
|
Administrator
|
|
Join Date: Feb 2009
Location: MN
Posts: 2,071
|
|
Quote:
Originally Posted by sculler
Ok, so DBI was installed but DBD-mysql isn't installed. I'm getting this now when making a DBI call.
Can't locate DBD/mysql.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .
) at test.pl line 9.
In PPM, it shows DBD-mysql as not being installed.
|
If you used the installer DBD works, I've verified it once again.
If you want to fix this and you have 5.12.3 installed, follow instructions here:
http://wiki.eqemulator.org/p?Install...ethod-use-this
|
01-09-2016, 05:36 PM
|
Sarnak
|
|
Join Date: May 2008
Location: South Carolina
Posts: 36
|
|
Thanks Akkadius,
I definitely used the installer in both places. One it was working and one wasn't.
I appreciate the help and you putting this together. It really is impressive.
Edit: Copied over the files from the link above and now it's working perfectly. Thanks again.
|
01-09-2016, 05:49 PM
|
|
Administrator
|
|
Join Date: Feb 2009
Location: MN
Posts: 2,071
|
|
Quote:
Originally Posted by sculler
Thanks Akkadius,
I definitely used the installer in both places. One it was working and one wasn't.
I appreciate the help and you putting this together. It really is impressive.
Edit: Copied over the files from the link above and now it's working perfectly. Thanks again.
|
ya np, glad you're working now
|
01-09-2016, 11:46 PM
|
Fire Beetle
|
|
Join Date: Jan 2016
Posts: 20
|
|
Akkadius,
You have any idea why the mob buff window doesn't work?
|
01-10-2016, 11:39 AM
|
|
Developer
|
|
Join Date: Dec 2012
Posts: 515
|
|
Quote:
Originally Posted by Dremis
Akkadius,
You have any idea why the mob buff window doesn't work?
|
Guessing you don't have the rule set to true or missing the rule from the database. (by default in source its false)
If you use other rulesets besides 1.. make sure to add rules for each set
Code:
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Spells:AlwaysSendTargetBuffs', 'true', 'Allows the server to send the targets buffs ignoring the LAA.');
|
01-10-2016, 01:01 PM
|
Fire Beetle
|
|
Join Date: Jan 2016
Posts: 20
|
|
The rule was missing from the database. I added it to all 7 rule sets as true. Mob buff window still doesn't show spells. I'm using default rule set.
Also NONE of the Blightfire Moors quests work and I haven't found any in Crescent reach that work yet.
|
01-11-2016, 10:19 PM
|
Discordant
|
|
Join Date: Mar 2009
Location: eqbrowser.com
Posts: 309
|
|
My contribution
|
01-12-2016, 02:04 AM
|
Sarnak
|
|
Join Date: Jul 2010
Posts: 61
|
|
Tried the install tonight and everything went fine except for Database install. It installed the DB software fine but failed to setup or install the actual database. I check for a database with HeidiSQL and none show.
|
01-12-2016, 02:06 AM
|
|
Administrator
|
|
Join Date: Feb 2009
Location: MN
Posts: 2,071
|
|
Did you previously install another database engine? This could be where your problem lies as its not a true clean install.
Open CMD
Type:
echo %path%
Paste the contents in a code block here
|
01-12-2016, 05:05 AM
|
Sarnak
|
|
Join Date: Jul 2010
Posts: 61
|
|
Quote:
Originally Posted by Akkadius
Did you previously install another database engine? This could be where your problem lies as its not a true clean install.
Open CMD
Type:
echo %path%
Paste the contents in a code block here
|
I had a previous install that I removed including MySQL and Perl... I have Visual Studio 2013 installed which installs Microsoft SQL server... Could that be the cause of it??
Code:
C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\
Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA C
orporation\PhysX\Common;C:\Program Files (x86)\Windows Kits\8.1\Windows Performa
nce Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\xampp\mysq
l\bin;C:\xampp\mysql\lib;c:\xampp\mysql\lib;c:\Program Files\Git\mingw64\bin;C:\
Perl\site\bin;C:\Perl\bin;C:\Program Files\MariaDB 10.0\bin;C:\Perl\site\bin;C:\
Perl\bin;C:\Program Files\MariaDB 10.0\bin
|
01-12-2016, 05:27 AM
|
|
Administrator
|
|
Join Date: Feb 2009
Location: MN
Posts: 2,071
|
|
It's the xamp\mysql in your path, just because you uninstall it doesn't mean it is removed from system path.
Remove it and try again.
|
01-12-2016, 05:44 AM
|
Sarnak
|
|
Join Date: Jul 2010
Posts: 61
|
|
Quote:
Originally Posted by Akkadius
It's the xamp\mysql in your path, just because you uninstall it doesn't mean it is removed from system path.
Remove it and try again.
|
Yeah I just uninstalled everything again and cleared the path of all uninstalled programs and did a full reinstall and it worked flawlessly this time...
Appreciate the help.
|
01-12-2016, 07:15 AM
|
Sarnak
|
|
Join Date: Jul 2010
Posts: 61
|
|
Now that I have it all working I am loath to modify anything that may break it, but...
Is it possible to make Mercs and/or Bots work on this install?
I haven't really explored the install yet to see what is available but I didn't see any Bot's entries in the database and the merc vendors didn't seem to be responding.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 07:21 AM.
|
|
|
|
|
|
|
|
|
|
|
|
|