I installed the latest build netbeans and javafx and now the load media hangs.
http://jeevez.russia.sun.com/hudson/job/JavaFX_NB_Plugin_NB65_installer/188/
It is easy to reproduce it on windows vista. Install the above netbeans ide and javafx and write
a one line code:
def media : Media = Media{source:"http://...."};
Here is the stack trace of a hung thread.
"AWT-EventQueue-0" prio=6 tid=0x0b59f000 nid=0xc8c runnable [0x0ba0f000..0x0ba0fc00]
java.lang.Thread.State: RUNNABLE
at com.sun.media.jmcimpl.plugins.directshow.DShowEngine.nSetSource(Native Method)
at com.sun.media.jmcimpl.plugins.directshow.DShowEngine.loadMedia(Unknown Source)
at com.sun.media.jmcimpl.plugins.directshow.DShowProvider$PlayDetector.<init>(Unknown Source)
at com.sun.media.jmcimpl.plugins.directshow.DShowProvider.canPlay(Unknown Source)
at com.sun.media.jmcimpl.plugins.directshow.DShowProvider.canDecode(Unknown Source)
at com.sun.media.jmcimpl.PeerManager.getMediaPeer(Unknown Source)
at com.sun.media.jmc.Media.<init>(Unknown Source)
at javafx.scene.media.Media$1.onChange(Media.fx:59)
at javafx.scene.media.Media$1.onChange(Media.fx:54)
at com.sun.javafx.runtime.location.ObjectVariable$2.action(ObjectVariable.java:165)
at com.sun.javafx.runtime.location.ObjectVariable$2.action(ObjectVariable.java:162)
at com.sun.javafx.runtime.util.AbstractLinkable.iterate(AbstractLinkable.java:55)
at com.sun.javafx.runtime.location.ObjectVariable.notifyListeners(ObjectVariable.java:162)
at com.sun.javafx.runtime.location.ObjectVariable.replaceValue(ObjectVariable.java:117)
at com.sun.javafx.runtime.location.ObjectVariable.set(ObjectVariable.java:128)
at com.sun.javafx.runtime.location.AbstractVariable$5.apply(AbstractVariable.java:140)
at com.sun.javafx.runtime.location.AbstractVariable.needDefault(AbstractVariable.java:158)
at javafx.scene.media.Media.initialize$(Media.fx:54)
at mp.Main.javafx$run$(Main.fx:22)