KSPtoMars / KSPtoMarsTools

http://ksptomars.org
MIT License
2 stars 2 forks source link

Install aborts when unpacking mods #1

Closed agwilt closed 9 years ago

agwilt commented 9 years ago

After downloading all the mods, the script aborts. Here's my output:

This is v4.0.6-beta of the ksp2mars modpack script.

Preparing developer install.

Setting up installation paths

Downloading all mods. This will take a while.

Downloading Base Mods
Downloading [53 of 53]: RO_TaurusHCV.cfg            

Downloading Dev Mods
Downloading [14 of 14]: QuickScroll.zip     

Unpacking mods
There has been a critical error during unpacking! Aborting and rolling back...
mkdir ksp2mMods/2048/GameData/RSS-Textures: permission denied

I'm running Arch Linux x86_64, starting with a (I think) fresh KSP install from Steam.

frenzeldk commented 9 years ago

The issue apperrs to be with the MkdirAll function of golang. I will look into this, as soon as I find the time to work on the modpack.

agwilt commented 9 years ago

Thanks!