Closed ryantcameron closed 3 years ago
That looks like a bug. Can you upload the replay?
Here it is. bad_loss.zip
Can you try upgrading to at least version 9.3.0? The rumble pickup attributes are from Rocket League version 1.88, which I added support for in #170. Rattletrap version 9.3.x should be able to parse them: https://github.com/tfausak/rattletrap/releases/tag/9.3.3
That worked, thanks
Hey I'm just reporting an issue I'm having. I'm trying to run a replay through (for the first time, I built it from source code on a Windows x64 system), and when I run the command,
$ rattletrap < Replays\\bad_loss.replay > Replays\\Outputs\\test.json
in a bash terminal I get the following error message:rattletrap.exe: user error (could not get class name for object Str {strValue = "TAGame.Default__RumblePickups_TA"})
As a note when I run the same code but with the
-f
tag for just the header I run into no issues.