maradotwebp / pax

📦 The MC modpack manager for professionals.
https://github.com/froehlichA/pax/releases/latest
MIT License
161 stars 4 forks source link

`pax upgrade` hangs on Windows due to improper cache path #74

Closed egelja closed 2 years ago

egelja commented 2 years ago

On Windows, : cannot be used in a filename, however, the cache files are named file:ADDON, leading to the cache directory simply containing two empty files with names file and addon and causing long upgrade times.

This can be fixed by simply using a different separator.

maradotwebp commented 2 years ago

Thanks for the quick PR ^^ I'll have to fix some of the tests first, but I hope that i can have a new Pax version out by wednesday. In the meantime, you can try using a version of Pax without the cache (https://github.com/froehlichA/pax/releases/tag/v1.9.9).