Skip to content
New issue

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

Illligal characters in path #32

Open
arrissing opened this issue Nov 27, 2023 · 1 comment
Open

Illligal characters in path #32

arrissing opened this issue Nov 27, 2023 · 1 comment

Comments

@arrissing
Copy link

Hi Team

having a strange issue with extracting, im getting the following error about 50% of the way through.
I have tried on EQ Titanium, Faydwer and Current.

any help appreciated.

Unhandled Exception: System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
at System.IO.Path.InternalGetDirectoryName(String path)
at LanternExtractor.EQ.Wld.Exporters.TextAssetWriter.WriteAssetToFile(String fileName)
at LanternExtractor.EQ.Wld.Exporters.MeshExporter.ExportMeshes(WldFile wldFile, Settings settings, ILogger logger)
at LanternExtractor.EQ.Wld.WldFile.ExportMeshes()
at LanternExtractor.EQ.Wld.WldFile.ExportData()
at LanternExtractor.EQ.Wld.WldFileEquipment.ExportData()
at LanternExtractor.EQ.Wld.WldFile.Initialize(String rootFolder, Boolean exportData)
at LanternExtractor.EQ.ArchiveExtractor.InitializeWldAndWriteTextures(WldFile wldFile, String rootFolder, String texturePath, PfsArchive s3dArchive, Settings settings, ILogger logger)
at LanternExtractor.EQ.ArchiveExtractor.ExtractArchiveEquipment(String rootFolder, ILogger logger, Settings settings, PfsFile wldFileInArchive, String shortName, PfsArchive s3dArchive)
at LanternExtractor.EQ.ArchiveExtractor.Extract(String path, String rootFolder, ILogger logger, Settings settings)
at LanternExtractor.LanternExtractor.Main(String[] args)

@danwilkins
Copy link
Member

@arrissing do you know the specific file it's failing on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants