You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully unpacked the GT PSP iso file. However, when I try packing, the following error occurred:
GTPSPVolTools by Nenkai#9075
Indexing 'C:\Users\user\Desktop\gt-vol-unpacked\' to find files to pack..
Unhandled exception. System.IO.FileNotFoundException: Could not find file 'C:\Users\user\Desktop\gt-vol-unpacked\iles.txt'.
File name: 'C:\Users\user\Desktop\gt-vol-unpacked\iles.txt'
at System.IO.FileInfo.get_Length()
at GTPSPVolTools.Packing.VolumeBuilder.Import(VolumeEntry parent, String folder)
at GTPSPVolTools.Packing.VolumeBuilder.RegisterFilesToPack(String inputFolder)
at GTPSPVolTools.Program.Pack(PackVerbs verbs)
at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult`1 result, Action`1 action)
at GTPSPVolTools.Program.Main(String[] args)
I guess there's something wrong with how the code handles the files.txt file? It would be really appreciated if you could look this through.
EDIT: I am running this in Windows 10 (21H2) x64.
The text was updated successfully, but these errors were encountered:
naturale0
changed the title
An error occur during packing
An error occurred during packing
Jun 27, 2022
I have successfully unpacked the GT PSP iso file. However, when I try packing, the following error occurred:
I guess there's something wrong with how the code handles the
files.txt
file? It would be really appreciated if you could look this through.EDIT: I am running this in Windows 10 (21H2) x64.
The text was updated successfully, but these errors were encountered: