Plugin "File Not Found" after downloading?

Yseult

Creator
Pronouns
it/she/doe
Code:
Error type: System.IO.FileNotFoundException
   Message: Could not find file 'Z:\home\yseult\Games\FFXIV\Penumbra\hs-ÆTHERIS UI AIO-1.3.2-7NZ\files'.
   HResult: 0x80070002
   at System.IO.FileSystem.CreateDirectory(String fullPath, Byte[] securityDescriptor)
   at System.IO.Directory.CreateDirectory(String path)
   at Polly.ResiliencePipeline.<>c__35`1.<Execute>b__35_0(ResilienceContext _, Func`1 state)
--- End of stack trace from previous location ---
   at Polly.ResiliencePipeline.Execute[TResult](Func`1 callback)
   at Heliosphere.DownloadTask.CreateDirectories() in /_/DownloadTask.cs:line 380
   at Heliosphere.DownloadTask.Run() in /_/DownloadTask.cs:line 172

I'm on Linux fwiw
 
Solution
Probably a charset issue since you're on Linux. Does this happen on other mods that don't use special characters? Does it happen only with mods that do use special characters? If no to the first and yes to the second, try the locale hack in the XL troubleshooting tab. If that doesn't fix it, I'm not sure how.

If it's not a locale issue, then I'm not sure and will need to investigate further.
Probably a charset issue since you're on Linux. Does this happen on other mods that don't use special characters? Does it happen only with mods that do use special characters? If no to the first and yes to the second, try the locale hack in the XL troubleshooting tab. If that doesn't fix it, I'm not sure how.

If it's not a locale issue, then I'm not sure and will need to investigate further.
 
Solution
oh my god, it was a locale issue. i had to use one of XL-RB's hacks for forcing UTF-8 to fix it, and it fixed instantly!
thank you so much anna!
 
Back
Top