wwylele / mhrice

Monster Hunter Rise information website
http://mhrice.info
Apache License 2.0
106 stars 8 forks source link

Error in read-tdb ’failed to fill whole buffer’. #45

Closed chetuna closed 6 months ago

chetuna commented 6 months ago

I don't know which version this is happening from, but now I get an error when I use the read-tdb command. It used to be usable.

read-tdb -t MonsterHunterRise.exe Error: failed to fill whole buffer

This can be predicted to be due to the fact that _TDBANCHOR is now not accurate and is beyond its end position. Thanks for the long-term development.

wwylele commented 6 months ago

Since the game 10.0 update (I think?), the exe is obfuscated and no longer support direct TDB dumping. You can however do the following:

chetuna commented 6 months ago

I see, there was a change in the game file itself. We have confirmed that the read-dmp-tdb command dumps well. Thank you so much.