Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8089382

Ensemble: Audio Clip does not respond , black screen transition

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 7u6
    • javafx
    • Windows XP SP3 (32bit) + javafx2.2b12

      Click on to the "Audio Clip" ,it does not respond,black screen transition. this situation will happen only in Windows XP , other windows systems and linux do not have this problem

      Error messages are shown in java Console

      java.lang.IllegalArgumentException: Illegal character in opaque part at index 22: jar:file:/C:/Documents and Settings/root/Desktop/javafx-samples-2.2.0-beta/Ensemble.jar!/ensemble/samples/media/Note1.wav
      at java.net.URI.create(Unknown Source)
      at javafx.scene.media.AudioClip.<init>(Unknown Source)
      at ensemble.samples.media.AudioClipSample.<init>(AudioClipSample.java:64)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
      at java.lang.reflect.Constructor.newInstance(Unknown Source)
      at java.lang.Class.newInstance0(Unknown Source)
      at java.lang.Class.newInstance(Unknown Source)
      at ensemble.pages.SamplePage.createView(SamplePage.java:166)
      at ensemble.Ensemble2.goToPage(Ensemble2.java:585)
      at ensemble.Ensemble2.goToPage(Ensemble2.java:567)
      at ensemble.Ensemble2$10.changed(Ensemble2.java:301)
      at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(Unknown Source)
      at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
      at javafx.beans.property.ReadOnlyObjectWrapper$ReadOnlyPropertyImpl.fireValueChangedEvent(Unknown Source)
      at javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(Unknown Source)
      at javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source)
      at javafx.beans.property.ObjectPropertyBase.set(Unknown Source)
      at javafx.scene.control.SelectionModel.setSelectedItem(Unknown Source)
      at javafx.scene.control.MultipleSelectionModelBase$1.invalidated(Unknown Source)
      at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source)
      at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
      at javafx.beans.property.ReadOnlyIntegerWrapper$ReadOnlyPropertyImpl.fireValueChangedEvent(Unknown Source)
      at javafx.beans.property.ReadOnlyIntegerWrapper.fireValueChangedEvent(Unknown Source)
      at javafx.beans.property.IntegerPropertyBase.markInvalid(Unknown Source)
      at javafx.beans.property.IntegerPropertyBase.set(Unknown Source)
      at javafx.scene.control.SelectionModel.setSelectedIndex(Unknown Source)
      at javafx.scene.control.MultipleSelectionModelBase.select(Unknown Source)
      at javafx.scene.control.MultipleSelectionModelBase.clearAndSelect(Unknown Source)
      at com.sun.javafx.scene.control.behavior.TreeCellBehavior.simpleSelect(Unknown Source)
      at com.sun.javafx.scene.control.behavior.TreeCellBehavior.doSelect(Unknown Source)
      at com.sun.javafx.scene.control.behavior.TreeCellBehavior.mousePressed(Unknown Source)
      at com.sun.javafx.scene.control.skin.SkinBase$4.handle(Unknown Source)
      at com.sun.javafx.scene.control.skin.SkinBase$4.handle(Unknown Source)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
      at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
      at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
      at javafx.event.Event.fireEvent(Unknown Source)
      at javafx.scene.Scene$MouseHandler.process(Unknown Source)
      at javafx.scene.Scene$MouseHandler.process(Unknown Source)
      at javafx.scene.Scene$MouseHandler.access$1900(Unknown Source)
      at javafx.scene.Scene.impl_processMouseEvent(Unknown Source)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
      at com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
      at com.sun.glass.ui.View.notifyMouse(Unknown Source)
      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
      at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source)
      at com.sun.glass.ui.win.WinApplication$2$1.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
      Caused by: java.net.URISyntaxException: Illegal character in opaque part at index 22: jar:file:/C:/Documents and Settings/root/Desktop/javafx-samples-2.2.0-beta/Ensemble.jar!/ensemble/samples/media/Note1.wav
      at java.net.URI$Parser.fail(Unknown Source)
      at java.net.URI$Parser.checkChars(Unknown Source)
      at java.net.URI$Parser.parse(Unknown Source)
      at java.net.URI.<init>(Unknown Source)
      ... 70 more

            Unassigned Unassigned
            fsunjfx Felix Sun (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported: