- status: open --> closed
No sound is played when llPlaySound is called from a python script.
Using testobject.py as a test shell, upload e.g. "C:\WINDOWS\Media\Recycle.wav" sound file to server
and create a primitive with the extended properties checked in Rex tab, and set "testobject.Test" as
the class name. Add line 'self.llPlaySound("recycle", 1)' after line 38 in \rexserver\ScriptEngines\PythonScript\Samples\testobject.py and issue "python restart" in the OpenSim.exe console.
The timed test events start playing in the world, but no audio is heard.
Expected: Periodically whenever the timer fires the given audio file should be played back, or an error message should have been shown indicating an erroneous script command.
Reproducibility: 1/1