- Joined
- Nov 20, 2015
- Messages
- 103
- Reaction score
- 63
- Trophies
- 0
- Location
- University Of Black Magic
- XP
- 167
- Country

Hello
I am using the Citra emu procedure for de crypting 3ds files and in Dcrypt9 I get the following error when executing the command prompt.
File "I:\# Decript 3DS Files #\sd\brahma\Decrypt9\scripts\ncchinfo_gen.py", line 138, in parseNCSD
result = parseNCCH(fh, header.offset_sizeTable.offset * mediaUnitSize, i, reverseCtypeArray(header.titleId), 0)
File "I:\# Decript 3DS Files #\sd\brahma\Decrypt9\scripts\ncchinfo_gen.py", line 185, in parseNCCH
data = data + parseNCCHSection(header, ncchSection.exheader, 0, 0, 1, tab)
File "I:\# Decript 3DS Files #\sd\brahma\Decrypt9\scripts\ncchinfo_gen.py", line 227, in parseNCCHSection
titleId = struct.unpack('<Q',(bytearray(header.programId[:8])))[0]
struct.error: unpack requires a string argument of length 8
I:\# Decript 3DS Files #\sd\brahma\Decrypt9\scripts>
What does the bolded error mean and how do I fix it?
cheers
I am using the Citra emu procedure for de crypting 3ds files and in Dcrypt9 I get the following error when executing the command prompt.
File "I:\# Decript 3DS Files #\sd\brahma\Decrypt9\scripts\ncchinfo_gen.py", line 138, in parseNCSD
result = parseNCCH(fh, header.offset_sizeTable.offset * mediaUnitSize, i, reverseCtypeArray(header.titleId), 0)
File "I:\# Decript 3DS Files #\sd\brahma\Decrypt9\scripts\ncchinfo_gen.py", line 185, in parseNCCH
data = data + parseNCCHSection(header, ncchSection.exheader, 0, 0, 1, tab)
File "I:\# Decript 3DS Files #\sd\brahma\Decrypt9\scripts\ncchinfo_gen.py", line 227, in parseNCCHSection
titleId = struct.unpack('<Q',(bytearray(header.programId[:8])))[0]
struct.error: unpack requires a string argument of length 8
I:\# Decript 3DS Files #\sd\brahma\Decrypt9\scripts>
What does the bolded error mean and how do I fix it?
cheers





