We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.Exception: An error occured whilst exporting frames. ---> System.IO.DirectoryNotFoundException: 未能找到路径“D:\Develop\AS3\Projects\TestProj\embed\Imgs\Export”的一部分。 在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) 在 System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) 在 System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption) 在 System.IO.Directory.GetFiles(String path) 在 ASU.UI.MainForm.ExportUnpackers(List1 unpackers) 位置 C:\Users\MCooper\Documents\GitHub\Alferd-Spritesheet-Unpacker\ASU\UI\MainForm.cs:行号 1079 --- 内部异常堆栈跟踪的结尾 --- 在 ASU.UI.MainForm.ExportUnpackers(List1 unpackers) 位置 C:\Users\MCooper\Documents\GitHub\Alferd-Spritesheet-Unpacker\ASU\UI\MainForm.cs:行号 1222 在 ASU.UI.MainForm.ExportButton_Click(Object sender, EventArgs e) 位置 C:\Users\MCooper\Documents\GitHub\Alferd-Spritesheet-Unpacker\ASU\UI\MainForm.cs:行号 1228
1 unpackers) 位置 C:\Users\MCooper\Documents\GitHub\Alferd-Spritesheet-Unpacker\ASU\UI\MainForm.cs:行号 1079 --- 内部异常堆栈跟踪的结尾 --- 在 ASU.UI.MainForm.ExportUnpackers(List
Works fine when the exportlocation is short
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System.Exception: An error occured whilst exporting frames.
---> System.IO.DirectoryNotFoundException: 未能找到路径“D:\Develop\AS3\Projects\TestProj\embed\Imgs\Export”的一部分。 在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) 在 System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) 在 System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption) 在 System.IO.Directory.GetFiles(String path) 在 ASU.UI.MainForm.ExportUnpackers(List
1 unpackers) 位置 C:\Users\MCooper\Documents\GitHub\Alferd-Spritesheet-Unpacker\ASU\UI\MainForm.cs:行号 1079 --- 内部异常堆栈跟踪的结尾 --- 在 ASU.UI.MainForm.ExportUnpackers(List
1 unpackers) 位置 C:\Users\MCooper\Documents\GitHub\Alferd-Spritesheet-Unpacker\ASU\UI\MainForm.cs:行号 1222 在 ASU.UI.MainForm.ExportButton_Click(Object sender, EventArgs e) 位置 C:\Users\MCooper\Documents\GitHub\Alferd-Spritesheet-Unpacker\ASU\UI\MainForm.cs:行号 1228Works fine when the exportlocation is short
The text was updated successfully, but these errors were encountered: