KSPtoMars / KSPtoMarsTools

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

4.0.7-beta windows amd64 crash on install #7

Closed space-is-hard closed 9 years ago

space-is-hard commented 9 years ago

2marsinstcrash

frenzeldk commented 9 years ago

Windows has a path-limit of 255 characters.

space-is-hard commented 9 years ago

Is there no solution to this?

darko-pilav commented 9 years ago

There are some somewhat cumbersome solutions but I would suggest you copy/move your KSP folder to somewhere where the path is shorter.

Alternatively you could use the "subst" command in cmd to substitute a path with a drive letter (as can be seen here).

i.e. "subst Y: C:\Example\File\Path"

and use the substituted drive letter.

space-is-hard commented 9 years ago

subst was successful and very easy, thank you.

frenzeldk commented 9 years ago

@space-is-hard may I ask, why you are in need of such long file paths?

space-is-hard commented 9 years ago

Mostly because I've got multiple KSP installs of various versions that I'm trying to keep semi-organized