Makiah / BotW-SBFRES-to-FBX

⚔ A repo which employs a number of useful libraries I found across the net along with some custom-written Python and MAXScript to facilitate batch export of Nintendo SBFRES compressed files to FBX files (for use in Unity, for instance). DISCLAIMER: I do not condone the unauthorized replication of files provided by employing this script!
73 stars 29 forks source link

UnicodeDecodeError: 'gbk' codec can't decode byte 0xd7 in position 1580: illegal multibyte sequence #13

Closed xoyojank closed 5 years ago

xoyojank commented 5 years ago

Phase 4: Model Exports Traceback (most recent call last): File "runme.py", line 66, in LoadAndExportExtractedModels.loadAndExportModels() File "E:\BotW-SBFRES-to-FBX\fbxextraction\LoadAndExportExtractedModels.py", line 48, in loadAndExportModels data = file.readlines() UnicodeDecodeError: 'gbk' codec can't decode byte 0xd7 in position 1580: illegal multibyte sequence

Makiah commented 5 years ago

Presumably fixed by 39f1485