Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double sc0 Entries #7

Open
Al-Azif opened this issue Aug 14, 2023 · 0 comments
Open

Double sc0 Entries #7

Al-Azif opened this issue Aug 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Al-Azif
Copy link

Al-Azif commented Aug 14, 2023

Some entries in the sc0 partition are added into the table twice. They are the same file included twice at different offsets.

Example:

0x400: license.dat
0x400: license.dat
0x401: license.info
0x401: license.info
0x402: nptitle.dat
0x403: npbind.dat
0x409: psreserved.dat
0x409: psreserved.dat
0x1000: param.sfo
0x1001: playgo-chunk.dat
0x1001: playgo-chunk.dat
0x1002: playgo-chunk.sha
0x1002: playgo-chunk.sha
0x1003: playgo-manifest.xml
0x1003: playgo-manifest.xml
0x1004: pronunciation.xml
0x1005: pronunciation.sig
0x1006: pic1.png
0x100B: shareparam.json
0x100C: shareoverlayimage.png
0x100D: save_data.png
0x1200: icon0.png
0x1220: pic0.png
0x1280: icon0.dds
0x12A0: pic0.dds
0x12C0: pic1.dds

vs retail:

0x400: license.dat
0x401: license.info
0x402: nptitle.dat
0x403: npbind.dat
0x409: psreserved.dat
0x1000: param.sfo
0x1001: playgo-chunk.dat
0x1002: playgo-chunk.sha
0x1003: playgo-manifest.xml
0x1004: pronunciation.xml
0x1005: pronunciation.sig
0x1006: pic1.png
0x100B: shareparam.json
0x100C: shareoverlayimage.png
0x100D: save_data.png
0x1200: icon0.png
0x1220: pic0.png
0x1280: icon0.dds
0x12A0: pic0.dds
0x12C0: pic1.dds
0x1400: trophy/trophy00.trp

The above also illustrates the issue from #8

@kiwidoggie kiwidoggie added the bug Something isn't working label Oct 18, 2024
@kiwidoggie kiwidoggie added this to the .NET 8.0 Beta Release milestone Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants