Open nord-kind opened 2 years ago
I tested the vromfs_unpacker.exe and got the following error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
I got the unpacker to work in raw python though.
The next problem is that the blk_unpack.exe does not work either. It throws this error:
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 447: char acter maps to undefined
But I cant get it to work in python since the raw blk_unpack_ng.py does a blk module which I can find nowhere.
Please follow the instructions from section Installation. The module will be installed as a dependency. https://github.com/kotiq/wt-tools/blob/d2df52ed989e8c9b227bc37f98c94212bbae17c3/requirements.txt#L9
Installation
I tested the vromfs_unpacker.exe and got the following error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
I got the unpacker to work in raw python though.
The next problem is that the blk_unpack.exe does not work either. It throws this error:
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 447: char acter maps to undefined
But I cant get it to work in python since the raw blk_unpack_ng.py does a blk module which I can find nowhere.