Raised This Month: $32 Target: $400
 8% 

"Missing RIFF/WAVE chunks"


Post New Thread Reply   
 
Thread Tools Display Modes
Podunk
Senior Member
Join Date: Nov 2005
Location: Florida
Old 09-20-2007 , 20:21   Re: "Missing RIFF/WAVE chunks"
Reply With Quote #11

The problem is some models actually spk sounds.

You dont have said sounds in the right place or at all.


My guess
__________________
Check out my website at http://matthewmiller.info
Podunk is offline
Send a message via MSN to Podunk
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 09-20-2007 , 20:49   Re: "Missing RIFF/WAVE chunks"
Reply With Quote #12

For #6 errors/warnings, you can only replace knife sounds with GHW_Weapon_Replacement.amxx, but i guess this error can also occur client side if you use "personal" custom weapons skins.

Also i'm not sure that disable multilingual.amxx is a good idea, but let other people say more about this.

Could you give a link to this plugin : AdvancedMusicPlayer.amxx ?

Hope it will help you ;)

Last edited by ConnorMcLeod; 09-20-2007 at 20:56.
ConnorMcLeod is offline
purple nurple
Senior Member
Join Date: Jun 2007
Location: US Missouri
Old 09-20-2007 , 20:56   Re: "Missing RIFF/WAVE chunks"
Reply With Quote #13

in my server i get about 12 of these but it because i have mp3s on my server
"Missing RIFF/WAVE chunks"
purple nurple is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 09-20-2007 , 20:57   Re: "Missing RIFF/WAVE chunks"
Reply With Quote #14

Yeah, i was thinking that it can be this music plugin that precaches .mp3 with precache_sound native.
ConnorMcLeod is offline
dballs442
Member
Join Date: Feb 2007
Location: Duarngo CO
Old 09-20-2007 , 21:23   Re: "Missing RIFF/WAVE chunks"
Reply With Quote #15

I have attached the advanced music player (custom made for me)

i will enable multi language as you suggest. i dont remember disabling it...weird.

i am running GHW_Weapon_Replacement.amxx but for the throwing knifes i just precash and use the custom sound i wanted. i tryed just replaceing knife_hitwall1.wav with GHW_Weapon_Replacement but it wouldn't replace the sound for the throwing knifes. and sounded weird when you would slice at a wall and it made a sound of a knife being thrown.

there is a lot of speculation of what the problem could be and confirmation that im not the only one with this problem. does anyone have a suggestion on how to fix this?
Attached Files
File Type: sma Get Plugin or Get Source (AdvancedMusicPlayer.sma - 884 views - 8.5 KB)
__________________
If you enjoy Goldeneye 64 checkout 72.5.102.38:27015 (cs 1.6) sometime.
dballs442 is offline
Send a message via AIM to dballs442
dballs442
Member
Join Date: Feb 2007
Location: Duarngo CO
Old 09-21-2007 , 00:33   Re: "Missing RIFF/WAVE chunks"
Reply With Quote #16

i just checked my console with -dev in the launch settings and found this in the console:

WARNING! Custom/knife_hitwall1.wav is causing runtime sample conversion!

is this bad?

also new news about the Missing RIFF/WAVE chunks. when i use -dev i can see in console it says:


Missing RIFF/WAVE chunks
music/OHB.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Menu.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Pause.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Facility2.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Bunker.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Control_Room.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Cradle.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Dam.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Silo.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Runway.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Surface_1.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Surface2.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Depot.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Aztec.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Caverns.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Egyptian.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Archives.mp3 is a stereo sample
Missing RIFF/WAVE chunks
music/Intro.mp3 is a stereo sample
Missing RIFF/WAVE chunks

however when i look at these files they say that they are mono. strange. i converted them to be mono yet they say they are stereo samples. any one got an idea?
__________________
If you enjoy Goldeneye 64 checkout 72.5.102.38:27015 (cs 1.6) sometime.

Last edited by dballs442; 09-21-2007 at 03:45.
dballs442 is offline
Send a message via AIM to dballs442
dballs442
Member
Join Date: Feb 2007
Location: Duarngo CO
Old 10-01-2007 , 03:09   Re: "Missing RIFF/WAVE chunks"
Reply With Quote #17

any one got an idea on why its saying "music/Intro.mp3 is a stereo sample
Missing RIFF/WAVE chunks" when i look at these files they say that they are mono. and i have converted them to be mono yet they say they are stereo samples?
__________________
If you enjoy Goldeneye 64 checkout 72.5.102.38:27015 (cs 1.6) sometime.
dballs442 is offline
Send a message via AIM to dballs442
diamond-optic
Veteran Member
Join Date: May 2005
Location: Upstate New York
Old 10-02-2007 , 19:07   Re: "Missing RIFF/WAVE chunks"
Reply With Quote #18

precache mp3 files with precache_generic not precache_sound to get rid of the missing riff/wave chunk errors
__________________
diamond-optic is offline
Send a message via AIM to diamond-optic
dballs442
Member
Join Date: Feb 2007
Location: Duarngo CO
Old 11-02-2007 , 21:16   Re: "Missing RIFF/WAVE chunks"
Reply With Quote #19

well i replaced precache_sound with precache_generic and got this for every mp3 i had on there:


Warning: Unable to open music/Bunker1.mp3 for transfer
Error: server failed to transmit file 'Bunker1.mp3'
__________________
If you enjoy Goldeneye 64 checkout 72.5.102.38:27015 (cs 1.6) sometime.
dballs442 is offline
Send a message via AIM to dballs442
diamond-optic
Veteran Member
Join Date: May 2005
Location: Upstate New York
Old 11-02-2007 , 21:29   Re: "Missing RIFF/WAVE chunks"
Reply With Quote #20

when using the precache_generic it starts in the mod's main folder, so you have to add "/sound/" to the filename otherwise its looking in the wrong place
__________________
diamond-optic is offline
Send a message via AIM to diamond-optic
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:22.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode