I am using the newest release 2189 on Windows 7 SP1
I have a problem with audio.loadSound even when running a sample code.
Whatever uses
local sound = audio.loadsound(…)
(even only once)
Causes
Warning: audio error: Already initializedWarning: audio.loadSound: failed to create sound (sound.wav)
And everytime audio.play(sound) causes the same warning
Is it a system related problem?