Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

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

Reply
 
Thread Tools Display Modes
  #1  
Old 04-27-2021, 09:01 PM
Mokugsm2
Fire Beetle
 
Join Date: Jun 2014
Posts: 1
Default Installer Error: Line 2132

Hi All,

I ran into some trouble trying to set up a windows server using the guide.

When I run the installer, I get the following error: read error at eqemu_server.pl line 2132.

In looking at line 2132: its the following script:

{
$archive_to_unzip = $_[0];
$dest_folder = $_[1];

if ($OS eq "Windows") {
eval "use Archive::Zip qw( :ERROR_CODES :CONSTANTS )";
my $zip = Archive::Zip->new();
unless ($zip->read($archive_to_unzip) == AZ_OK) {
die 'read error';
}
print "[Unzip] Extracting...\n";
$zip->extractTree('', $dest_folder);
}
if ($OS eq "Linux") {
print `unzip -o -q "$archive_to_unzip" -d "$dest_folder"`;
}
}


Is anyone able to assist with this problem? I appreciate any insight you may have.

Thanks
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 09:39 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3