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
Dumped Scarlett Romfs, Moved data.trpfs folder and data.trpfd to files, put flatc.exe and the oo2core_6_win64.dll into tools
Run python script and get this error, no output folder is created.
Extracting data from trpfs file...
Traceback (most recent call last):
File "trpfs_extract.py", line 84, in
ExtractFS()
File "trpfs_extract.py", line 29, in ExtractFS
with open(file_dir + "\data.trpfs", mode="rb") as fs, open(file_dir + "\fs_data_separated.trpfs", mode="wb") as fs_sep:
PermissionError: [Errno 13] Permission denied: 'files\data.trpfs'
The text was updated successfully, but these errors were encountered:
CantWeAllDisagree
changed the title
PermissionERROr: [Errno 13] Permission Denied: 'files\\data.trpfs'
PermissionError: [Errno 13] Permission Denied: 'files\\data.trpfs'
Nov 18, 2022
Dumped Scarlett Romfs, Moved data.trpfs folder and data.trpfd to files, put flatc.exe and the oo2core_6_win64.dll into tools
Run python script and get this error, no output folder is created.
Extracting data from trpfs file...
Traceback (most recent call last):
File "trpfs_extract.py", line 84, in
ExtractFS()
File "trpfs_extract.py", line 29, in ExtractFS
with open(file_dir + "\data.trpfs", mode="rb") as fs, open(file_dir + "\fs_data_separated.trpfs", mode="wb") as fs_sep:
PermissionError: [Errno 13] Permission denied: 'files\data.trpfs'
The text was updated successfully, but these errors were encountered: