Castle Paradox Forum Index Castle Paradox

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 Gamelist   Review List   Song List   All Journals   Site Stats   Search Gamelist   IRC Chat Room

Sudden Music Import FAIL?

 
Post new topic   Reply to topic    Castle Paradox Forum Index -> HELP!
View previous topic :: View next topic  
Author Message
miss_sinister




Joined: 09 Jun 2011
Posts: 10
Location: Wales

PostPosted: Mon Jun 20, 2011 2:10 pm    Post subject: Sudden Music Import FAIL? Reply with quote

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
View user's profile Send private message Visit poster's website
Bob the Hamster
OHRRPGCE Developer




Joined: 22 Feb 2003
Posts: 2526
Location: Hamster Republic (Southern California Enclave)

PostPosted: Mon Jun 20, 2011 3:09 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
miss_sinister




Joined: 09 Jun 2011
Posts: 10
Location: Wales

PostPosted: Mon Jun 20, 2011 4:53 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Bob the Hamster
OHRRPGCE Developer




Joined: 22 Feb 2003
Posts: 2526
Location: Hamster Republic (Southern California Enclave)

PostPosted: Mon Jun 20, 2011 7:10 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
TMC
On the Verge of Insanity




Joined: 05 Apr 2003
Posts: 3240
Location: Matakana

PostPosted: Tue Jun 21, 2011 12:11 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
miss_sinister




Joined: 09 Jun 2011
Posts: 10
Location: Wales

PostPosted: Tue Jun 21, 2011 3:21 am    Post subject: Reply with quote

Ah-ha! So it's all about knowing where to look Happy Thanks for your patience, on this end of things i am SUCH a noob Wink

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
View user's profile Send private message Visit poster's website
TMC
On the Verge of Insanity




Joined: 05 Apr 2003
Posts: 3240
Location: Matakana

PostPosted: Tue Jun 21, 2011 4:03 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
miss_sinister




Joined: 09 Jun 2011
Posts: 10
Location: Wales

PostPosted: Tue Jun 21, 2011 4:09 am    Post subject: Reply with quote

Heck. Well now I feel like a dafty Big grin 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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Castle Paradox Forum Index -> HELP! All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group