MeltyPlayer / FinModelUtility

Model viewer and command-line tools for extracting models from various GCN/3DS/PC games en-masse.
GNU General Public License v3.0
101 stars 12 forks source link

CiaExtractor not dumping rom/Project build issues #39

Closed HALS8 closed 6 months ago

HALS8 commented 6 months ago

The following exception is being thrown when I attempt to extract Ocarina of Time 3D files using the latest source code: Screenshot (530)

I was going to attempt to debug the issue myself but I'm getting the following errors when building the solution (it has been a while since I've worked in VS/C# so it's possible I'm being dumb here): Screenshot (531)

(Despite the issues I just want to take the opportunity to thank you for the impressive work you've done on this project.)

HALS8 commented 6 months ago

Put this one down as a dumb on my part; at some point Windows apparently decided to assign the install folder as a Protected Folder, preventing the ctrtool from making alterations to the directory when called via the batch file as it lacked sufficient privileges, even if the original script was elevated with admin privileges. As for the second issue, commenting out the contents of FileIdDictionary allowed the build to complete. Apologies for the stupid.