bnnm / wwiser

wwiser - Wwise .bnk explorer and audio simulator.
213 stars 13 forks source link

Unlikely count error #31

Closed Zhincore closed 1 year ago

Zhincore commented 1 year ago

Hello, This repo seems a little dead, but I'm desperate. I'm trying to parse Cyberpunk 2077's sfx_container.bnk which has many entries in the HIRC section. Wwiser seems to not like that, because it's replaces them with following in dumped banks:


        <fld ty="u32" na="NumReleasableHircItem" va="178879"/>
        <lst na="listLoadedItem" co="0"/>
        <error me="unlikely count 178879"/>
        <skip si="0xbc5627"/>

I am trying to parse bnks myself with help of wwiser's source code, but there's so much information... Is there anything that could be done? I don't even know where the error comes from, it's nowhere in the master branch.

Thanks

bnnm commented 1 year ago

I've increased the limit, try this: wwiser.zip (error)

Zhincore commented 1 year ago

Works! Wonderful, thank you so much!

GitHub's search feature works in mysterious ways haha, it finds it when i put "unlikely count" in quotations, I didn't think of that.