You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original folder is: r:\KSP_1.12.5_Eye_Ear_Candy-2\KSP_x64_Data
First copy is: R:\KSP_1.12.5_Candy-Career\KSP_x64_Data
Second copy is: R:\KSP_1.12.5_Candy-Career-techno\KSP_x64_Data
I used the following command to examine the entries. The first copy looks like this:
R:\KSP_1.12.5_Candy-Career>fsutil reparsepoint query KSP_x64_Data
Reparse Tag Value : 0xa0000003
Tag value: Microsoft
Tag value: Name Surrogate
Tag value: Mount Point
Substitue Name offset: 0
Substitue Name length: 92
Print Name offset: 94
Print Name Length: 0
Substitute Name: \??\r:\KSP_1.12.5_Eye_Ear_Candy-2\KSP_x64_Data
The second copy looks like this:
R:\KSP_1.12.5_Candy-Career-techno>fsutil reparsepoint query KSP_x64_Data
Reparse Tag Value : 0xa0000003
Tag value: Microsoft
Tag value: Name Surrogate
Tag value: Mount Point
Substitue Name offset: 0
Substitue Name length: 100
Print Name offset: 102
Print Name Length: 0
Substitute Name: \??\\??\r:\KSP_1.12.5_Eye_Ear_Candy-2\KSP_x64_Data
It looks like the program is making a symlink of a symlink, and Windows doesn't seem to like that (see the Substitute Name for the second copy)
Thanks! So the part that tries to re-use the same original shared folder is working, but Windows is doing some weird stuff with the paths. We already have some parsing to remove \\?\ at the start:
Is there an existing issue for this?
Operating System
Windows 10
CKAN Version
v1.35.2.24280
Games
KSP 1
Game Version
1.12.5
Did you make any manual changes to your game folder (i.e., not via CKAN)?
No response
Describe the bug
I cloned an install which had been previously cloned. The new clone had an invalid KSP_x64_Data directory
Looking at the directory in Explorer gets the following error:
Steps to reproduce
Clone an install which was already a clone, using the option to share stock files
Try to run the game.
Try to look in the directory
Relevant log output
No response
The text was updated successfully, but these errors were encountered: