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.
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