#2659 closed defect (fixed)
compress_kyra: dead.vrm error
Reported by: | SF/noizert | Owned by: | lordhoto |
---|---|---|---|
Priority: | normal | Component: | Tools |
Version: | Keywords: | ||
Cc: | Game: |
Description
All *.vrm encodes except for dead.vrm, which gives the following error:
WARNING: Unsupported VOC block type: 04! Assertion failed: real_samplerate != -1, file compress.c, line 294
Also something to note; when encoding 269 bytes files like CASTLE.VRM, compress_kyra turns them in to 761 bytes files (using lame).
Ticket imported from: #1503133. Ticket imported from: bugs/2659.
Change History (7)
comment:1 by , 18 years ago
Owner: | set to |
---|
comment:2 by , 18 years ago
comment:3 by , 18 years ago
Tried with the win32 build last update: June 10, 2006, 4:32 pm. The problem with dead.vrm is still present: WARNING: Unsupported VOC block type: 04! Assertion failed: real_samplerate != -1, file compress.c, line 294
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
comment:4 by , 18 years ago
It seems that the original VOC file is broken. I guess not compressing DEAD.VRM should do the trick for now, maybe I'll add a warning/error if someone tries to compress that file. (I'll let it open meanwhile)
comment:5 by , 18 years ago
ok I added a 'workaround' which prevents compress_kyra from trying to compress broken VOC files like 036.VOC in DEAD.VRM (it outputs a warning for those). Check a new built if you want to test it.
comment:6 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 by , 6 years ago
Component: | → Tools |
---|
Well if the resulting file is bigger, you shouldn't compress it :). It could be that the audio data is too short, so compression doesn't 'help' (= results in bigger files).
I fixed a possible bug in the compression tool, I hadn't the time to try it out yet though, so feel free to try it again with the current sources.