SaltieRL / carball

📈 A Rocket League replay decompiling and analysis library
https://saltierl.github.io/carball/dev/bench/
Apache License 2.0
143 stars 48 forks source link

Unknown Attribute TAGame.PRI_TA:CurrentVoiceRoom #273

Open nathan-az opened 2 years ago

nathan-az commented 2 years ago

Looks like voice chat broke the parser. Error: Exception: Error decoding frame: attribute unknown or not implemented: actor id / actor object id / attribute id: 9 / 118 / 40. found attribute TAGame.PRI_TA:CurrentVoiceRoom (unknown to boxcars) on TAGame.Default__PRI_TA in network cache data. This is likely due to a rocket league update or an atypical replay. File a bug report! Context: on frame: 0, last updated actor: (actor stream id / object id / name: 9 / 118 / TAGame.Default__PRI_TA, attribute stream id / object id / name: 33 / 37 / Engine.PlayerReplicationInfo:PlayerID, attribute: Int(573))

boxcars-py version 0.1.14, carball version 0.7.5.

I see in the boxcars-py repo that version 0.1.15 has recently been released. Not sure if it fixes the issue, but 0.1.15 is currently not on pypi for upgrading.

JoeyFaulkner commented 2 years ago

hey! don't know if you're still stuck on this but it does seem like 0.1.15 fixes it, if you clone it locally and install them both everything runs fine.