There are error message "No such interface supported" when play Audio/Media from USB thumb disk with Metro APP like Xbox.

 There are error message "No such interface supported" when play Audio/Media from USB thumb disk with Metro APP like Xbox in windows. how can I solve this problem?   if I use destop player like windows media player, no such error.
would you please give some solution for this error? thanks!

OS is window10, Metro APP is Xbox or MultiMedia 8; any video format will occur error only by following steps:  
a. Put Audio / Media / Photo files into USB thumb disk or Micro SD card.
b. Connect USB thumb disk / Micro SD Card  to Platform.
c. Open 'File Explorer', click USB thumb disk.
d. Open audio file with metro app: Music. / Open Media file with metro app: Video./Open Photo file with metro app.

Similar Messages

  • Error -214746726​2 "No such interface supported" when open an ActiveX automation reference to proprietar​y DLL, why?

    I got the error -2147467262 "No such interface supported" when open an ActiveX automation reference to a proprietary DLL. I check the forum which suggested solutions related to comcat.dll and IE6.0. I also tried to re-reqister the dll by regsvr32.exe, still does not work. However, I did nto get any luck. I was told that the DLL support iDispatch interface and should work ok with ActiveX in labview. Any suggestions? I appreciate it.

    Hello, Nandini,
    I am using the WinXP and I am calling the DLL provided by Pirouette for their chemometrics software. I just solved the error -2147467262, but the new error comes out is :
    Error code: -2147467259 Exception occured in IxAsObjs.CoSIMCAPredict.1, Language Server QueryInterface failed: No such interface supported.
    Here is a few word for the problem from priouette:
    " just a few more words that might help you understand the nature of the problem. your LabView client talks to AlgSuite.dll using IDispatch interfaces AlgSuite.dll communicates with the language server on an IUnknown interface.
    Your client knows nothing about the internal workings of AlgSuite.AlgSuite communicating with objects that do not have IDispatch interfaces should be irrelevant to your client."
    Since the VB demo works fine in my machine, so they though it is percular to labview. Any comments? I appreciate it.
    LvvL

  • 64 bits Error -2147467262 - No such interface supported

    Hi,
    It will be very kind of you in case you can help me.... I have a very particular issue... trying to consume a COM object developed by myself through a JAVA application. so we have 3 components:
    (All inside windows 7 64 bits environment)
    1) Java application
    2) JNI (c++) library
    3) COM object.
    A simple Java application, used library 64 bits C:\Program Files\Java\jdk1.6.0_45
    and the code looks similar to that:
    public class DP {
    static {
    System.loadLibrary("JNIDP");
    private native boolean Init();
    public static void main(String[] args) {
    DP dp = new DP();
    dp.Init();
    I have generated the JNI interface:
    JNIEXPORT jboolean JNICALL Java_com_ncr_asr_DP_Init
      (JNIEnv *, jobject);
    and create a library JNIDP to comsume the COM object like that:
    JNIEXPORT jboolean JNICALL Java_com_ncr_asr_DP_Init(JNIEnv *env , jobject obj ) 
    hRes = CoInitialize( NULL );
    IDPPos* pDPPOS = NULL;
    hRes = CoCreateInstance(CLSID_DPPos, NULL, CLSCTX_ALL, IID_IDPPos, (void**)&pDPPOS );
      return !FAILED( hRes );
    When I execute the Simple Java Application everything goes well and the Init() method works successfully.
    Now, If I try to consume the JNI library  through a bigger Java Application, also using the library 64 bits C:\Program Files\Java\jdk1.6.0_45
    The CoCreateInstance inside the Init method return error: -2147467262 (No such interface supported).
    I am unable to realize what is going on... and why the bigger java application is getting this error trying to consume the COM object through JNI.
    I am really confuse and not sure what to try. Any help will be appreciated. 
    Thanks in advance.
    Sebastian

    Let see... I make some testing related to your suggestion... so, I have made a new COM component for testing propose base on ATL, just this example:
    http://msdn.microsoft.com/en-us/library/dssw0ch4(v=vs.90).aspx
    Then I have updated my DLL (The one that java application consume with JNI) to call this new component exactly the same as the client application does in the example....
    1) First Test: Simple Java Application consume the JNI DLL and I can see printed the "101" as the example COM is doing... so, It works successfully.
    2) Second Test: Bigger Java Application consume the JNI DLL and I got bad news... a file was generated with information about the issue... like that:
    Any suggestions?
    # A fatal error has been detected by the Java Runtime Environment:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fef4575dc9, pid=6156, tid=5352
    # JRE version: 6.0_45-b06
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.45-b01 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # C  [JNIDP.dll+0x5dc9]
    # 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 (0x0000000007795000):  JavaThread "GdPos:dispatch" [_thread_in_native, id=5352, stack(0x00000000092e0000,0x00000000093e0000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000
    Registers:
    RAX=0x0000000000000000, RBX=0x000000077cea0b38, RCX=0x0000000000000000, RDX=0x00000000093ddc38
    RSP=0x00000000093ddb90, RBP=0x00000000093ddd00, RSI=0x00000000000000ff, RDI=0x00000000093ddbc0
    R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x000007fef45fc4b8, R11=0x0000000000000001
    R12=0x0000000000000000, R13=0x000000077cea0b38, R14=0x00000000093ddd20, R15=0x0000000007795000
    RIP=0x000007fef4575dc9, EFLAGS=0x0000000000010202
    Top of Stack: (sp=0x00000000093ddb90)
    0x00000000093ddb90:   cccccccccccccccc cccccccccccccccc
    0x00000000093ddba0:   cccccccccccccccc cccccccccccccccc
    0x00000000093ddbb0:   cccccccccccccccc cccccccccccccccc
    0x00000000093ddbc0:   00000000093ddc80 000007fef457197e
    0x00000000093ddbd0:   00000000093ddc18 00000000093ddc38
    0x00000000093ddbe0:   0000000000000000 cccccccc00000017
    0x00000000093ddbf0:   cccccccccccccccc cccccccccccccccc
    0x00000000093ddc00:   cccccccccccccccc cccccccccccccccc
    0x00000000093ddc10:   cccccccccccccccc 0000000000000000
    0x00000000093ddc20:   cccccccccccccccc cccccccccccccccc
    0x00000000093ddc30:   cccccccccccccccc 0000000000000000
    0x00000000093ddc40:   cccccccccccccccc cccccccccccccccc
    0x00000000093ddc50:   cccccccccccccccc cccccccccccccccc
    0x00000000093ddc60:   cccccccccccccccc cccccccccccccccc
    0x00000000093ddc70:   cccccccccccccccc cccccccccccccccc
    0x00000000093ddc80:   00000000021c5b22 00000000021d1386 
    Instructions: (pc=0x000007fef4575dc9)
    0x000007fef4575da9:   00 00 00 e8 9f 07 01 00 83 f8 01 75 03 cc 33 c0
    0x000007fef4575db9:   48 8b 44 24 40 48 8b 00 48 8b 4c 24 40 48 8b 09
    0x000007fef4575dc9:   48 8b 00 4c 8b 44 24 48 48 8d 15 98 6c 08 00 ff
    0x000007fef4575dd9:   10 48 83 c4 30 5f c3 cc cc cc cc cc cc cc cc cc 
    Register to memory mapping:
    RAX=0x0000000000000000 is an unknown value
    RBX=0x000000077cea0b38 is an oop
    {method} 
     - klass: {other class}
    RCX=0x0000000000000000 is an unknown value
    RDX=0x00000000093ddc38 is pointing into the stack for thread: 0x0000000007795000
    RSP=0x00000000093ddb90 is pointing into the stack for thread: 0x0000000007795000
    RBP=0x00000000093ddd00 is pointing into the stack for thread: 0x0000000007795000
    RSI=0x00000000000000ff is an unknown value
    RDI=0x00000000093ddbc0 is pointing into the stack for thread: 0x0000000007795000
    R8 =0x0000000000000000 is an unknown value
    R9 =0x0000000000000000 is an unknown value
    R10=0x000007fef45fc4b8 is an unknown value
    R11=0x0000000000000001 is an unknown value
    R12=0x0000000000000000 is an unknown value
    R13=0x000000077cea0b38 is an oop
    {method} 
     - klass: {other class}
    R14=0x00000000093ddd20 is pointing into the stack for thread: 0x0000000007795000
    R15=0x0000000007795000 is a thread
    Stack: [0x00000000092e0000,0x00000000093e0000],  sp=0x00000000093ddb90,  free space=1014k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [JNIDP.dll+0x5dc9]  ATL::CComPtrBase<IUnknown>::QueryInterface<IObject1>+0x69
    j  com.DPLogger.Init()Z+4
    j  com.DPClient.Init()Z+39
    j  com.DPMgr.init()V+11
    j  com.Engine.eventInit()V+254
    j  com.Main$1.windowOpened(Ljava/awt/event/WindowEvent;)V+3
    j  java.awt.Window.processWindowEvent(Ljava/awt/event/WindowEvent;)V+58
    j  java.awt.Window.processEvent(Ljava/awt/AWTEvent;)V+69
    j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+573
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j  java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+65
    j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
    j  java.awt.EventQueue.access$400(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
    j  java.awt.EventQueue$2.run()Ljava/lang/Void;+12
    j  java.awt.EventQueue$2.run()Ljava/lang/Object;+1
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x1eac57]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  com.DP.Init()Z+0
    j  com.DPLogger.Init()Z+4
    j  com.DPClient.Init()Z+39
    j  com.DPMgr.init()V+11
    j  com.Engine.eventInit()V+254
    j  com.Main$1.windowOpened(Ljava/awt/event/WindowEvent;)V+3
    j  java.awt.Window.processWindowEvent(Ljava/awt/event/WindowEvent;)V+58
    j  java.awt.Window.processEvent(Ljava/awt/AWTEvent;)V+69
    j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+573
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j  java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+65
    j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
    j  java.awt.EventQueue.access$400(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
    j  java.awt.EventQueue$2.run()Ljava/lang/Void;+12
    j  java.awt.EventQueue$2.run()Ljava/lang/Object;+1
    v  ~StubRoutines::call_stub
    j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j  java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
    j  java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
    j  java.awt.EventQueue$3.run()Ljava/lang/Void;+11
    j  java.awt.EventQueue$3.run()Ljava/lang/Object;+1
    v  ~StubRoutines::call_stub
    j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j  java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
    j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+73
    j  java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+204
    j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
    j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
    j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j  java.awt.EventDispatchThread.run()V+9
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x00000000073db000 JavaThread "GdPos:AS" [_thread_blocked, id=3612, stack(0x000000000b5c0000,0x000000000b6c0000)]
      0x00000000073da800 JavaThread "HSQLDB Timer @2602585e" daemon [_thread_blocked, id=7680, stack(0x000000000b4c0000,0x000000000b5c0000)]
      0x00000000073d9800 JavaThread "GdPos:ticker" [_thread_blocked, id=9184, stack(0x000000000b3c0000,0x000000000b4c0000)]
      0x00000000073d9000 JavaThread "ScaleSimulator" [_thread_blocked, id=4652, stack(0x000000000b2c0000,0x000000000b3c0000)]
      0x00000000073d8000 JavaThread "LUUpdateThread" [_thread_blocked, id=3188, stack(0x000000000b1c0000,0x000000000b2c0000)]
      0x00000000073d7800 JavaThread "ServerPriceThread" [_thread_blocked, id=7136, stack(0x000000000b0c0000,0x000000000b1c0000)]
      0x00000000073d6800 JavaThread "com.ncr.asr.FileAccessClient" [_thread_blocked, id=7320, stack(0x000000000afc0000,0x000000000b0c0000)]
      0x00000000073d6000 JavaThread "GdPos:hotnote" [_thread_blocked, id=5316, stack(0x000000000aec0000,0x000000000afc0000)]
      0x00000000073d5800 JavaThread "GdPos:pumper" [_thread_blocked, id=5248, stack(0x000000000adc0000,0x000000000aec0000)]
      0x00000000073d4800 JavaThread "MICRSimulator" [_thread_blocked, id=7976, stack(0x000000000acc0000,0x000000000adc0000)]
      0x00000000073d4000 JavaThread "ScannerSimulator" [_thread_blocked, id=7472, stack(0x000000000abc0000,0x000000000acc0000)]
      0x00000000073d3000 JavaThread "MSRSimulator" [_thread_blocked, id=9188, stack(0x00000000093e0000,0x00000000094e0000)]
      0x00000000073d2800 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=8304, stack(0x000000000aac0000,0x000000000abc0000)]
      0x00000000073d1800 JavaThread "RMI RenewClean-[192.168.56.1:49980]" daemon [_thread_blocked, id=1092, stack(0x000000000a8f0000,0x000000000a9f0000)]
      0x00000000073d1000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=7188, stack(0x0000000009cb0000,0x0000000009db0000)]
      0x0000000007bb2800 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=8812, stack(0x0000000009bb0000,0x0000000009cb0000)]
      0x000000000813b800 JavaThread "RMI TCP Accept-1099" daemon [_thread_in_native, id=8896, stack(0x0000000009ab0000,0x0000000009bb0000)]
      0x0000000008310000 JavaThread "GC Daemon" daemon [_thread_blocked, id=8260, stack(0x00000000099b0000,0x0000000009ab0000)]
      0x0000000007c0c000 JavaThread "RMI Reaper" [_thread_blocked, id=7588, stack(0x00000000098b0000,0x00000000099b0000)]
      0x0000000007bb8000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=9036, stack(0x00000000097b0000,0x00000000098b0000)]
      0x00000000005cf000 JavaThread "DestroyJavaVM" [_thread_blocked, id=6524, stack(0x00000000020c0000,0x00000000021c0000)]
    =>0x0000000007795000 JavaThread "GdPos:dispatch" [_thread_in_native, id=5352, stack(0x00000000092e0000,0x00000000093e0000)]
      0x0000000007103800 JavaThread "AWT-Shutdown" [_thread_blocked, id=6732, stack(0x00000000091e0000,0x00000000092e0000)]
      0x00000000075c6800 JavaThread "GdPos:blinker" [_thread_blocked, id=3684, stack(0x0000000008e70000,0x0000000008f70000)]
      0x00000000073b7800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6552, stack(0x0000000008f70000,0x0000000009070000)]
      0x00000000073b6000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5356, stack(0x0000000008c10000,0x0000000008d10000)]
      0x0000000006528800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5064, stack(0x0000000006bb0000,0x0000000006cb0000)]
      0x0000000006523800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=8068, stack(0x0000000006ab0000,0x0000000006bb0000)]
      0x0000000006511000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=7412, stack(0x00000000069b0000,0x0000000006ab0000)]
      0x000000000650e000 JavaThread "Attach Listener" daemon [_thread_blocked, id=8308, stack(0x00000000068b0000,0x00000000069b0000)]
      0x0000000006509000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3632, stack(0x00000000067b0000,0x00000000068b0000)]
      0x000000000052e800 JavaThread "Finalizer" daemon [_thread_blocked, id=1116, stack(0x00000000066b0000,0x00000000067b0000)]
      0x000000000052d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5480, stack(0x00000000063b0000,0x00000000064b0000)]
    Other Threads:
      0x0000000000525000 VMThread [stack: 0x00000000062b0000,0x00000000063b0000] [id=2548]
      0x000000000655a000 WatcherThread [stack: 0x0000000006cb0000,0x0000000006db0000] [id=3880]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
     PSYoungGen      total 37888K, used 28346K [0x00000007d5b60000, 0x00000007d85a0000, 0x0000000800000000)
      eden space 32512K, 73% used [0x00000007d5b60000,0x00000007d72cbc40,0x00000007d7b20000)
      from space 5376K, 81% used [0x00000007d7b20000,0x00000007d7f62e48,0x00000007d8060000)
      to   space 5376K, 0% used [0x00000007d8060000,0x00000007d8060000,0x00000007d85a0000)
     PSOldGen        total 86656K, used 4938K [0x0000000781200000, 0x00000007866a0000, 0x00000007d5b60000)
      object space 86656K, 5% used [0x0000000781200000,0x00000007816d2820,0x00000007866a0000)
     PSPermGen       total 40256K, used 31716K [0x000000077c000000, 0x000000077e750000, 0x0000000781200000)
      object space 40256K, 78% used [0x000000077c000000,0x000000077def9168,0x000000077e750000)
    Code Cache  [0x00000000021c0000, 0x0000000002430000, 0x00000000051c0000)
     total_blobs=775 nmethods=273 adapters=455 free_code_cache=48966080 largest_free_block=12288
    Dynamic libraries:
    0x0000000000400000 - 0x000000000042f000 C:\Program Files\Java\jre6\bin\javaw.exe
    0x0000000077150000 - 0x00000000772f9000 C:\windows\SYSTEM32\ntdll.dll
    0x0000000076ee0000 - 0x0000000076fff000 C:\windows\system32\kernel32.dll
    0x000007fefd660000 - 0x000007fefd6cb000 C:\windows\system32\KERNELBASE.dll
    0x000007fefdba0000 - 0x000007fefdc7b000 C:\windows\system32\ADVAPI32.dll
    0x000007feff150000 - 0x000007feff1ef000 C:\windows\system32\msvcrt.dll
    0x000007feff1f0000 - 0x000007feff20f000 C:\windows\SYSTEM32\sechost.dll
    0x000007fefede0000 - 0x000007fefef0d000 C:\windows\system32\RPCRT4.dll
    0x0000000076a70000 - 0x0000000076b6a000 C:\windows\system32\USER32.dll
    0x000007fefdaa0000 - 0x000007fefdb07000 C:\windows\system32\GDI32.dll
    0x000007fefef60000 - 0x000007fefef6e000 C:\windows\system32\LPK.dll
    0x000007feff210000 - 0x000007feff2d9000 C:\windows\system32\USP10.dll
    0x000007fefdb70000 - 0x000007fefdb9e000 C:\windows\system32\IMM32.DLL
    0x000007fefecb0000 - 0x000007fefedb9000 C:\windows\system32\MSCTF.dll
    0x000000006d830000 - 0x000000006dfec000 C:\Program Files\Java\jre6\bin\server\jvm.dll
    0x000007fefb8b0000 - 0x000007fefb8eb000 C:\windows\system32\WINMM.dll
    0x000000006d7a0000 - 0x000000006d7ae000 C:\Program Files\Java\jre6\bin\verify.dll
    0x000000006d3c0000 - 0x000000006d3e7000 C:\Program Files\Java\jre6\bin\java.dll
    0x000000006d7f0000 - 0x000000006d802000 C:\Program Files\Java\jre6\bin\zip.dll
    0x000000006d000000 - 0x000000006d1c4000 C:\Program Files\Java\jre6\bin\awt.dll
    0x000007fefb660000 - 0x000007fefb6d1000 C:\windows\system32\WINSPOOL.DRV
    0x000007fefdc90000 - 0x000007fefde93000 C:\windows\system32\ole32.dll
    0x000007fefdf20000 - 0x000007fefeca8000 C:\windows\system32\SHELL32.dll
    0x000007fefdea0000 - 0x000007fefdf11000 C:\windows\system32\SHLWAPI.dll
    0x000007fefc020000 - 0x000007fefc214000 C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
    0x000007fefb880000 - 0x000007fefb898000 C:\windows\system32\DWMAPI.DLL
    0x000007fefbd50000 - 0x000007fefbda6000 C:\windows\system32\uxtheme.dll
    0x000000006d2a0000 - 0x000000006d315000 C:\Program Files\Java\jre6\bin\fontmanager.dll
    0x000007fefd4e0000 - 0x000007fefd4ef000 C:\windows\system32\CRYPTBASE.dll
    0x000007fef4570000 - 0x000007fef4628000 C:\NCR\caja\testing\JNIDP.dll
    0x000007feff2e0000 - 0x000007feff3b7000 C:\windows\system32\OLEAUT32.dll
    0x000000006d620000 - 0x000000006d637000 C:\Program Files\Java\jre6\bin\net.dll
    0x000007fefef10000 - 0x000007fefef5d000 C:\windows\system32\WS2_32.dll
    0x000007fefdc80000 - 0x000007fefdc88000 C:\windows\system32\NSI.dll
    0x000007fefce20000 - 0x000007fefce75000 C:\windows\system32\mswsock.dll
    0x000007fefce10000 - 0x000007fefce17000 C:\windows\System32\wship6.dll
    0x000000006d640000 - 0x000000006d64c000 C:\Program Files\Java\jre6\bin\nio.dll
    0x000000006d4e0000 - 0x000000006d515000 C:\Program Files\Java\jre6\bin\jpeg.dll
    0x000007fefd030000 - 0x000007fefd047000 C:\windows\system32\CRYPTSP.dll
    0x000007fefcb80000 - 0x000007fefcbc7000 C:\windows\system32\rsaenh.dll
    0x000007fefc8d0000 - 0x000007fefc8ee000 C:\windows\system32\USERENV.dll
    0x000007fefd5b0000 - 0x000007fefd5bf000 C:\windows\system32\profapi.dll
    0x000007fefaea0000 - 0x000007fefaeb5000 C:\windows\system32\NLAapi.dll
    0x000007fef6af0000 - 0x000007fef6b05000 C:\windows\system32\napinsp.dll
    0x000007fef6ad0000 - 0x000007fef6ae9000 C:\windows\system32\pnrpnsp.dll
    0x000007fefcca0000 - 0x000007fefccfb000 C:\windows\system32\DNSAPI.dll
    0x000007fef6ac0000 - 0x000007fef6acb000 C:\windows\System32\winrnr.dll
    0x000007fef6ab0000 - 0x000007fef6ac0000 C:\windows\system32\wshbth.dll
    0x000007fefc9c0000 - 0x000007fefc9c7000 C:\windows\System32\wshtcpip.dll
    0x000007fefa290000 - 0x000007fefa2b7000 C:\windows\system32\IPHLPAPI.DLL
    0x000007fefa280000 - 0x000007fefa28b000 C:\windows\system32\WINNSI.DLL
    0x000007fef5a70000 - 0x000007fef5a78000 C:\windows\system32\rasadhlp.dll
    0x000007fef9f00000 - 0x000007fef9f53000 C:\windows\System32\fwpuclnt.dll
    0x000000006d6c0000 - 0x000000006d6c6000 C:\Program Files\Java\jre6\bin\rmi.dll
    0x000007fefd480000 - 0x000007fefd4d7000 C:\windows\system32\apphelp.dll
    0x0000000077310000 - 0x0000000077317000 C:\windows\system32\PSAPI.DLL
    VM Arguments:
    jvm_args: -Djava.library.path=c:\testing -Dfile.encoding=Cp1252 
    java_command: com.ncr.asr.Main
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.6.0_45\
    CLASSPATH=.;.;C:\PROGRA~2\JMF21~1.1E\lib\sound.jar;C:\PROGRA~2\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~2\JMF21~1.1E\lib;
    PATH=C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Dell\DW WLAN Card;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\Common
    Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Enterprise Vault\EVClient\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program
    Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Java\jdk1.6.0_45\jre\bin;C:\eclipse\MinGW\bin;C:\apache-maven-3.2.1\bin
    USERNAME=
    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 8312664k(4321372k free), swap 16623468k(11952492k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (20.45-b01) for windows-amd64 JRE (1.6.0_45-b06), built on Apr  1 2013 12:31:37 by "java_re" with MS VC++ 8.0 (VS2005)
    time: Mon Jun 02 16:03:14 2014
    elapsed time: 47 seconds
    Sebastian

  • I get an error message to contact cust support when installing CS4 Design Premium on windows 8

    the install begins normally but the following message appeards and will not let me bypass.  I have a new windows 8 laptop that i am trying to install on.
    Error Message:
    Setup Error
    Setup has encountered an error and cannot continue.  Contact Adobe Customer Support for asssitance.
    QUIT

    Install logs:
    http://helpx.adobe.com/creative-suite/kb/troubleshoot-installation-install-logs-cs3.html
    And naturally, since CS4 comes from a time when nobody could conceive of Win 8 and thus no testing was done on it, try compatibility modes and all that first...
    Mylenium

  • I tried to restored my iPad1's iOS5 to factory setting. There are error messages. Now my iTunes could not detect my iPad anymore. How can I proceed from here?

    Hi All,
    I have problems with iOS5 installed on my iPad1.
    After successfully installing the new iOS5, my iPad1 apps are jumbled up with my wife's apps.  Some of my paid apps are missing.
    So, i tried to restore to factory default.  Now, my iTunes could not detect my iPad, and my iPad only shows the picture "to connect iPad to iTunes".
    I restarted my iMac and checked that all softwares are up to date.
    Please advise.
    Many thanks.

    If you restored from a backup, you simply restored the corrupt files again.
    You could find the corrupt file through a slow process of eliminating apps and data - removing all content - and then syncing content back again - slowly adding apps back on - until the problem surfaces again - and the you could pin down the last apps or apps that you just added as being the problem apps/files. You may find the corrupt file - and you may not.
    Your backups can be deleted by going to iTunes on you computer and go to Edit>Preferences>Devices. You will see your backups/backups in that window. Click on the backup and then click on delete backup - if that is what you really want to do.

  • I receive an error message on HP Pavilion Dv6 when trying to read from an sdhc memory card.

    HP Pavilion Dv6 A6y00UA#ABA
    Windows 7 64-bit
    When I insert the memory card, I am presented with the scan disk message asking to scan and fix the "<memory card name> (D"  If I click on "Scan and Fix", select either one check box or both check boxes (doesn't matter) it will scan the card and close out.  When I then try to WRITE a folder to the memory card, doesn't matter which card I try, it sits there for a while thinking and then gives an error:
    "File Too Large: The file '<%1 NULL:NameDest>' is too large for the destination file system."
    If I try to read a photo from a card put there by my camera I get the message:
    You need to format the disk in drive D: before using it.
    or
    Please insert a disk into SDHC (D.
    or
    any number of random errors.
    I've updated the Intel chipset drivers, right clicked and updated the Realtek Card reader drivers using Windows Update.
    HELP!!!

    This forum is about making podcasts. The best place to ask would be in either the iTunes for Windows or iTunes for Mac forum as appropriate.

  • How do I unlock my Ipad once i get the CalDAV error message asking for a password, when I do not have anything to do with CalDAV?

    I have been getting a message that says the password for CalDAV "yahoo.com" is wrong. The thing is it has locked me out of even using my IPad when I do not even have nor use CalDAV whatever that is. Please help me with this

    Contacts are designed to be synced to a supported application on the computer or a cloud service like Gmail, iCloud, or an Exchange server.
    Have you failed to use the device as designed?

  • HT5467 tI'd like to have your help.My iPhone5 the'location services'is on but when we go to locations services the apps there are on they go been on but I can't turn from off to on a new app.as if I was not recognized.

    my iPhone5 is 'on' for the location services.
    as I go to a new app and try to put ON for the app I can't do so because  I'm not allowed to change it fro OFF to ON.
    it stays a little bit grey,the apps which are ON stay on but the others can't change at all
    May I have a little help from someone,please?

    Dave and Razor,
    I tried the hard reset but I haven't had time to try a full restore, thanks for the suggestion. I'll do it this weekend. I am tempted to just open this ipod up and physically disable the bluetooth chip, but I may just go ahead and make a line-in adapter and microphone preamp for the dock connector rather than go through the minijack.
    But if anyone can figure out how to tune this radio, its in there and definitely can be enabled...

  • Error message "not connected to internet" when trying to sign in to BB id with Mac laptop

    I have a Mac laptop and was forced to remove the original BB Link OS when the Z10 launched.  I replaced the OS with the current one but now it doesn't allow me to use my Mac's computer name eg.  John Smith's Mac book. I can only use a single name.  I suspect that is why I'm not getting the itune's library to load.  Also, I can't sign into my BB id, I get a message that says I'm not connected to the internet.  I've taken the firewall off as I heard that was a solution with Windows but it didn't work.  Any ideas?

    i have the same problem. I have window 7 pc. I had to use internet to download link so i don't understand why it is not allowing me to use link or do set up. I uninstalled my previous bb desktop driver in hopes that would help. It didn't. I appreciate any help on this forum

  • I just bought my mac created an apple id now when i try to download mavericks, Im sent to a screen where I have to verify my payment and billing options. After they are verified, I receive an error message saying contact apple support. What do I do?

    In short Upon verifying my payment and billing options, I was sent back to the same screen with an error message stating,
    contact apple support when trying to download mavericks. I dont know what to do at this point.

    You can also try App Store support.
    App Store support. There is troubleshooting and a contact link.
    Support

  • BO PCM: 80004002 no such interface supported

    Hello All!
    I developed a model in BO Profitability and cost management Model builder and sometimes I have an error 80004002 no such interface supported. But sometimes the system works correctly. Do you know anything about this error?
    Configuration:
    vmware 7.1.4
    MS SQL SERVER 2008 R2
    Windows Version: 5.2 (Build 3790)  - Win 2003 Server
    Windows Patch: Service Pack 2
    Builder Version: Version 7.5.12 Build 2818)
    PCM Username:
    PCM Model:
    PCM Server:
    PCM Model Server:
    Error Code: 80004002

    See the flowchart attached to SAP Note [1352504|http://service.sap.com/sap/support/notes/1352504] which covers several possible causes of this error.
    Also...there are about 15 other SAP notes that mention this error.  Please check for Notes yourself before posting here.  For example:
    According to SAP Note [1351124|http://service.sap.com/sap/support/notes/1351124] it says:
    Cause
    The EPM/PCM system is installed to use the SOCKETS protocol; however the client workstation is unable to contact the primary applications server because it has multiple network adaptors and their binding order is wrong.
    Resolution
    On the client workstation change the binding order of TCP/IP on the network cards so that the network card that has the connection to the PCM systems is the first in the list. The binding order can be changed in u201CNetwork Connectionsu201D as follows: [see note for further explanation]
    According to SAP Note [1514751|http://service.sap.com/sap/support/notes/1514751] it says:
    Reproducing the Issue
    There are no specific steps to force this condition to occur other than using the PCM system for several days without restarting the system or any of its services.
    Cause
    There is a memory leak in the PCM TransportService which causes PCMMainIPS.exe and PCMModelIPS.exe to consume more and more memory until these services fail causing the error message.
    Resolution
    Upgrade to PCM v7.5 SP10.
    As I believe you are indicating you are on PCM v7.5 SP12 - please report the issue to SAP Support by creating a message on the Service Marketplace if neither of above resolves the issue.  In the meantime, you may be able to stop and restart all the PCM services to work around the issue.
    Best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Customer Solutions Adoption (CSA) team

  • No such interface supported (OpenDocument)

    I'm trying to open a document (written on deski) like many examples I've seen on the web. However I keep getting an error on the last line:
    System.InvalidCastException was unhandled
    Message=No such interface supported
    I'm using BOXI 3.1
    Am I doing something wrong?
    string sampleReportName = "Report1";
    SessionMgr sessionMgr = new SessionMgr();
    EnterpriseSession enterpriseSession = sessionMgr.Logon("user", "pass", "boxi", "secWinAD");
    InfoStore infoStore = (InfoStore)enterpriseSession.GetService("InfoStore");
    InfoObjects infoObjects = infoStore.Query("Select SI_ID From CI_INFOOBJECTS Where SI_NAME ='" + sampleReportName + "' And SI_INSTANCE=0");
    InfoObject infoObject = infoObjects[1];
    EnterpriseService tempService = enterpriseSession.GetService("", "RASReportFactory");
    ReportAppFactory reportAppFactory = (ReportAppFactory)(tempService.Interface as ReportAppFactory);
    ReportClientDocument reportClientDocument = reportAppFactory.OpenDocument(infoObject.ID, 0);

    Hi,
    See this [sample |http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/80a43b7c-dc66-2b10-06a6-ee380b8f509b]to view deski report in html..
    Deepu.

  • Are error messages created somewhere when an event_notifications are misconfigured?

    Newbie question: We discovered that we had a value in sys.event_notifications.broker_instance that did not correspond to the value of sys.databases.service_broker_guid for any existing database. We were unaware of this for some time. Are there any error
    messages generated by Service Broker when this happens or is does it just not work?
    Thanks,
    Ron Rice
    Ron Rice

    Hi Ron,
    Have you got the detail error message in your case? If the Service Broker GUID didn't match sys.database services_broker_guid, we will encounter the following issue:
    Cannot enable the Service Broker in database " " because the Service Broker GUID in the database (xxxxx) does not match the one in sys.databases (xxxxx)
    To solve this issue, we can run the following command to reset the service broker:
    ALTER DATABASE XXX SET NEW_BROKER WITH ROLLBACK IMMEDIATE
    For more information, please see:
    http://grumpydba.blogspot.com/2011/09/service-broker-guid-does-not-match-one.html
    Elvis Long
    TechNet Community Support

  • [svn] 3519: Fix typo in error string for situations where there are advanced messaging configuration settings from LCDS used in the configuration files but no AdvancedMessagingSupport service .

    Revision: 3519
    Author: [email protected]
    Date: 2008-10-08 04:17:40 -0700 (Wed, 08 Oct 2008)
    Log Message:
    Fix typo in error string for situations where there are advanced messaging configuration settings from LCDS used in the configuration files but no AdvancedMessagingSupport service. The error string said that there was no flex.messaging.services.AdvancedMessagingService registered but it is the flex.messaging.services.AdvancedMessagingSupport service that needs to be registered.
    Add configuration test that starts the server with a destination that has the reliable property set which is an advanced messaging feature but there is no AdvancedMessagingSupport service registered.
    Modified Paths:
    blazeds/trunk/modules/common/src/flex/messaging/errors.properties
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/ReliableDestina tionWithNoAdvancedMessagingSupport/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/ReliableDestina tionWithNoAdvancedMessagingSupport/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/ReliableDestina tionWithNoAdvancedMessagingSupport/services-config.xml

    Hi,
    Unfortunately I already tried all kinds of re-installs (the full list is in my original message). The only one remaining is the reinstall of Windows 8 itself, which I would really like to avoid.
    What I find really strange is the time it takes for the above error message to appear. It's like one hour or even more (never measured exactly, I left the computer running).
    What kind of a timeout is that? I would expect that, if ports are really used by some other application, I get the message in less than a minute (seconds, actually). To me this looks like the emulator itself for some reason believes there's a problem with
    some port while in reality there isn't.
    I'll eventually contact Microsoft Support, thanks for the suggestion.

  • "No such interface supported" JRE 1.4 Win2000 install error

    During installation of the latest JRE (j2re-1_4_0-win-i.exe) onto a friends PC I get the following message:
    (during the "preparing the installshield wizard" part of the install)
    "An error occurred while parsing command line arguments or reading setup.ini - No such interface supported."
    Now, Nigel's PC used to have win95 on it - he couldn't get the thing to network with a win2000 computer so win200 was installed over win95 (I'm 85% sure that win95 wasn't fully deleted from the PC first).
    It's easy to assume that the error is caused by the double installation of the windows OSs, but I was wondering if this is maybe a problem with the install shield itself.
    Has anyone seen this type of error before, or know of a possible solution. (I'm about to tell him to simply reinstall win2000 from scratch)
    cheers
    Ray

    InstallShield seems to refer to this problem in the following
    knowledge base article
    http://support.installshield.com/kb/view.asp?pcode=ALL&articleid=Q105146
    I searched for "No such interface supported".

Maybe you are looking for

  • Klipsch S4i headphones do not work properly with iPhone 5

    I've got a really weird issue with my iPhone 5.  I previously purchased an iPod Nano 16GB as well as Klipsch S4i headphones.  The headphones has a console with 3 buttons.  The topmost button is to increase volume and conversely, the lowest button dec

  • Getting error message 0x00000bbb when I try to print

    Printer has stopped printing.  Getting subject error message   0x00000bbb

  • To add two new fields in CO09 SCREEN

    Hi All, I have a requirement of adding two new fields  Customer Name and Number (Sold to party) for the MRP Elements IN CO09 Screen which is already there in MD04. Please let me know as soon as possible if any one has any idea regarding this.

  • Posting Invoice

    hi My client wants the Posting Invoice to Prior Period u2013 this is really u201CChange the system to not allow any transactions to a closed periodu201D. My Client wants not to post the Invoice at the Billing Level? and He also not wants to open the

  • Segmentation fault with xqillia when using purifyplus

    Hi friends, I am using BDB , xqilla /xerces interface to perform an xquery.The program works fine,but after building the program along with purifyplus,if i try to run the program a segmentation fault is raised. attached are the code,command used to b