# # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fef38621b6, pid=4412, tid=4592 # # JRE version: 6.0_30-b12 # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.5-b03 mixed mode windows-amd64 compressed oops) # Problematic frame: # C [glass.dll+0x121b6] # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current thread (0x000000000845b800): JavaThread "JavaFX Application Thread" [_thread_in_native, id=4592, stack(0x0000000009640000,0x0000000009740000)] siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 Registers: RAX=0x000007fef386fcd8, RBX=0x00000000089b7fa0, RCX=0x00000000089b7fa0, RDX=0x0000000000000000 RSP=0x000000000973cf00, RBP=0x0000000000000000, RSI=0x000000000f497338, RDI=0x000000000f497338 R8 =0x000000000f497338, R9 =0x0000000000f70a92, R10=0x000007fef386fc28, R11=0x000000000973cfa8 R12=0x000000000f497320, R13=0x0000000082080000, R14=0x0000000000080080, R15=0x0000000000321104 RIP=0x000007fef38621b6, EFLAGS=0x0000000000010206 Top of Stack: (sp=0x000000000973cf00) 0x000000000973cf00: 0000000082080000 000000000f497320 0x000000000973cf10: 0000000000000030 000000000f497338 0x000000000973cf20: 000000000f497338 000007fef3862298 0x000000000973cf30: 0000000000000002 0000000000000030 0x000000000973cf40: 0000000000000000 0000000000000000 0x000000000973cf50: fffffffffffffffe 0000000069758d0b 0x000000000973cf60: 00000000089b7fa0 000007fef3862363 0x000000000973cf70: 00000000089b7fa0 0000000082080000 0x000000000973cf80: 000000000f497320 000000000f497368 0x000000000973cf90: fffffffffffffffe 0000000000f70a92 0x000000000973cfa0: 000000000f497368 000007fef386255d 0x000000000973cfb0: 00000000089b7fa0 0000000000f70a92 0x000000000973cfc0: 000000000f497370 0000000000f70a92 0x000000000973cfd0: 0000000000f70a92 00000000000005a0 0x000000000973cfe0: fffffffffffffffe 00000000000000c8 0x000000000973cff0: 0000000000f70a92 000007fef38523a1 Instructions: (pc=0x000007fef38621b6) 0x000007fef3862196: 0a 4c 8b 01 8d 53 01 41 ff 50 30 8b c3 48 83 c4 0x000007fef38621a6: 20 5b c3 cc cc cc cc cc cc cc 40 57 48 83 ec 20 0x000007fef38621b6: 48 8b 02 4c 8b ca 48 8b f9 4c 8d 44 24 40 48 8d 0x000007fef38621c6: 15 05 eb 00 00 49 8b c9 ff 10 48 8b 4c 24 40 48 Register to memory mapping: RAX=0x000007fef386fcd8 is an unknown value RBX=0x00000000089b7fa0 is an unknown value RCX=0x00000000089b7fa0 is an unknown value RDX=0x0000000000000000 is an unknown value RSP=0x000000000973cf00 is pointing into the stack for thread: 0x000000000845b800 RBP=0x0000000000000000 is an unknown value RSI=0x000000000f497338 is an unknown value RDI=0x000000000f497338 is an unknown value R8 =0x000000000f497338 is an unknown value R9 =0x0000000000f70a92 is an unknown value R10=0x000007fef386fc28 is an unknown value R11=0x000000000973cfa8 is pointing into the stack for thread: 0x000000000845b800 R12=0x000000000f497320 is an unknown value R13=0x0000000082080000 is an unknown value R14=0x0000000000080080 is an unknown value R15=0x0000000000321104 is an unknown value Stack: [0x0000000009640000,0x0000000009740000], sp=0x000000000973cf00, free space=1011k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [glass.dll+0x121b6] Java_com_sun_glass_events_KeyEvent__1getKeyCodeForChar+0x11a6 [error occurred during error reporting (printing native stack), id 0xc0000005] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j com.sun.glass.ui.win.WinWindow._createWindow(JJI)J+0 j com.sun.glass.ui.Window.(Lcom/sun/glass/ui/Window;Lcom/sun/glass/ui/Screen;I)V+307 j com.sun.glass.ui.win.WinWindow.(Lcom/sun/glass/ui/Window;Lcom/sun/glass/ui/Screen;I)V+4 j com.sun.glass.ui.win.WinApplication.createWindow(Lcom/sun/glass/ui/Window;Lcom/sun/glass/ui/Screen;I)Lcom/sun/glass/ui/Window;+7 j com.sun.javafx.tk.quantum.PopupStage.initPlatformWindow()V+37 j com.sun.javafx.tk.quantum.WindowStage.init(Lcom/sun/javafx/tk/quantum/GlassSystemMenu;)Lcom/sun/javafx/tk/quantum/WindowStage;+1 j com.sun.javafx.tk.quantum.QuantumToolkit.createTKPopupStage(Ljavafx/stage/StageStyle;Ljava/lang/Object;)Lcom/sun/javafx/tk/TKStage;+19 j javafx.stage.PopupWindow.impl_visibleChanging(Z)V+37 j javafx.stage.Window$10.invalidated()V+80 j javafx.beans.property.BooleanPropertyBase.markInvalid()V+13 j javafx.beans.property.BooleanPropertyBase.set(Z)V+31 j javafx.stage.Window.setShowing(Z)V+11 j javafx.stage.Window.show()V+2 j javafx.stage.PopupWindow.showImpl(Ljavafx/stage/Window;)V+62 j javafx.stage.PopupWindow.show(Ljavafx/scene/Node;DD)V+78 j javafx.scene.control.ContextMenu.doShow(Ljavafx/scene/Node;DD)V+54 j javafx.scene.control.ContextMenu.show(Ljavafx/scene/Node;DD)V+37 j mint.javafx.WebViewVideoTest.handle(Ljavafx/event/ActionEvent;)V+48 j mint.javafx.WebViewVideoTest.handle(Ljavafx/event/Event;)V+5 j com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Ljavafx/event/Event;)V+62 j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/EventType;Ljavafx/event/Event;)Ljavafx/event/Event;+29 j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+8 j com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+11 j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+29 j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69 j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17 j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69 j com.sun.javafx.event.EventUtil.fireEventImpl(Ljavafx/event/EventDispatchChain;Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+10 j com.sun.javafx.event.EventUtil.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+37 j javafx.event.Event.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)V+30 j javafx.scene.Node.fireEvent(Ljavafx/event/Event;)V+86 j javafx.scene.control.Button.fire()V+8 j com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(Ljavafx/scene/input/MouseEvent;)V+23 j com.sun.javafx.scene.control.skin.SkinBase$4.handle(Ljavafx/scene/input/MouseEvent;)V+83 j com.sun.javafx.scene.control.skin.SkinBase$4.handle(Ljavafx/event/Event;)V+5 j com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Ljavafx/event/Event;)V+42 j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/EventType;Ljavafx/event/Event;)Ljavafx/event/Event;+29 j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+8 j com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+11 j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+29 j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69 j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17 j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69 j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17 j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69 j com.sun.javafx.event.EventUtil.fireEventImpl(Ljavafx/event/EventDispatchChain;Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+10 j com.sun.javafx.event.EventUtil.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+46 j javafx.event.Event.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)V+30 j javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;Z)V+405 j javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;)V+3 j javafx.scene.Scene$MouseHandler.access$1900(Ljavafx/scene/Scene$MouseHandler;Ljavafx/scene/input/MouseEvent;)V+2 j javafx.scene.Scene.impl_processMouseEvent(Ljavafx/scene/input/MouseEvent;)V+16 j javafx.scene.Scene$ScenePeerListener.mouseEvent(Ljava/lang/Object;)V+11 j com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Lcom/sun/glass/ui/View;JIIIIIIIIZZ)V+279 j com.sun.glass.ui.View.handleMouseEvent(JIIIIIIIIZZ)V+38 j com.sun.glass.ui.View.notifyMouse(IIIIIIIZZ)V+184 v ~StubRoutines::call_stub j com.sun.glass.ui.win.WinApplication._runLoop([Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+0 j com.sun.glass.ui.win.WinApplication.access$100(Lcom/sun/glass/ui/win/WinApplication;[Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+3 j com.sun.glass.ui.win.WinApplication$2$1.run()V+32 j java.lang.Thread.run()V+11 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x000000000858f000 JavaThread "URL-Loader-20" daemon [_thread_blocked, id=332, stack(0x0000000015c20000,0x0000000015d20000)] 0x000000000858e000 JavaThread "URL-Loader-19" daemon [_thread_blocked, id=5816, stack(0x0000000014b10000,0x0000000014c10000)] 0x000000000858a000 JavaThread "URL-Loader-18" daemon [_thread_blocked, id=9048, stack(0x0000000014a10000,0x0000000014b10000)] 0x000000000858a800 JavaThread "Media Resource Disposer" daemon [_thread_blocked, id=7140, stack(0x0000000014690000,0x0000000014790000)] 0x000000000858c000 JavaThread "Thread-10" daemon [_thread_in_native, id=6396, stack(0x00000000110a0000,0x00000000111a0000)] 0x000000000858d000 JavaThread "URL-Loader-17" daemon [_thread_blocked, id=9208, stack(0x0000000010d10000,0x0000000010e10000)] 0x000000000858b800 JavaThread "URL-Loader-16" daemon [_thread_blocked, id=4736, stack(0x0000000010550000,0x0000000010650000)] 0x0000000008589000 JavaThread "URL-Loader-15" daemon [_thread_blocked, id=572, stack(0x000000000fdd0000,0x000000000fed0000)] 0x0000000008583800 JavaThread "URL-Loader-14" daemon [_thread_blocked, id=9032, stack(0x000000000eb30000,0x000000000ec30000)] 0x0000000008582800 JavaThread "URL-Loader-13" daemon [_thread_blocked, id=3208, stack(0x000000000ea30000,0x000000000eb30000)] 0x0000000008588800 JavaThread "URL-Loader-12" daemon [_thread_blocked, id=6924, stack(0x000000000fad0000,0x000000000fbd0000)] 0x0000000008587800 JavaThread "URL-Loader-11" daemon [_thread_blocked, id=3052, stack(0x000000000f9d0000,0x000000000fad0000)] 0x0000000008587000 JavaThread "URL-Loader-10" daemon [_thread_blocked, id=5964, stack(0x000000000f8d0000,0x000000000f9d0000)] 0x0000000008586800 JavaThread "URL-Loader-9" daemon [_thread_blocked, id=8612, stack(0x000000000f7d0000,0x000000000f8d0000)] 0x0000000008585800 JavaThread "URL-Loader-8" daemon [_thread_blocked, id=7568, stack(0x000000000ee30000,0x000000000ef30000)] 0x0000000008585000 JavaThread "URL-Loader-7" daemon [_thread_blocked, id=6876, stack(0x000000000ed30000,0x000000000ee30000)] 0x0000000008584000 JavaThread "URL-Loader-6" daemon [_thread_blocked, id=7184, stack(0x000000000ec30000,0x000000000ed30000)] 0x0000000008582000 JavaThread "URL-Loader-5" daemon [_thread_blocked, id=8364, stack(0x000000000e930000,0x000000000ea30000)] 0x000000000b6a4000 JavaThread "URL-Loader-4" daemon [_thread_blocked, id=8312, stack(0x000000000e830000,0x000000000e930000)] 0x000000000b6a3000 JavaThread "URL-Loader-3" daemon [_thread_blocked, id=5136, stack(0x000000000e330000,0x000000000e430000)] 0x0000000007c7a800 JavaThread "URL-Loader-2" daemon [_thread_blocked, id=8964, stack(0x000000000e230000,0x000000000e330000)] 0x000000000828b800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=6408, stack(0x000000000e130000,0x000000000e230000)] 0x00000000087d4000 JavaThread "URL-Loader-1" daemon [_thread_blocked, id=8508, stack(0x000000000d2e0000,0x000000000d3e0000)] 0x00000000082a5800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=9132, stack(0x000000000ce10000,0x000000000cf10000)] 0x000000000801a800 JavaThread "Disposer" daemon [_thread_blocked, id=4596, stack(0x000000000b010000,0x000000000b110000)] 0x0000000008477800 JavaThread "Thread-2" daemon [_thread_in_native, id=520, stack(0x000000000af10000,0x000000000b010000)] =>0x000000000845b800 JavaThread "JavaFX Application Thread" [_thread_in_native, id=4592, stack(0x0000000009640000,0x0000000009740000)] 0x0000000008458800 JavaThread "Disposer" daemon [_thread_blocked, id=6564, stack(0x0000000009540000,0x0000000009640000)] 0x0000000008427000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=9076, stack(0x0000000008ae0000,0x0000000008be0000)] 0x0000000007e72000 JavaThread "JavaFX-Launcher" [_thread_blocked, id=6580, stack(0x0000000008840000,0x0000000008940000)] 0x0000000006849800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=7308, stack(0x0000000007a40000,0x0000000007b40000)] 0x0000000006841000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=7260, stack(0x0000000007940000,0x0000000007a40000)] 0x000000000683d000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=3836, stack(0x0000000007840000,0x0000000007940000)] 0x0000000006830800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=8156, stack(0x0000000007740000,0x0000000007840000)] 0x000000000682f800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=7520, stack(0x0000000007640000,0x0000000007740000)] 0x000000000682d800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=7124, stack(0x00000000073d0000,0x00000000074d0000)] 0x0000000006819800 JavaThread "Attach Listener" daemon [_thread_blocked, id=6612, stack(0x0000000006bc0000,0x0000000006cc0000)] 0x0000000006814800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4616, stack(0x0000000006ac0000,0x0000000006bc0000)] 0x00000000067c5800 JavaThread "Finalizer" daemon [_thread_blocked, id=4732, stack(0x00000000069c0000,0x0000000006ac0000)] 0x00000000003f9000 JavaThread "Reference Handler" daemon [_thread_blocked, id=6748, stack(0x00000000066c0000,0x00000000067c0000)] 0x000000000056f000 JavaThread "main" [_thread_blocked, id=8416, stack(0x0000000001c90000,0x0000000001d90000)] Other Threads: 0x00000000003f2000 VMThread [stack: 0x00000000065c0000,0x00000000066c0000] [id=5828] 0x000000000685f800 WatcherThread [stack: 0x0000000007b40000,0x0000000007c40000] [id=7796] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap PSYoungGen total 70976K, used 22721K [0x00000007d5600000, 0x00000007da0a0000, 0x0000000800000000) eden space 65536K, 26% used [0x00000007d5600000,0x00000007d66e0ac8,0x00000007d9600000) from space 5440K, 99% used [0x00000007d9b50000,0x00000007da09fc40,0x00000007da0a0000) to space 5440K, 0% used [0x00000007d9600000,0x00000007d9600000,0x00000007d9b50000) PSOldGen total 87296K, used 552K [0x0000000780200000, 0x0000000785740000, 0x00000007d5600000) object space 87296K, 0% used [0x0000000780200000,0x000000078028a220,0x0000000785740000) PSPermGen total 21248K, used 18343K [0x000000077b000000, 0x000000077c4c0000, 0x0000000780200000) object space 21248K, 86% used [0x000000077b000000,0x000000077c1e9d08,0x000000077c4c0000) Code Cache [0x00000000024d0000, 0x0000000002740000, 0x00000000054d0000) total_blobs=833 nmethods=290 adapters=502 free_code_cache=48950784 largest_free_block=31232 Dynamic libraries: 0x0000000000400000 - 0x000000000042f000 C:\Program Files\Java\jre6\bin\javaw.exe 0x0000000077b70000 - 0x0000000077d19000 C:\Windows\SYSTEM32\ntdll.dll 0x0000000077950000 - 0x0000000077a6f000 C:\Windows\system32\kernel32.dll 0x000007fefd090000 - 0x000007fefd0fc000 C:\Windows\system32\KERNELBASE.dll 0x000007fefda70000 - 0x000007fefdb4b000 C:\Windows\system32\ADVAPI32.dll 0x000007fefd930000 - 0x000007fefd9cf000 C:\Windows\system32\msvcrt.dll 0x000007fefe570000 - 0x000007fefe58f000 C:\Windows\SYSTEM32\sechost.dll 0x000007fefe320000 - 0x000007fefe44d000 C:\Windows\system32\RPCRT4.dll 0x0000000077a70000 - 0x0000000077b6a000 C:\Windows\system32\USER32.dll 0x000007fefd510000 - 0x000007fefd577000 C:\Windows\system32\GDI32.dll 0x000007fefe450000 - 0x000007fefe45e000 C:\Windows\system32\LPK.dll 0x000007fefd440000 - 0x000007fefd509000 C:\Windows\system32\USP10.dll 0x000007fefd900000 - 0x000007fefd92e000 C:\Windows\system32\IMM32.DLL 0x000007fefe460000 - 0x000007fefe569000 C:\Windows\system32\MSCTF.dll 0x000000006d800000 - 0x000000006dfb8000 C:\Program Files\Java\jre6\bin\server\jvm.dll 0x000007fefb4d0000 - 0x000007fefb50b000 C:\Windows\system32\WINMM.dll 0x000000006d770000 - 0x000000006d77e000 C:\Program Files\Java\jre6\bin\verify.dll 0x000000006d3b0000 - 0x000000006d3d7000 C:\Program Files\Java\jre6\bin\java.dll 0x000000006d420000 - 0x000000006d454000 C:\Program Files\Java\jre6\bin\jdwp.dll 0x000000006d640000 - 0x000000006d648000 C:\Program Files\Java\jre6\bin\npt.dll 0x000000006d7c0000 - 0x000000006d7d2000 C:\Program Files\Java\jre6\bin\zip.dll 0x000000006d270000 - 0x000000006d279000 C:\Program Files\Java\jre6\bin\dt_socket.dll 0x000007fefdd30000 - 0x000007fefdd7d000 C:\Windows\system32\WS2_32.dll 0x000007fefd430000 - 0x000007fefd438000 C:\Windows\system32\NSI.dll 0x000007fefabd0000 - 0x000007fefabe5000 C:\Windows\system32\NLAapi.dll 0x000007fef70b0000 - 0x000007fef70c5000 C:\Windows\system32\napinsp.dll 0x000007fef70d0000 - 0x000007fef70e9000 C:\Windows\system32\pnrpnsp.dll 0x000007fef70a0000 - 0x000007fef70b0000 C:\Windows\system32\wshbth.dll 0x000007fef7420000 - 0x000007fef744e000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL 0x0000000077d30000 - 0x0000000077d37000 C:\Windows\system32\PSAPI.DLL 0x000007fefd880000 - 0x000007fefd8f1000 C:\Windows\system32\SHLWAPI.dll 0x000007fefc7b0000 - 0x000007fefc805000 C:\Windows\System32\mswsock.dll 0x000007fefc630000 - 0x000007fefc68b000 C:\Windows\system32\DNSAPI.dll 0x000007fef6fb0000 - 0x000007fef6fbb000 C:\Windows\System32\winrnr.dll 0x000007fefa020000 - 0x000007fefa047000 C:\Windows\system32\IPHLPAPI.DLL 0x000007fefa010000 - 0x000007fefa01b000 C:\Windows\system32\WINNSI.DLL 0x000007fef9ea0000 - 0x000007fef9ef3000 C:\Windows\System32\fwpuclnt.dll 0x000007fef7410000 - 0x000007fef7418000 C:\Windows\system32\rasadhlp.dll 0x000007fefbff0000 - 0x000007fefbff7000 C:\Windows\System32\wshtcpip.dll 0x00000000696f0000 - 0x00000000697c1000 C:\Program Files\Java\JavaFX 2.2 SDK\rt\bin\msvcr100.dll 0x000007fef9e40000 - 0x000007fef9e4f000 C:\Program Files\Java\JavaFX 2.2 SDK\rt\bin\prism-d3d.dll 0x000007feee320000 - 0x000007feee51f000 C:\Windows\system32\d3d9.dll 0x000007fefbf20000 - 0x000007fefbf2c000 C:\Windows\system32\VERSION.dll 0x000007fefae00000 - 0x000007fefae07000 C:\Windows\system32\d3d8thk.dll 0x000007fefb0f0000 - 0x000007fefb108000 C:\Windows\system32\dwmapi.dll 0x000007fefb5a0000 - 0x000007fefb5f6000 C:\Windows\system32\uxtheme.dll 0x000007fee9640000 - 0x000007fee9f8e000 C:\Windows\system32\nvd3dumx.dll 0x000007fef3850000 - 0x000007fef3882000 C:\Program Files\Java\JavaFX 2.2 SDK\rt\bin\glass.dll 0x000007fefd9d0000 - 0x000007fefda67000 C:\Windows\system32\COMDLG32.dll 0x000007fefb860000 - 0x000007fefba54000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll 0x000007fefe590000 - 0x000007feff318000 C:\Windows\system32\SHELL32.dll 0x000007fefdd80000 - 0x000007fefdf83000 C:\Windows\system32\ole32.dll 0x000007fefd350000 - 0x000007fefd427000 C:\Windows\system32\OLEAUT32.dll 0x0000000180000000 - 0x0000000180045000 C:\Program Files\Dell\Dell System Manager\cbthook64.dll 0x000007fefa220000 - 0x000007fefa274000 C:\Windows\system32\OLEACC.dll 0x000007fefab20000 - 0x000007fefab91000 C:\Windows\system32\WINSPOOL.DRV 0x000007fefa430000 - 0x000007fefa442000 C:\Program Files (x86)\Dexpot\hooxpot64.dll 0x000007fefceb0000 - 0x000007fefcebf000 C:\Windows\system32\CRYPTBASE.dll 0x000007fefbd50000 - 0x000007fefbd7c000 C:\Windows\system32\powrprof.dll 0x000007fefdb50000 - 0x000007fefdd27000 C:\Windows\system32\SETUPAPI.dll 0x000007fefd030000 - 0x000007fefd066000 C:\Windows\system32\CFGMGR32.dll 0x000007fefd070000 - 0x000007fefd08a000 C:\Windows\system32\DEVOBJ.dll 0x000007feee880000 - 0x000007feee912000 C:\Program Files\Java\JavaFX 2.2 SDK\rt\bin\libxml2.dll 0x000007feeecf0000 - 0x000007feeed23000 C:\Program Files\Java\JavaFX 2.2 SDK\rt\bin\libxslt.dll 0x00000000611a0000 - 0x0000000061fd6000 C:\Program Files\Java\JavaFX 2.2 SDK\rt\bin\jfxwebkit.dll 0x000007fefd7e0000 - 0x000007fefd879000 C:\Windows\system32\CLBCatQ.DLL 0x000007fefaf80000 - 0x000007fefb0aa000 C:\Windows\system32\WindowsCodecs.dll 0x000007fefce50000 - 0x000007fefcea7000 C:\Windows\system32\apphelp.dll 0x00000000071c0000 - 0x00000000071db000 C:\Program Files\Common Files\TortoiseOverlays\TortoiseOverlays.dll 0x0000000007270000 - 0x0000000007280000 C:\Program Files\TortoiseSVN\bin\TortoiseStub.dll 0x000007fef7610000 - 0x000007fef7619000 C:\Windows\system32\msiltcfg.dll 0x000007fef7620000 - 0x000007fef7936000 C:\Windows\system32\msi.dll 0x0000000007290000 - 0x00000000072b6000 C:\Program Files\Dell\Dell Data Protection\Access\Advanced\Wave\Trusted Drive Manager\TdmIconOverlay.dll 0x0000000074eb0000 - 0x0000000074f83000 C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCP90.dll 0x0000000075480000 - 0x0000000075523000 C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCR90.dll 0x0000000074e20000 - 0x0000000074e4f000 C:\Windows\WinSxS\amd64_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_0a1fd3a3a768b895\ATL90.DLL 0x000007fef2bf0000 - 0x000007fef2c25000 C:\Windows\system32\EhStorShell.dll 0x000007fefb630000 - 0x000007fefb75c000 C:\Windows\system32\PROPSYS.dll 0x000007fef2b70000 - 0x000007fef2bee000 C:\Windows\System32\cscui.dll 0x000007fef2b60000 - 0x000007fef2b6c000 C:\Windows\System32\CSCDLL.dll 0x000007fef6010000 - 0x000007fef601f000 C:\Windows\system32\CSCAPI.dll 0x000007fef2ae0000 - 0x000007fef2b60000 C:\Windows\system32\ntshrui.dll 0x000007fefca90000 - 0x000007fefcab3000 C:\Windows\system32\srvcli.dll 0x000007fefa8c0000 - 0x000007fefa8cb000 C:\Windows\system32\slc.dll 0x000007feeed50000 - 0x000007feeed7d000 C:\Program Files\Common Files\Microsoft Shared\Ink\rtscom.dll 0x000007feeec20000 - 0x000007feeec6f000 C:\Program Files\Java\JavaFX 2.2 SDK\rt\bin\javafx-font.dll 0x000000006d610000 - 0x000000006d627000 C:\Program Files\Java\jre6\bin\net.dll 0x000007fefc7a0000 - 0x000007fefc7a7000 C:\Windows\System32\wship6.dll 0x000007fefc810000 - 0x000007fefc827000 C:\Windows\system32\CRYPTSP.dll 0x000007fefc510000 - 0x000007fefc557000 C:\Windows\system32\rsaenh.dll 0x000007feeecb0000 - 0x000007feeecea000 C:\Program Files\Java\JavaFX 2.2 SDK\rt\bin\javafx-iio.dll 0x000007feee930000 - 0x000007feee9ba000 C:\Program Files\Java\JavaFX 2.2 SDK\rt\bin\glib-lite.dll 0x000007feee7e0000 - 0x000007feee87e000 C:\Program Files\Java\JavaFX 2.2 SDK\rt\bin\gstreamer-lite.dll 0x000007fefb510000 - 0x000007fefb598000 C:\Windows\system32\DSOUND.dll 0x000007fef41b0000 - 0x000007fef41d3000 C:\Program Files\Java\JavaFX 2.2 SDK\rt\bin\jfxmedia.dll 0x000007fefce20000 - 0x000007fefce45000 C:\Windows\system32\SspiCli.dll 0x000007feee7b0000 - 0x000007feee7e0000 C:\Program Files\Java\JavaFX 2.2 SDK\rt\bin\fxplugins.dll 0x000007feed1c0000 - 0x000007feed303000 C:\Windows\System32\msmpeg2adec.dll 0x000007fefa3c0000 - 0x000007fefa42c000 C:\Windows\System32\MFPlat.DLL 0x000007fefb600000 - 0x000007fefb609000 C:\Windows\System32\AVRT.dll 0x000007fefb760000 - 0x000007fefb7ab000 C:\Windows\System32\MMDevApi.dll 0x000007fefaf30000 - 0x000007fefaf7f000 C:\Windows\system32\AUDIOSES.DLL 0x000007feecf30000 - 0x000007feed1b8000 C:\Windows\System32\msmpeg2vdec.dll 0x000007feee710000 - 0x000007feee7ae000 C:\Windows\System32\EVR.dll 0x000007fef6280000 - 0x000007fef62c2000 C:\Windows\System32\sqmapi.dll 0x000007fefd1e0000 - 0x000007fefd347000 C:\Windows\system32\CRYPT32.dll 0x000007fefd020000 - 0x000007fefd02f000 C:\Windows\system32\MSASN1.dll 0x000007fefc960000 - 0x000007fefc982000 C:\Windows\System32\bcrypt.dll 0x000007feec220000 - 0x000007feec3d2000 C:\Windows\system32\quartz.dll 0x000007fef6a60000 - 0x000007fef6b85000 C:\Windows\system32\dbghelp.dll VM Arguments: jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:64380 -Dfile.encoding=Cp1252 java_command: mint.javafx.WebViewVideoTest Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=C:\Program Files\Java\jdk1.6.0_30 PATH=C:/Program Files/Java/jdk1.6.0_30/bin/../jre/bin/server;C:/Program Files/Java/jdk1.6.0_30/bin/../jre/bin;C:/Program Files/Java/jdk1.6.0_30/bin/../jre/lib/amd64;C:\Program Files\Java\jdk1.6.0_30\bin;C:\Windows\Microsoft.NET\Framework\v1.1.4322\;C:\Program Files (x86)\Borland\BDS\4.0\Bin;C:\oracle\product\10.2.0\client\bin;C:\oracle\product\11.2.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;L:\lib;C:\Program Files\Dell\DW WLAN Card;C:\Program Files (x86)\Graphviz 2.28\bin;C:\Program Files\EmEditor;L:\lib;C:\Java\apache-ant-1.8.3\bin;C:\Program Files (x86)\Console;C:\Program Files\eclipse; USERNAME=lehmann OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel --------------- S Y S T E M --------------- OS: Windows 7 , 64 bit Build 7601 Service Pack 1 CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht Memory: 4k page, physical 8378196k(1387544k free), swap 8376344k(965028k free) vm_info: Java HotSpot(TM) 64-Bit Server VM (20.5-b03) for windows-amd64 JRE (1.6.0_30-b12), built on Nov 10 2011 01:49:46 by "java_re" with MS VC++ 8.0 (VS2005) time: Tue Nov 06 19:24:26 2012 elapsed time: 6 seconds