Game Development Community

TGEA 1.7.0 Release preload for sounds fail

by Mike Rowley · in Torque Game Engine Advanced · 04/19/2008 (4:33 pm) · 0 replies

All of the sound files are failing to preload.
Default, unmodified Stronghold Example Game
SFXProfile(DeathCrySound)::onAdd: The preload failed!
SFXProfile(PainCrySound)::onAdd: The preload failed!
SFXProfile(FootLightSoftSound)::onAdd: The preload failed!
SFXProfile(FootLightHardSound)::onAdd: The preload failed!
SFXProfile(FootLightMetalSound)::onAdd: The preload failed!
SFXProfile(FootLightSnowSound)::onAdd: The preload failed!
SFXProfile(FootLightShallowSplashSound)::onAdd: The preload failed!
SFXProfile(FootLightWadingSound)::onAdd: The preload failed!
SFXProfile(FootLightUnderwaterSound)::onAdd: The preload failed!
SFXProfile(FootLightBubblesSound)::onAdd: The preload failed!
SFXProfile(ArmorMoveBubblesSound)::onAdd: The preload failed!
SFXProfile(WaterBreathMaleSound)::onAdd: The preload failed!
SFXProfile(ImpactLightSoftSound)::onAdd: The preload failed!
SFXProfile(ImpactLightHardSound)::onAdd: The preload failed!
SFXProfile(ImpactLightMetalSound)::onAdd: The preload failed!
SFXProfile(ImpactLightSnowSound)::onAdd: The preload failed!
SFXProfile(ImpactLightWaterEasySound)::onAdd: The preload failed!
SFXProfile(ImpactLightWaterMediumSound)::onAdd: The preload failed!
SFXProfile(ImpactLightWaterHardSound)::onAdd: The preload failed!
SFXProfile(ExitingWaterLightSound)::onAdd: The preload failed!
Was wondering why I had no sound.

Edit to add:
I tried to make the soundfiles url hard linked, but it didn't work.
IE: from: "~/data/sounds/etc.."
to: "scriptsAndAssets/data/sounds/etc..."
but that didn't work eather.