rattletrap icon indicating copy to clipboard operation
rattletrap copied to clipboard

Fails to parse split shot replay

Open scottleedavis opened this issue 11 months ago • 2 comments

Extracting replay data: examples/FFAB97E94060C9F49BDDFFBF484404F7.replay Failed to extract replay data. Error: ERROR: MissingClassName "TAGame.Default__TrackerWallDynamicMeshActor_TA"

-- Context: Replay, content, Content, frames, element (0), Frame, replications, element (38), Replication, value, ReplicationValue, Spawned -- You are using Rattletrap version 14.1.0 -- Config {compact = True, fast = False, help = False, input = Just "examples/FFAB97E94060C9F49BDDFFBF484404F7.replay", mode = Nothing, output = Just "./output/FFAB97E94060C9F49BDDFFBF484404F7.replay.json", schema = False, skipCrc = False, version = False} -- Please report this problem at https://github.com/tfausak/rattletrap/issues/new

Error during extraction: Rattletrap failed

relates to https://github.com/scottleedavis/rattlebrain/issues/2

scottleedavis avatar Dec 12 '24 14:12 scottleedavis

Can you upload a replay?

tfausak avatar Dec 14 '24 18:12 tfausak

certainly, here are 3v3 splitshot 2v2 heatseaker splitshot https://github.com/scottleedavis/rattlebrain/blob/main/examples/00DF9BCD4F72A4CCF0F5BC8DC8AE7958.replay https://github.com/scottleedavis/rattlebrain/blob/main/examples/E7563C8B40D1A3C65F1081B3E18C71A4.replay

$ ./rattletrap -i examples/00DF9BCD4F72A4CCF0F5BC8DC8AE7958.replay -o test.json
ERROR: MissingClassName "TAGame.Default__TrackerWallDynamicMeshActor_TA"

-- Context: Replay, content, Content, frames, element (0), Frame, replications, element (42), Replication, value, ReplicationValue, Spawned
-- You are using Rattletrap version 14.1.0
-- Config {compact = False, fast = False, help = False, input = Just "examples/00DF9BCD4F72A4CCF0F5BC8DC8AE7958.replay", mode = Nothing, output = Just "test.json", schema = False, skipCrc = False, version = False}
-- Please report this problem at https://github.com/tfausak/rattletrap/issues/new

$ ./rattletrap -i examples/E7563C8B40D1A3C65F1081B3E18C71A4.replay -o test.json
ERROR: MissingClassName "Archetypes.CarComponents.CarComponent_TerritoryDemolish"

-- Context: Replay, content, Content, frames, element (0), Frame, replications, element (46), Replication, value, ReplicationValue, Spawned
-- You are using Rattletrap version 14.1.0
-- Config {compact = False, fast = False, help = False, input = Just "examples/E7563C8B40D1A3C65F1081B3E18C71A4.replay", mode = Nothing, output = Just "test.json", schema = False, skipCrc = False, version = False}
-- Please report this problem at https://github.com/tfausak/rattletrap/issues/new

Thank you!

scottleedavis avatar Dec 15 '24 16:12 scottleedavis

Closing. See #328.

tfausak avatar Aug 06 '25 01:08 tfausak