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
gtk dwarf dump fails when using the --include-erased flag on either the PANEPON.plf or Dr_MARIO.plf files. It seems to work fine without the --include-erased flag tho.
The full error is:
Failed: Unknown DWARF attribute type
Caused by:
No discriminant in enum `AttributeKind` matches the value `4608`
I'm not sure if this is an actual attribute type. I checked the dwarf 1.1 specification pdf and this value seems to be too high for it to be part of the specification, but too low to be an implementation defined entry (those start at 0x2000 according to the spec).
I tried adding a placeholder implementation, but since this value ends in 0x0 I couldn't really get anywhere.
The first entry of this type seems to be at the binary offset 0x2CCD53 of the Dr_MARIO.plf file. Here's a screenshot.
The text was updated successfully, but these errors were encountered:
Repository URL
No response
Game Name
Nintendo Puzzle Collection
Game Version
There's only one version as far as I know
Description
gtk dwarf dump
fails when using the--include-erased
flag on either thePANEPON.plf
orDr_MARIO.plf
files. It seems to work fine without the--include-erased
flag tho.The full error is:
I'm not sure if this is an actual attribute type. I checked the dwarf 1.1 specification pdf and this value seems to be too high for it to be part of the specification, but too low to be an implementation defined entry (those start at 0x2000 according to the spec).
I tried adding a placeholder implementation, but since this value ends in
0x0
I couldn't really get anywhere.The first entry of this type seems to be at the binary offset 0x2CCD53 of the
![image](https://private-user-images.githubusercontent.com/7416381/402682749-ebac8ad4-35bb-4b6b-a5a6-07d8b11df48c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTY5ODQsIm5iZiI6MTczOTMxNjY4NCwicGF0aCI6Ii83NDE2MzgxLzQwMjY4Mjc0OS1lYmFjOGFkNC0zNWJiLTRiNmItYTVhNi0wN2Q4YjExZGY0OGMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMjMzMTI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzliNTkxZDQzOTEzMzZjNzg2ZWRlNzUyZWE5ZTJkNjc4NmNmYTBjYjIwOGRlODZhNzc4ZDIyODNkMWYxNGU2YSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.zohTB9OP3j6pr37l_QhgStumJU926OdzBTidQ9kPT84)
Dr_MARIO.plf
file. Here's a screenshot.The text was updated successfully, but these errors were encountered: