Linux hard link fix from 4.0.1 missing in 4.1.0

robocephalic

New member
It looks like the linux hard link fix didn't make it to the new version. I'm unable to install mods on an exfat disk in Linux.

Code:
Error type: System.IO.IOException
   Message: Failed to create hard link (0x5): Z:\mnt\F796-D8DD\FFXIV Mods\hs-Adjusted 2B boots for everyone-1.1.2-kzg\wroogj4k.xx2 -> Z:\mnt\F796-D8DD\FFXIV Mods\hs-Adjusted 2B boots for everyone-1.1.2-kzg\sgaugyb3.f4a
   HResult: 0x80070005
   at Heliosphere.Util.FileHelper.CreateHardLink(String source, String destination) in /_/Util/FileHelper.cs:line 125
   at Heliosphere.DownloadTask.TestHardLinks() in /_/DownloadTask.cs:line 338
   at Heliosphere.DownloadTask.Run() in /_/DownloadTask.cs:line 164
 
No, the fix is still there. It may have just never worked. Need to find a better way to detect when the game is using Wine, apparently.
 
Back
Top