|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Support::Windows Servers Support forum for Windows EQEMu users. |
 |
|
 |

02-27-2012, 12:09 AM
|
Hill Giant
|
|
Join Date: Nov 2004
Posts: 126
|
|
Portable doesn't work after uninstalling MYSQL and Perl
I'm trying to get a portable server to work. I have it all set up and working within a folder that I can move from PC to PC and it runs the server fine. But when I actually uninstall mysql and perl from the PC so they are only left as folders in the portable directory, i start to see a problem. The NPCs no longer respond to me when I try to hail them. I'm not sure why. Reinstalling MySQL and Perl and running a non-standalone server worked fine. But I tried to uninstall them and set up a new standalone and I run into the same problems all over again.
It seems like there is something the emulator/database is using from the windows installations of mysql/perl that is not carrying over to the portable folder. Has anyone run into this? How can I fix it?
I'm guessing I should be able to run a portable server without installing separate programs like MySQL or Perl. The point is to be able to transfer it to any other computer and have it run, because all the necessary resources are in the file.
|
 |
|
 |

02-27-2012, 01:05 AM
|
Sarnak
|
|
Join Date: Nov 2009
Posts: 45
|
|
Take some time to learn Windows.
http://lmgtfy.com/?q=windows+library+path
Yes, I know that sounds harsh but this is a forum for server administration and yet you do not know how to configure your OS (or even research with Google)?
Read through that link and thank me later.
|

02-27-2012, 01:43 AM
|
Hill Giant
|
|
Join Date: Nov 2004
Posts: 126
|
|
Not sure I understand, even after reading.
I have no level of expertise with this stuff. I read the FAQs and have read this forum well enough to be able to get a server up and running.
I wouldn't have known to search for dll path issues because I had no way of knowing it was a missing dll issue (I still don't know if that's what it is, although you seem fairly convinced and knowledgable).
Bottom line is, reading the various links you pulled up from Google didn't really clear anything up for me at all. To be clear, I'm not getting any missing dll errors, so I don't actually know which ones aren't in the path.
And I am using a .bat file which sets the path to my eqemu\mysql and perl directories.
Is it just a matter of figuring out which .dlls are missing and adding them to my mysql and perl portable folders? If that's it, how do I figure out which .dlls I need and where exactly do I add them?
|

02-27-2012, 01:41 PM
|
Sarnak
|
|
Join Date: Nov 2009
Posts: 45
|
|
Paste the contents of your batch file.
|

02-27-2012, 01:47 PM
|
Hill Giant
|
|
Join Date: Nov 2004
Posts: 126
|
|
Thanks. Will do so when I get home from work tonight.
|

02-27-2012, 03:40 PM
|
Hill Giant
|
|
Join Date: Nov 2004
Posts: 126
|
|
If it helps for now, I can tell you that the .bat pathing instruction is as follows:
Path = %Path%;c:\Games\Everquest\mysql\bin;c:\Games\Everq uest\perl\bin
"Everquest" is my "Standalone" dir. That path instruction appears right at the beginning of the .bat file. I'll post the whole thing once I have access to it.
|

02-27-2012, 06:56 PM
|
Hill Giant
|
|
Join Date: Nov 2004
Posts: 126
|
|
The above line has a typo but I'm not sure why.
Path = %Path%;c:\Games\Everquest\mysql\bin;c:\Games\Everq uest\perl\bin
"Ever quest" should be "Everquest."
It is correctly entered in the .bat.
|

02-27-2012, 09:12 PM
|
Demi-God
|
|
Join Date: Aug 2010
Posts: 1,742
|
|
Change it to:
Code:
Path = c:\Games\Everquest\mysql\bin;c:\Games\Everquest\perl\bin;%Path%
To make sure the dlls in those directories are found first.
|

02-28-2012, 01:10 AM
|
Hill Giant
|
|
Join Date: Nov 2004
Posts: 126
|
|
Changing the path code didn't work.
My .bat is as follows:
@echo off
Path = c:\Games\Everquest\mysql\bin;c:\Games\Everquest\pe rl\bin;%Path%
xampp_start.exe
cd .\eqemu
start EQEmuLoginServer.exe
echo
echo
start world.exe
cls
echo Wait for World to finish loading... Press Enter when done.
sleep 10
start eqlaunch.exe zone
exit
Runs mysql and the various server progs just fine and I can connect to my world, set up a toon and run around. I just can't get the NPCs to talk to me.
|

02-28-2012, 01:48 AM
|
Sarnak
|
|
Join Date: Nov 2009
Posts: 45
|
|
Try this:
Where xxx = your actual path.
|

02-28-2012, 01:58 AM
|
Demi-God
|
|
Join Date: Aug 2010
Posts: 1,742
|
|
What he has already should be setting the path properly. Environment variables aren't case sensitive.
Open a command prompt, cd c:\, run that path command, and then type perl -v
What happens? If Perl actually runs, is it the version you have installed with xampp or another version? Assuming you have Vista or Windows 7 you can also type `where perl` and see what it finds. If it is not the right directory then that's your problem.
|

02-28-2012, 02:14 AM
|
Hill Giant
|
|
Join Date: Nov 2004
Posts: 126
|
|
The plot thickens. Thanks for the suggestion, I think it cleared some things up, but I'm still stuck.
Typing in that path and then perl -v does run Perl and pulls up v. no. 5.10.1. Looking in the Perl dir in my standalone, one of the exe's is ver 5.10.1.1008, so no problems there.
Typing where perl pulls up my standalone perl folder and standalone mysql folders. Again, seems like no problem there.
Sounds like it should be running fine right? Still not working.
|

02-28-2012, 02:32 AM
|
Opcode Ninja
|
|
Join Date: Mar 2009
Location: San francisco
Posts: 426
|
|
no path for eqemu\plugins
|

02-28-2012, 02:39 AM
|
Hill Giant
|
|
Join Date: Nov 2004
Posts: 126
|
|
Noport, what does that mean? How do I set one?
|

02-28-2012, 03:17 AM
|
Sarnak
|
|
Join Date: Nov 2009
Posts: 45
|
|
Quote:
Originally Posted by lerxst2112
What he has already should be setting the path properly. Environment variables aren't case sensitive.
|
Yes, but SET is what I was meaning to point out.
|
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 03:30 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |