Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bnnm committed Aug 26, 2024
1 parent 5a37ba4 commit ee48828
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ event > ... > mranseq > segment
```
- uses transition objects in musicranseq (rare)

## Mass effect 2 (PC)
- uses transition objects in playlist (rare)

## Trine 2 (PC)
```
music.bnk
Expand Down
2 changes: 1 addition & 1 deletion wwiser/parser/wparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3812,7 +3812,7 @@ def _check_header(self, r, bank):
fourcc = r.fourcc()

if fourcc != b'BKHD':
raise wmodel.VersionError("not a Wwise bank", -1)
raise wmodel.VersionError("%s is not a valid Wwise bank" % (r.get_filename()), -1)

_size = r.u32()

Expand Down

0 comments on commit ee48828

Please sign in to comment.