View previous topic :: View next topic |
Author |
Message |
miss_sinister

Joined: 09 Jun 2011 Posts: 10 Location: Wales
|
Posted: Mon Jun 20, 2011 2:10 pm Post subject: Sudden Music Import FAIL? |
|
|
Ok, I've had a bit of a search, and I can't find anything on this, so I have to ask:
Is there any reason why OHRRPGCE would suddenly fail to import sound effects? It isn't the sfx themselves - I'm using them in another project, and they work fine. But tonight I've tried adding sound effects to BOTH projects, and no matter what sound I try, it fails every time?!!
Thanks,
Miss Sinister
-x- _________________ "Your mind is like a parachute- it doesn't work when it's closed" - Frank Zappa |
|
Back to top |
|
 |
Bob the Hamster OHRRPGCE Developer

Joined: 22 Feb 2003 Posts: 2526 Location: Hamster Republic (Southern California Enclave)
|
Posted: Mon Jun 20, 2011 3:09 pm Post subject: |
|
|
So it worked before, but it fails today?
Do you get an error message? If so, what does it say?
if there is no error message, can you describe exactly how the sounds fail to import? Do they fail to show up in the list? Are they unselectable? Does selecting them do nothing? Does selecting them crash? The more detail you can give the better. |
|
Back to top |
|
 |
miss_sinister

Joined: 09 Jun 2011 Posts: 10 Location: Wales
|
Posted: Mon Jun 20, 2011 4:53 pm Post subject: |
|
|
they're .wav files, and they show up on the file menu, but as soon as i try to import them, it says:
wav conversion failed. press any key.
as i said, these are files i've used before without a hitch. _________________ "Your mind is like a parachute- it doesn't work when it's closed" - Frank Zappa |
|
Back to top |
|
 |
Bob the Hamster OHRRPGCE Developer

Joined: 22 Feb 2003 Posts: 2526 Location: Hamster Republic (Southern California Enclave)
|
Posted: Mon Jun 20, 2011 7:10 pm Post subject: |
|
|
The wav conversion is done using oggenc.exe. First check to make sure it is there. Look in the same folder that has custom.exe there should be a folder in there called support and oggenc.exe should be inside that.
you could also look for c_debug.txt and c_debug.archive.txt which might have some extra error messages in them. |
|
Back to top |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Tue Jun 21, 2011 12:11 am Post subject: |
|
|
You're meant to get a more informative error message, odd
Code: | IF NOT isfile(oggtemp) THEN
'This branch ought to be unreachable...
visible_debug "WAV conversion failed."
wav = ""
EXIT SUB
END IF |
Has importing with Zenzizenzic worked before? Or is it possible that this problem started with that version? _________________ "It is so great it is insanely great." |
|
Back to top |
|
 |
miss_sinister

Joined: 09 Jun 2011 Posts: 10 Location: Wales
|
Posted: Tue Jun 21, 2011 3:21 am Post subject: |
|
|
Ah-ha! So it's all about knowing where to look Thanks for your patience, on this end of things i am SUCH a noob
Here is what c_debug has to say (and oggenc is definitely there):
OHRRPGCE ypsiliform+2 20100208.3379 gfx_sdl+directx+fb/music_sdl FreeBASIC v0.20.0b (08-10-2008) Win32
Runtime info: gfx_sdl, SDL 1.2.14 music_sdl
Editing game arena.rpg ( ) 06-21-2011 01:49:55
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.1064.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.80638.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.37990.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.56002.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.81269.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.67592.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.23200.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.34213.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.35261.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.94041.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.10056.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.38478.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.25536.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.148.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.97090.ogg does not exist
WAV conversion failed.
wav_to_ogg: C:\Documents and Settings\user\Desktop\gc\ohrrpgce\temp.67286.ogg does not exist
WAV conversion failed. _________________ "Your mind is like a parachute- it doesn't work when it's closed" - Frank Zappa |
|
Back to top |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Tue Jun 21, 2011 4:03 am Post subject: |
|
|
Ah ha! Not only are you not using the latest version, Zenzizenzic, you are not even using the latest bugfix release of Ypsiliform (Ypsiliform+3) which contains a fix for this bug. Head to the 'Downloads' page. _________________ "It is so great it is insanely great." |
|
Back to top |
|
 |
miss_sinister

Joined: 09 Jun 2011 Posts: 10 Location: Wales
|
Posted: Tue Jun 21, 2011 4:09 am Post subject: |
|
|
Heck. Well now I feel like a dafty Thanks, I'll do that.
-x- _________________ "Your mind is like a parachute- it doesn't work when it's closed" - Frank Zappa |
|
Back to top |
|
 |
|