-
Notifications
You must be signed in to change notification settings - Fork 150
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
pk3ds incorrectly throwing "Folder does not contain an 'a' folder in the top level" on ext4 filesystems #511
Comments
The program also checks the count of files in the folders; are you sure you have dumped all the files for the game you are trying to load? |
Assuming https://github.com/Asia81/HackingToolkit9DS-Deprecated- worked correctly, yes. |
Valid file counts within the a* folders: pk3DS/pk3DS.Core/Game/GameConfig.cs Lines 12 to 17 in 94f23bb
|
i've got exactly 299 files in |
Here's the logic that checks for the existence of the Lines 504 to 528 in dfdbce7
Not sure what all you have in there, but it's expecting the first directory in the folder to be called |
first folder is indeed exactly |
Retrying on Windows worked perfectly, somehow |
pk3ds is incorrectly throwing "Folder does not contain an 'a' folder in the top level" despite the dump folder meeting requirements.
running via
mono
$ tree -a .
The text was updated successfully, but these errors were encountered: