storybuilder-org / StoryCAD

StoryBuilder - CAD Software for Fiction Writers
https://storybuilder.org/
GNU General Public License v3.0
14 stars 8 forks source link

Error writing file The filename, directory name, or volume label syntax is incorrect.The specified name (REDACTED) contains one or more invalid characters. System.Private.CoreLib #785

Closed StoryCADBot closed 2 months ago

StoryCADBot commented 2 months ago

Time: 08/26/2024 10:46:21 Application: Version: Version: 2.14.4 Severity: Error URL: :arrow_right: :arrow_right: Error: System.Runtime.InteropServices.COMException Source: System.Private.CoreLib User: osama Hostname: DESKTOP-C98DR3R

More details on elmah.io

Rarisma commented 2 months ago

Issue is that somehow UnifiedVM isn't blocking file names containing a : (which is a char that can't appear in filenames in windows) a PR will be out shortly that addresses this issue and blocks containing : and other illegal chars.

All linked issues are due to StoryCAD trying to read/write to a story that doesn't and cannot ever exist due to file name being blocked by windows.

Rarisma commented 2 months ago

fixed in #790