PDA

View Full Version : Sound file problem



flyingmonkey3
March 4th, 2011, 11:09 AM
I've been trying to create a sound file but I haven't had much luck for some reason. The audio file itself is in the correct format (PCM 16 bit 22.05 kHz mono) and tool seems to process it, but the resulting sound file doesn't have any actual sound. Would anyone know what I'm doing wrong or how to fix this?

FYI, I was following this tutorial (http://www.modacity.net/forums/showthread.php?p=474474#post474474).

E: After some more testing Tool now gives me the following error:

C:\Program Files (x86)\Microsoft Games\Halo Custom Edition>tool sounds sounds og
g 1
Couldn't read map file './toolbeta.map'
Importing sounds
Compressing...
EAX: 0x01700000
EBX: 0x01700184
ECX: 0x2B1F7573
EDX: 0x000000C8
EDI: 0x01700150
ESI: 0xFFFFFFF9
EBP: 0x0018E32C
ESP: 0x0018E25C
EIP: 0x773D3205, 31 0E 8A 4E ?????
0136E4FA ?????
76EF9D45 ?????
620393DE ?????
773D3070 ?????
EXCEPTION_ACCESS_VIOLATION

EXCEPTION (that's all I know!)

JackalStomper
March 10th, 2011, 07:25 AM
That looks like the error tool spits out when you haven't updated the ogg encorder libraries...

Have you updated them?

http://www.rarewares.org/files/ogg/oggvorbis-dlls1.3.2.zip

Just place them in your HEK directory, make sure to back up your old ones first.

if the newest ones (above) don't work. you could try using the ones polar originally found

http://hce.halomaps.org/index.cfm?fid=1632

flyingmonkey3
March 10th, 2011, 09:08 AM
Yeah that was my problem. Interestingly, it seems that the newest libraries conflict with Kornman's Guerilla so I had to use Polar's older ones.