View Single Post
  #12  
Old 02-25-2021, 10:14 AM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default

Quote:
Originally Posted by Huppy View Post
Did you try [fetch_dlls] with that perl script to see if it grabbed that file? Also, did you try grabbing the latest "stable" binaries, as opposed to the latest unstable ?
Yes - I tried fetch_dlls. No go.

Grabbing the stable binaries results in a 0 byte file [master_windows_build.zip] and thus errors out in the script as follows:

Code:
Enter a command #> windows_server_download
[Update] Fetching Latest Windows Binaries...
[Download] Saved [updates_staged/master_windows_build.zip] from [https://raw.githubusercontent.com/Akkadius/eqemu-install-v2/master/master_windows_build.zip]
[Update] Fetched Latest Windows Binaries...
[Update] Extracting... ---
format error: file is too short
 at c:/strawberry/perl/vendor/lib/Archive/Zip/Archive.pm line 692.
        Archive::Zip::Archive::_findEndOfCentralDirectory(Archive::Zip::Archive=HASH(0x2d63ff8), IO::File=GLOB(0x2d7b570)) called at c:/strawberry/perl/vendor/lib/Archive/Zip/Archive.pm line 591
        Archive::Zip::Archive::readFromFileHandle(Archive::Zip::Archive=HASH(0x2d63ff8), IO::File=GLOB(0x2d7b570), "updates_staged/master_windows_build.zip") called at c:/strawberry/perl/vendor/lib/Archive/Zip/Archive.pm line 559
        Archive::Zip::Archive::read(Archive::Zip::Archive=HASH(0x2d63ff8), "updates_staged/master_windows_build.zip") called at eqemu_server.pl line 2130
        main::unzip("updates_staged/master_windows_build.zip", "updates_staged/binaries/") called at eqemu_server.pl line 1614
        main::fetch_latest_windows_binaries() called at eqemu_server.pl line 1054
        main::show_menu_prompt() called at eqemu_server.pl line 625
        main::check_for_world_bootup_database_update() called at eqemu_server.pl line 123
read error at eqemu_server.pl line 2131.
Reply With Quote