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. |
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. |
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? |
Paste the contents of your batch file.
|
Thanks. Will do so when I get home from work tonight.
|
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. |
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. |
Change it to:
Code:
Path = c:\Games\Everquest\mysql\bin;c:\Games\Everquest\perl\bin;%Path% |
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. |
Try this:
Quote:
|
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. |
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. |
no path for eqemu\plugins
|
Noport, what does that mean? How do I set one?
|
Quote:
|
All times are GMT -4. The time now is 07:38 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.