Hello, I try your tutorial but I have this message on all the files I test. Is this normal?
Code:
extract.py VO_FR.FSB -o VO_FR
Traceback (most recent call last):
File "F:\fmod\extract.py", line 131, in <module>
main()
File "F:\fmod\extract.py", line 127, in main
exit(app.run(sys.argv[1:]))
File "F:\fmod\extract.py", line 120, in run
with open(fname, 'rb') as f:
PermissionError: [Errno 13] Permission denied: 'VO_FR.FSB'
and if I directly indicate the name of the fsb file I have this message
Code:
f:\fmod>extract.py VO_FR.dat -o VO_FR
Traceback (most recent call last):
File "F:\fmod\extract.py", line 131, in <module>
main()
File "F:\fmod\extract.py", line 127, in main
exit(app.run(sys.argv[1:]))
File "F:\fmod\extract.py", line 121, in run
self.handle_file(f)
File "F:\fmod\extract.py", line 110, in handle_file
for sample_fakepath, sample_name, sample_data in self.read_samples(fakepath_prefix, fsb, ext):
File "F:\fmod\extract.py", line 86, in read_samples
yield sample_fakepath, sample.name, fsb.rebuild_sample(sample)
File "F:\fmod\fsb5\__init__.py", line 211, in rebuild_sample
from . import vorbis
File "F:\fmod\fsb5\vorbis.py", line 12, in <module>
vorbis = load_lib('vorbis')
File "F:\fmod\fsb5\utils.py", line 76, in load_lib
raise LibraryNotFoundException("Could not load the library %r" % (names[0]))
fsb5.utils.LibraryNotFoundException: Could not load the library 'vorbis'