I'm trying to get the repack to work and I'm running into the following error: - error in src\file.c line 220: fdnum_open() Error: permission denied Ever seen this one before? I've followed the repack instructions, per the video, and the total size of the pics I'm repacking is within 8Kb of the original total. Thanks! Well, posting got me access to the repacker download. Using that I now get the following error: - error in src\file.h line 167: myfopen() Error: permission denied So, the error is similar, but the source is different. Out of curiosity, does it matter if I didn't use the unpacker code and I used a different unpacker instead? Here's the offending block of code: [SIZE=10pt]if[/SIZE][SIZE=10pt]([/SIZE][SIZE=10pt]write_mode[/SIZE][SIZE=10pt])[/SIZE][SIZE=10pt] [/SIZE][SIZE=10pt]{[/SIZE] [SIZE=10pt] [/SIZE][SIZE=10pt]filez[/SIZE][SIZE=10pt]->[/SIZE][SIZE=10pt]fd[/SIZE][SIZE=10pt] [/SIZE][SIZE=10pt]=[/SIZE][SIZE=10pt] [/SIZE][SIZE=10pt]fopen[/SIZE][SIZE=10pt]([/SIZE][SIZE=10pt]fname[/SIZE][SIZE=10pt],[/SIZE][SIZE=10pt] [/SIZE][SIZE=10pt]"r+b"[/SIZE][SIZE=10pt]);[/SIZE][SIZE=10pt] [/SIZE][SIZE=10pt]// do NOT modify, it must be both read/write[/SIZE] [SIZE=10pt] [/SIZE][SIZE=10pt]if[/SIZE][SIZE=10pt](![/SIZE][SIZE=10pt]filez[/SIZE][SIZE=10pt]->[/SIZE][SIZE=10pt]fd[/SIZE][SIZE=10pt])[/SIZE][SIZE=10pt] [/SIZE][SIZE=10pt]{[/SIZE] [SIZE=10pt] [/SIZE][SIZE=10pt]filez[/SIZE][SIZE=10pt]->[/SIZE][SIZE=10pt]fd[/SIZE][SIZE=10pt] [/SIZE][SIZE=10pt]=[/SIZE][SIZE=10pt] [/SIZE][SIZE=10pt]fopen[/SIZE][SIZE=10pt]([/SIZE][SIZE=10pt]fname[/SIZE][SIZE=10pt],[/SIZE][SIZE=10pt] [/SIZE][SIZE=10pt]"w+b"[/SIZE][SIZE=10pt]);[/SIZE] [SIZE=10pt] [/SIZE][SIZE=10pt]if[/SIZE][SIZE=10pt](![/SIZE][SIZE=10pt]filez[/SIZE][SIZE=10pt]->[/SIZE][SIZE=10pt]fd[/SIZE][SIZE=10pt])[/SIZE][SIZE=10pt] [/SIZE][SIZE=10pt]{[/SIZE] [SIZE=10pt] [/SIZE][SIZE=10pt]if[/SIZE][SIZE=10pt]([/SIZE][SIZE=10pt]error[/SIZE][SIZE=10pt])[/SIZE][SIZE=10pt] [/SIZE][SIZE=10pt]STD_ERR[/SIZE][SIZE=10pt];[/SIZE] [SIZE=10pt] [/SIZE][SIZE=10pt]return[/SIZE][SIZE=10pt](-[/SIZE][SIZE=10pt]1[/SIZE][SIZE=10pt]);[/SIZE] [SIZE=10pt] [/SIZE][SIZE=10pt]}[/SIZE] [SIZE=10pt] [/SIZE][SIZE=10pt]}[/SIZE] Now, running CACLS on skins1.pkg shows the permissions = 'F' for everyone. I'm executing the batch in a command prompt being run as administrator, so I don't see why I would be having this problem.
Alright, I'm a tool. I forgot to close the program I used to extract the pck data. Closing that seems to have fixed my problem.
Ok, new issue. Now that I've got the access problem resolved, nothing gets repacked. I've followed the steps shown in the first repack video: 1. I've opened the repack executable 2. I select the .bms script 3. I select the .pck file 4. I select the directory containing the files to pack. 5. I click "Save" when the dialog opens with all of the files - I've even tried selecting a single file and manually typing all of the files in the file field. When I click the last "Save" button it goes back to the command prompt, runs, and says that 0 files have been imported.