You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got an error when try to view files in game category 2 on my device. (As I see it is on 200 line of common.go file)
Reason is that Hsk00.lst in my device have double CR-LF pair on the end. Issue can be fixed by deleting or skipping empty strings when parsing GameItemList. I have no error if manually descramble hsk00.asd, remove empty line in the end of Hsk00.lst by hands in notepad, and scramble-zip it back.
After this hsk00-windows-cli works correct with my device.
The text was updated successfully, but these errors were encountered:
Got an error when try to view files in game category 2 on my device. (As I see it is on 200 line of common.go file)
Reason is that Hsk00.lst in my device have double CR-LF pair on the end. Issue can be fixed by deleting or skipping empty strings when parsing GameItemList. I have no error if manually descramble hsk00.asd, remove empty line in the end of Hsk00.lst by hands in notepad, and scramble-zip it back.
After this hsk00-windows-cli works correct with my device.
The text was updated successfully, but these errors were encountered: