Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EXTRACTOR ERROR] Fails to extract some wwise_bank streams #6

Open
xypwn opened this issue Apr 3, 2024 · 2 comments
Open

[EXTRACTOR ERROR] Fails to extract some wwise_bank streams #6

xypwn opened this issue Apr 3, 2024 · 2 comments
Labels
bug Something isn't working extractor Something to do with an extractor

Comments

@xypwn
Copy link
Owner

xypwn commented Apr 3, 2024

Description
Two different kinds of errors:

  • Invalid magic number (always seems to be "\x00\x04\x02\x00")
  • RIFF size does not match file size

System info:

  • Filediver version: 5d2fa4c
  • OS: Windows

Error output

ERROR extract content/audio/Helldiver_IR.wwise_bank: wwise: OpenWem: invalid "RIFF"/"RIFX" magic number (got: "♦☻" | [0 4 2 0])
ERROR extract content/audio/Helldiver_Standard_VO.wwise_bank: wwise: OpenWem: RIFF size (44057) does not match file size (1586)
ERROR extract content/audio/cutscenes_sfx.wwise_bank: wwise: OpenWem: RIFF size (408537) does not match file size (4486)
ERROR extract content/audio/env_arctic.wwise_bank: wwise: OpenWem: RIFF size (51950) does not match file size (1464)
ERROR extract content/audio/env_moor.wwise_bank: wwise: OpenWem: RIFF size (65980) does not match file size (1405)
ERROR extract content/audio/env_primordial.wwise_bank: wwise: OpenWem: RIFF size (108755) does not match file size (1992)
ERROR extract content/audio/env_sandy.wwise_bank: wwise: OpenWem: RIFF size (447830) does not match file size (1916)
ERROR extract content/audio/env_shared.wwise_bank: wwise: OpenWem: invalid "RIFF"/"RIFX" magic number (got: "♦☻" | [0 4 2 0])
ERROR extract content/audio/env_ship.wwise_bank: wwise: OpenWem: RIFF size (3739) does not match file size (1169)
ERROR extract content/audio/haz_explosivemushroom.wwise_bank: wwise: OpenWem: RIFF size (160127) does not match file size (2375)
ERROR extract content/audio/haz_fire.wwise_bank: wwise: OpenWem: RIFF size (51950) does not match file size (1464)

Additional context
None.

@xypwn xypwn added bug Something isn't working extractor Something to do with an extractor labels Apr 3, 2024
@ChiliEater
Copy link

ChiliEater commented Apr 27, 2024

I can reproduce this on Linux using commit 5991ffa:

INFO Game directory: "/mnt/fast/chili/Games/Steam/steamapps/common/Helldivers 2"
INFO Output directory: "helldivers2"
INFO Reading metadata...
INFO Known hashes: names 24.75%, types 95.45%
INFO Extracting files...
ERROR extract content/audio/Helldiver_IR.wwise_bank: wwise: OpenWem: invalid "RIFF"/"RIFX" magic number (got: "" | [0 4 2 0])
ERROR extract content/audio/Helldiver_Standard_VO.wwise_bank: wwise: OpenWem: RIFF size (44057) does not match file size (1586)
ERROR extract content/audio/cutscenes_sfx.wwise_bank: wwise: OpenWem: RIFF size (408537) does not match file size (4486)
ERROR extract content/audio/env_arctic.wwise_bank: wwise: OpenWem: RIFF size (51950) does not match file size (1464)
ERROR extract content/audio/env_moor.wwise_bank: wwise: OpenWem: RIFF size (65980) does not match file size (1405)
ERROR extract content/audio/env_primordial.wwise_bank: wwise: OpenWem: RIFF size (108755) does not match file size (1992)
ERROR extract content/audio/env_sandy.wwise_bank: wwise: OpenWem: RIFF size (447830) does not match file size (1916)
ERROR extract content/audio/env_shared.wwise_bank: wwise: OpenWem: invalid "RIFF"/"RIFX" magic number (got: "" | [0 4 2 0])
ERROR extract content/audio/env_ship.wwise_bank: wwise: OpenWem: RIFF size (3739) does not match file size (1169)
ERROR extract content/audio/haz_explosivemushroom.wwise_bank: wwise: OpenWem: RIFF size (160127) does not match file size (2375)
ERROR extract content/audio/haz_fire.wwise_bank: wwise: OpenWem: RIFF size (51950) does not match file size (1464)
ERROR extract content/audio/music.wwise_bank: wwise: OpenWem: RIFF size (5101192) does not match file size (3189)
ERROR extract content/audio/obj_hellbomb.wwise_bank: wwise: OpenWem: RIFF size (570386) does not match file size (3003)
ERROR extract content/audio/obj_missile_silo.wwise_bank: wwise: OpenWem: RIFF size (134690) does not match file size (2140)
ERROR extract content/audio/obj_oil_pump.wwise_bank: wwise: OpenWem: RIFF size (287095) does not match file size (1771)
ERROR extract content/audio/obj_raise_flag.wwise_bank: wwise: OpenWem: RIFF size (912041) does not match file size (3395)
ERROR extract content/audio/rev_gameplay.wwise_bank: wwise: OpenWem: invalid "RIFF"/"RIFX" magic number (got: "" | [0 4 2 0])
ERROR extract content/audio/rev_ship_hub.wwise_bank: wwise: OpenWem: invalid "RIFF"/"RIFX" magic number (got: "" | [0 4 2 0])
ERROR extract content/audio/stratagems.wwise_bank: wwise: OpenWem: RIFF size (167051) does not match file size (2285)
ERROR extract content/audio/tutorial.wwise_bank: wwise: OpenWem: RIFF size (1429887) does not match file size (782)
ERROR extract content/audio/weapons_superearth.wwise_bank: wwise: OpenWem: RIFF size (34342) does not match file size (3249)
INFO Extracted 10855/10876 matching files

@donrc117
Copy link

Can also reproduce on Windows, commit 7b3e031 (release 0.3.3)

INFO Game directory: "G:\SteamLibrary\steamapps\common\Helldivers 2"
INFO Output directory: "extracted"
INFO Known hashes: names 23.56%, types 95.45%
INFO Extracting files...
ERROR extract content/audio/Helldiver_IR.wwise_bank: wwise: OpenWem: invalid "RIFF"/"RIFX" magic number (got: "♦☻" | [0 4 2 0])
ERROR extract content/audio/Helldiver_Standard_VO.wwise_bank: wwise: OpenWem: RIFF size (44057) does not match file size (1586)
ERROR extract content/audio/cutscenes_sfx.wwise_bank: wwise: OpenWem: RIFF size (408537) does not match file size (4486)
ERROR extract content/audio/env_arctic.wwise_bank: wwise: OpenWem: RIFF size (51950) does not match file size (1464)
ERROR extract content/audio/env_moor.wwise_bank: wwise: OpenWem: RIFF size (65980) does not match file size (1405)
ERROR extract content/audio/env_primordial.wwise_bank: wwise: OpenWem: RIFF size (108755) does not match file size (1992)
ERROR extract content/audio/env_sandy.wwise_bank: wwise: OpenWem: RIFF size (447830) does not match file size (1916)
ERROR extract content/audio/env_shared.wwise_bank: wwise: OpenWem: RIFF size (63887) does not match file size (2322)
ERROR extract content/audio/env_ship.wwise_bank: wwise: OpenWem: RIFF size (3739) does not match file size (1169)
ERROR extract content/audio/env_swamp.wwise_bank: wwise: OpenWem: RIFF size (333336) does not match file size (4908)
ERROR extract content/audio/haz_explosivemushroom.wwise_bank: wwise: OpenWem: RIFF size (160127) does not match file size (2375)
ERROR extract content/audio/haz_fire.wwise_bank: wwise: OpenWem: RIFF size (51950) does not match file size (1464)
ERROR extract content/audio/haz_toxchimney.wwise_bank: wwise: OpenWem: RIFF size (62913) does not match file size (1917)
ERROR extract content/audio/music.wwise_bank: wwise: OpenWem: RIFF size (5101192) does not match file size (3189)
ERROR extract content/audio/obj_hellbomb.wwise_bank: wwise: OpenWem: RIFF size (570386) does not match file size (3003)
ERROR extract content/audio/obj_missile_silo.wwise_bank: wwise: OpenWem: RIFF size (134690) does not match file size (2140)
ERROR extract content/audio/obj_oil_pump.wwise_bank: wwise: OpenWem: RIFF size (287095) does not match file size (1771)
ERROR extract content/audio/rev_gameplay.wwise_bank: wwise: OpenWem: invalid "RIFF"/"RIFX" magic number (got: "♦☻" | [0 4 2 0])
ERROR extract content/audio/rev_ship_hub.wwise_bank: wwise: OpenWem: invalid "RIFF"/"RIFX" magic number (got: "♦☻" | [0 4 2 0])
ERROR extract content/audio/stratagems_orbital_eagle_110m_rockets.wwise_bank: wwise: OpenWem: RIFF size (167051) does not match file size (2285)
ERROR extract content/audio/stratagems_orbital_eagle_500kg_bomb.wwise_bank: wwise: OpenWem: RIFF size (167051) does not match file size (2285)
ERROR extract content/audio/stratagems_orbital_eagle_air_support.wwise_bank: wwise: OpenWem: RIFF size (167051) does not match file size (2285)
ERROR extract content/audio/stratagems_orbital_eagle_airstrike.wwise_bank: wwise: OpenWem: RIFF size (167051) does not match file size (2285)
ERROR extract content/audio/stratagems_orbital_eagle_clusterbombs.wwise_bank: wwise: OpenWem: RIFF size (167051) does not match file size (2285)
ERROR extract content/audio/stratagems_orbital_eagle_napalm_strike.wwise_bank: wwise: OpenWem: RIFF size (167051) does not match file size (2285)
ERROR extract content/audio/stratagems_orbital_eagle_smoke_airstrike.wwise_bank: wwise: OpenWem: RIFF size (167051) does not match file size (2285)
ERROR extract content/audio/stratagems_shared.wwise_bank: wwise: OpenWem: RIFF size (157638) does not match file size (2117)
ERROR extract content/audio/tutorial.wwise_bank: wwise: OpenWem: RIFF size (1429887) does not match file size (782)
ERROR extract content/audio/weapons_superearth.wwise_bank: wwise: OpenWem: RIFF size (34342) does not match file size (3249)
INFO Extracted 217/246 matching files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extractor Something to do with an extractor
Projects
None yet
Development

No branches or pull requests

3 participants