alice-teacher Fwd: error message

Don Slater djslater107 at gmail.com
Wed Apr 30 09:13:49 EDT 2014


From: Susan Bardin <bardins at esj.org>
To: alice-teachers at lists.andrew.cmu.edu
Cc: 
Date: Wed, 30 Apr 2014 08:51:01 -0400
Subject: Fwd: error message


Does anyone understand what the error is? My student has added a sound as a wav and again as an mp3 and gets this error.




Subject: error message

Error during simulation.

Alice version: 2.2  02/10/2011
> 
> Throwable that caused the error:
> 
> java.lang.IllegalArgumentException: Requested value 7.9588003 exceeds allowable maximum value 6.0206.
> 
> 	at javax.sound.sampled.FloatControl.setValue(Unknown Source)
> 
> 	at com.sun.media.sound.DirectAudioDevice$DirectDL$Gain.setValue(Unknown Source)
> 
> 	at com.sun.media.renderer.audio.device.JavaSoundOutput.setGain(JavaSoundOutput.java:157)
> 
> 	at com.sun.media.renderer.audio.JavaSoundRenderer$GCA.setLevel(JavaSoundRenderer.java:202)
> 
> 	at edu.cmu.cs.stage3.media.jmfmedia.Player.updateVolumeLevel(Player.java:104)
> 
> 	at edu.cmu.cs.stage3.media.jmfmedia.Player.setVolumeLevel(Player.java:111)
> 
> 	at edu.cmu.cs.stage3.alice.core.response.SoundResponse$RuntimeSoundResponse.updateVolumeLevel(SoundResponse.java:94)
> 
> 	at edu.cmu.cs.stage3.alice.core.response.SoundResponse$RuntimeSoundResponse.prologue(SoundResponse.java:154)
> 
> 	at edu.cmu.cs.stage3.alice.core.response.DoInOrder$RuntimeDoInOrder.childPrologueIfNecessary(DoInOrder.java:53)
> 
> 	at edu.cmu.cs.stage3.alice.core.response.DoInOrder$RuntimeDoInOrder.update(DoInOrder.java:100)
> 
> 	at edu.cmu.cs.stage3.alice.core.response.DoInOrder$RuntimeDoInOrder.childUpdate(DoInOrder.java:58)
> 
> 	at edu.cmu.cs.stage3.alice.core.response.DoInOrder$RuntimeDoInOrder.update(DoInOrder.java:101)
> 
> 	at edu.cmu.cs.stage3.alice.core.response.CallToUserDefinedResponse$RuntimeCallToUserDefinedResponse.update(CallToUserDefinedResponse.java:89)
> 
> 	at edu.cmu.cs.stage3.alice.core.behavior.TriggerBehavior.internalSchedule(TriggerBehavior.java:70)
> 
> 	at edu.cmu.cs.stage3.alice.core.Behavior.schedule(Behavior.java:233)
> 
> 	at edu.cmu.cs.stage3.alice.core.Sandbox.scheduleBehaviors(Sandbox.java:70)
> 
> 	at edu.cmu.cs.stage3.alice.core.World.scheduleBehaviors(World.java:457)
> 
> 	at edu.cmu.cs.stage3.alice.core.World.schedule(World.java:499)
> 
> 	at edu.cmu.cs.stage3.alice.core.clock.DefaultClock.schedule(DefaultClock.java:99)
> 
> 	at edu.cmu.cs.stage3.alice.authoringtool.AuthoringTool$8.run(AuthoringTool.java:710)
> 
> 	at edu.cmu.cs.stage3.alice.authoringtool.util.DefaultScheduler.simulateOnce(DefaultScheduler.java:115)
> 
> 	at edu.cmu.cs.stage3.alice.authoringtool.util.DefaultScheduler.run(DefaultScheduler.java:76)
> 
> 	at edu.cmu.cs.stage3.scheduler.AbstractScheduler.run(AbstractScheduler.java:45)
> 
> 	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
> 
> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)
> 
> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
> 
> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
> 
> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
> 
> 	at java.awt.Dialog$1.run(Unknown Source)
> 
> 	at java.awt.Dialog$3.run(Unknown Source)
> 
> 	at java.security.AccessController.doPrivileged(Native Method)
> 
> 	at java.awt.Dialog.show(Unknown Source)
> 
> 	at java.awt.Component.show(Unknown Source)
> 
> 	at java.awt.Component.setVisible(Unknown Source)
> 
> 	at java.awt.Window.setVisible(Unknown Source)
> 
> 	at java.awt.Dialog.setVisible(Unknown Source)
> 
> 	at edu.cmu.cs.stage3.swing.DialogManager.showModalDialog(DialogManager.java:61)
> 
> 	at edu.cmu.cs.stage3.swing.DialogManager.showDialog(DialogManager.java:131)
> 
> 	at edu.cmu.cs.stage3.alice.authoringtool.AuthoringTool.play(AuthoringTool.java:5182)
> 
> 	at edu.cmu.cs.stage3.alice.authoringtool.Actions$16.actionPerformed(Actions.java:177)
> 
> 	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
> 
> 	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
> 
> 	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
> 
> 	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
> 
> 	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
> 
> 	at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
> 
> 	at java.awt.Component.processMouseEvent(Unknown Source)
> 
> 	at javax.swing.JComponent.processMouseEvent(Unknown Source)
> 
> 	at java.awt.Component.processEvent(Unknown Source)
> 
> 	at java.awt.Container.processEvent(Unknown Source)
> 
> 	at java.awt.Component.dispatchEventImpl(Unknown Source)
> 
> 	at java.awt.Container.dispatchEventImpl(Unknown Source)
> 
> 	at java.awt.Component.dispatchEvent(Unknown Source)
> 
> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
> 
> 	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
> 
> 	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
> 
> 	at java.awt.Container.dispatchEventImpl(Unknown Source)
> 
> 	at java.awt.Window.dispatchEventImpl(Unknown Source)
> 
> 	at java.awt.Component.dispatchEvent(Unknown Source)
> 
> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)
> 
> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
> 
> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
> 
> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
> 
> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> 
> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> 
> 	at java.awt.EventDispatchThread.run(Unknown Source)
> 
> 
> 
> 
> 
> 
> -- 
> 
> 
> Susan B. Bardin
> Computer Science Teacher
> The Episcopal School of Jacksonville
> 4455 Atlantic Blvd
> Jacksonville, FL 32207
> 904.396.5751
> 
> 
> 
> 
> 
> -- 
> 
> 
> Susan B. Bardin
> Computer Science Teacher
> The Episcopal School of Jacksonville
> 4455 Atlantic Blvd
> Jacksonville, FL 32207
> 904.396.5751
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.andrew.cmu.edu/pipermail/alice-teachers/attachments/20140430/a139715e/attachment.html 


More information about the alice-teachers mailing list