Hi Everyone
Has anyone had the following error when trying to add a PointSound node to the scene
graph?
I get this about 50% of the time. (It works the other 50% of the time)
java.lang.IndexOutOfBoundsException: Index: 2, Size: 1
at java.util.ArrayList.add(ArrayList.java:354)
at
com.sun.j3d.audioengines.javasound.JavaSoundMixer.prepareSound(JavaSoundMixer.java:374)
at javax.media.j3d.SoundScheduler.attachSoundData(SoundScheduler.java:2473)
at javax.media.j3d.SoundScheduler.processSoundAtom(SoundScheduler.java:1151)
at
javax.media.j3d.SoundScheduler.calcSchedulingAction(SoundScheduler.java:1442)
at javax.media.j3d.SoundScheduler.renderChanges(SoundScheduler.java:688)
at javax.media.j3d.SoundScheduler.processMessages(SoundScheduler.java:217)
at javax.media.j3d.StructureUpdateThread.doWork(StructureUpdateThread.java:83)
at javax.media.j3d.J3dThread.run(J3dThread.java:256)
java.lang.IndexOutOfBoundsException: Index: 4, Size: 2
at java.util.ArrayList.add(ArrayList.java:354)
at
com.sun.j3d.audioengines.javasound.JavaSoundMixer.prepareSound(JavaSoundMixer.java:374)
at javax.media.j3d.SoundScheduler.attachSoundData(SoundScheduler.java:2473)
at javax.media.j3d.SoundScheduler.processSoundAtom(SoundScheduler.java:1151)
at
javax.media.j3d.SoundScheduler.calcSchedulingAction(SoundScheduler.java:1442)
at javax.media.j3d.SoundScheduler.renderChanges(SoundScheduler.java:688)
at javax.media.j3d.SoundScheduler.processMessages(SoundScheduler.java:217)
at javax.media.j3d.StructureUpdateThread.doWork(StructureUpdateThread.java:83)
at javax.media.j3d.J3dThread.run(J3dThread.java:256)
I will try and produce a exampe with this bug tommorow, just wondering if anyone else
has come across it yet.
Regards
Young.
::::::::::::::::::::::::::::::::::
Young Ly
Liquid Edge Games
http://www.roboforge.com
::::::::::::::::::::::::::::::::::
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".