IceReaper / OpenKrush

A KKnD and KKnD2 mod on OpenRA engine.
https://kknd-game.com
GNU General Public License v3.0
99 stars 6 forks source link

Engine undownloadable #27

Closed fusion809 closed 5 years ago

fusion809 commented 5 years ago

Hi,

Presently, as of commit 147 (9d422db56b96c6ee40536b862529cefc959d69a7) this mod is failing to build, with the error:

OpenRA engine version playtest-20190106 is required.
Deleting existing engine (unknown version).
Downloading engine...
[engine.zip]
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of engine.zip or
        engine.zip.zip, and cannot find engine.zip.ZIP, period.
[engine.zip]
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of engine.zip or
        engine.zip.zip, and cannot find engine.zip.ZIP, period.
rmdir: failed to remove './engine_temp': No such file or directory
Compiling engine...
make[1]: Entering directory '/data/GitHub/others/KKnD/engine'
make[1]: *** No rule to make target 'version'.  Stop.
make[1]: Leaving directory '/data/GitHub/others/KKnD/engine'
make[1]: Entering directory '/data/GitHub/others/KKnD/engine'
make[1]: *** No rule to make target 'core'.  Stop.
make[1]: Leaving directory '/data/GitHub/others/KKnD/engine'
make: *** [Makefile:99: engine] Error 2

Which to me says that your recent mod.config edits have rendered the engine undownloadable.

Thanks for your time, Brenton

fusion809 commented 5 years ago

Oops nvm I see your Travis CI is giving the same error, so I'm guessing you already know this.

IceReaper commented 5 years ago

Im currently investigating what the hell happened. my local repo says im up-to-date, however my mod.config is different. will have it fixed in a few minutes.