Plugin Frequent, seemingly random crashes on Linux

suviplusplus

New member
Pronouns
she/it
Hi, this seems very similar to a supposedly already-fixed issue, but I did make sure that I am on the latest version of the plugin, and these crashes haven't stopped.

2 different instances of the crash. It doesn't seem to be mod-specific.

Code:
System.IO.IOException: Invalid name. : 'Z:\data\FFXIV-Stuff\Penumbra\[lywe] b& freesia\heliosphere.json'.

   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)

   at System.IO.Strategies.AsyncWindowsFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)

   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)

   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)

   at System.IO.File.AsyncStreamReader(String path, Encoding encoding)

   at System.IO.File.InternalReadAllTextAsync(String path, Encoding encoding, CancellationToken cancellationToken)

   at Heliosphere.Util.FileHelper.WrapAsync[T](String path, Func`3 action, CancellationToken token)

   at Heliosphere.Util.FileHelper.ReadAllTextAsync(String path, CancellationToken token) in /_/Util/FileHelper.cs:line 53

   at Heliosphere.Model.HeliosphereMeta.Load(String path, CancellationToken token) in /_/Model/HeliosphereMeta.cs:line 49

   at Heliosphere.PackageState.LoadMeta(String penumbraPath, String directory, CancellationToken token) in /_/PackageState.cs:line 217


Code:
System.IO.IOException: Invalid name. : 'Z:\data\FFXIV-Stuff\Penumbra\[L] b& Emilia\heliosphere.json'.

   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)

   at System.IO.Strategies.AsyncWindowsFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)

   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)

   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)

   at System.IO.File.AsyncStreamReader(String path, Encoding encoding)

   at System.IO.File.InternalReadAllTextAsync(String path, Encoding encoding, CancellationToken cancellationToken)

   at Heliosphere.Util.FileHelper.WrapAsync[T](String path, Func`3 action, CancellationToken token)

   at Heliosphere.Util.FileHelper.ReadAllTextAsync(String path, CancellationToken token) in /_/Util/FileHelper.cs:line 53

   at Heliosphere.Model.HeliosphereMeta.Load(String path, CancellationToken token) in /_/Model/HeliosphereMeta.cs:line 49

   at Heliosphere.PackageState.LoadMeta(String penumbraPath, String directory, CancellationToken token) in /_/PackageState.cs:line 217
 
To be clear, do you mean "crash" as in the game crashes to desktop, or do you mean Heliosphere fails to load or something else? This does not look like it should cause a crash. These are also exactly the same error. Please also provide your troubleshooting information in the support tab of /hs. If you can't open Heliosphere, then just the support ID from its config file will suffice. What filesystem is Z:? What version of Wine and XLCore? How did you install this mod? What were you doing when this error occurred? Please provide more information than just "here's an error".
 
Back
Top