I've been trying to extract certain audio files related to character dialogue, (originally just the player-voice lines) but some of them give an error in command prompt.
these are the files I'm trying to extract using "ThomasJepp.SaintsRow.ExtractStreamingSoundbank.exe":
voc_player_wf_media.bnk_pc
voc_zimos_media.bnk_pc
voc_burt_media.bnk_pc
This is the error:
Unhandled Exception: System.InvalidCastException: Unable to cast object of type 'System.Collections.Generic.Dictionary`2[System.String,System.Object]' to type 'System.String'.
at ThomasJepp.SaintsRow.Utility.GetGamePath(GameSteamID gameId)
at ThomasJepp.SaintsRow.GameInstances.SRTTInstance..ctor()
at ThomasJepp.SaintsRow.GameInstances.GameInstance.GetFromString(String game)
at ThomasJepp.SaintsRow.ExtractStreamingSoundbank.Program.Main(String[] args)
Unless extracting the voice files I want is impossible, I don't understand the problem.
these are the files I'm trying to extract using "ThomasJepp.SaintsRow.ExtractStreamingSoundbank.exe":
voc_player_wf_media.bnk_pc
voc_zimos_media.bnk_pc
voc_burt_media.bnk_pc
This is the error:
Unhandled Exception: System.InvalidCastException: Unable to cast object of type 'System.Collections.Generic.Dictionary`2[System.String,System.Object]' to type 'System.String'.
at ThomasJepp.SaintsRow.Utility.GetGamePath(GameSteamID gameId)
at ThomasJepp.SaintsRow.GameInstances.SRTTInstance..ctor()
at ThomasJepp.SaintsRow.GameInstances.GameInstance.GetFromString(String game)
at ThomasJepp.SaintsRow.ExtractStreamingSoundbank.Program.Main(String[] args)
Unless extracting the voice files I want is impossible, I don't understand the problem.
Last edited: