Need help please!
Currently I have produced a server where the 5 zones keep crapping out and brings up the "Dont Send" message. Images and stuff will be provided below.. I need help to get rid of error.
system: Pentium III - 760Mhz Ram - 512SDR Connection - 128KB/Router OS - Windows XP Pro db.ini: [Database] host=localhost user=james password=******** database=eq compression=off loginserver.ini [LoginServer] loginserver=eqlogin1.eqemulator.net loginport=5997 worldname=(LEGIT) Sanctus worldaddress=dotserver.no-ip.org locked=false [WorldServer] Defaultstatus=0 Unavailzone= [LoginConfig] ServerMode=Standalone ServerPort=5999 UplinkAddress= UplinkPort= UplinkAccount= UplinkPassword= boot5zones.exe start zone . dotserver.no-ip.org 7995 localhost start zone . dotserver.no-ip.org 7996 localhost start zone . dotserver.no-ip.org 7997 localhost start zone . dotserver.no-ip.org 7998 localhost start zone . dotserver.no-ip.org 7999 localhost exit cls My World.exe http://www.101h.com/zylkyrie/world.JPG All 5 of the Zone.exe had this: http://www.101h.com/zylkyrie/zone.JPG If you can help me it will be greatly appreciated. I think it might have something to do with PERL, but maybe not. I've download PERL and everything.. I'm not sure what happened, just when I updated the world.exe, zone.exe and the EMuShareMem.dll then that zone error occurd. It may be because the download from Shawn's site was corrupt. If you have the update for the World.exe/Zone.exe/EMuShareMem.dll can you please post a link and I could try them. Thanks for your time. |
IO::Scalar is not part of the standard perl distribution.
You need to download it seperatly (look www.cpan.org, or maybee you can get another link from one tutorial in the forums). |
Have you got a direct download link for this IO thing?
I found this, is this what I need and what do I do with it? my $scalar = ''; ... open my $fh, "<", \$scalar or die; open my $fh, ">", \$scalar or die; open my $fh, ">>", \$scalar or die; or my $scalar = ''; ... open my $fh, "<:scalar", \$scalar or die; open my $fh, ">:scalar", \$scalar or die; open my $fh, ">>:scalar", \$scalar or die; |
All times are GMT -4. The time now is 06:49 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.