-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I'm having multiple errors when trying to run demo.py which I believe has been suited to replace the audio in the DLC file to have custom music.
Here are the errors I'm getting:
Traceback (most recent call last):
File "C:\Users*\Downloads\Furby-master\Furby-master\demo.py", line 53, in
make_hacked_inverting()
File "C:\Users*\Downloads\Furby-master\Furby-master\demo.py", line 41, in make_hacked_inverting
D = dlc("./dlc/dlc2/tu003410.dlc")
File "C:\Users*\Downloads\Furby-master\Furby-master\furby.py", line 1341, in init
self.dlc_header = self.HEADER_section(f.read(0x288))
File "C:\Users*\AppData\Local\Programs\Python\Python37\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 1200: character maps to
Is there anyway to solve this errors? I don't really know Python so any help on these errors would be greatly appreciated. Thank you.
*(name cut for privacy)