C:\Windows\system32\bitsperf.dll" failed

Log Name:      Application
Source:        Microsoft-Windows-Perflib
Date:          10/23/2013 4:36:55 AM
Event ID:      1008
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      xxxxxxxxxxx
Description:
The Open Procedure for service "BITS" in DLL "C:\Windows\system32\bitsperf.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-Perflib" Guid="{13B197BD-7CEE-4B4E-8DD0-59314CE374CE}" EventSourceName="Perflib" />
    <EventID Qualifiers="49152">1008</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-10-23T02:36:55.000Z" />
    <EventRecordID>355461</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>Application</Channel>
    <Computer>SWAMR0041.INDUSTRIE.AMMANN.INTRA</Computer>
    <Security />
  </System>
  <UserData>
    <EventXML xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="Perflib">
      <param1>BITS</param1>
      <param2>C:\Windows\system32\bitsperf.dll</param2>
      <binaryDataSize>8</binaryDataSize>
      <binaryData>0200000000000000</binaryData>
    </EventXML>
  </UserData>
</Event>
Tried to rebuild the counters 
1. lodctr bitsperf.dll
2. lodctr \R
3. lodctr /e:bitsperf.dll
After performing the above still getting the issue.
Microsoft Provided steps are confusing.
Can any one provide me the detailed steps to resolve the issue ?
Shashidhar N Bharadwaj

I actually ran into this issue myself and I found this to be my fix.
"Unable to add these counters:
\Memory\Available MBytes
\Memory\% Committed Bytes In Use
\Memory\Cache Faults/sec
\Memory\Cache Faults/sec
\PhysicalDisk(*)\%Idle Time
\PhysicalDisk(*)\Avg. Disk Queue Length
\Network Interface(*)\Bytes Total/sec"
after that I checked my Test Server and saw the same error in Windows Server 2012. I searched and found a lot of info
about this error in earlier version of Windows but not for Server 2012 and therefore decided to write a wiki about it. It is my first English wiki and I want to write this wiki for other people who may have similar problem because Ed Price suggested us:
Below are some steps to be followed.
Steps:
We have to rebuild Performance Counters with LODCTR from an elevated command prompt.
1. Launch Command Prompt as Administrator (right click Runs As Administrator).
2. Drop into the C:\WINDOWS\System32 directory by typing CD\ then CD Windows\System32
3. To rebuild your resource counters type the following command:
lodctr /r
This will rebuild your counter values and may take a few moments so please be patient.
4. If you wish to query the counters to make sure they were correctly set, use:
lodctr /q
This will give you something like the following:
Performance Counter ID Queries [PERFLIB]:
    Base Index: 0x00000737 (1847)
    Last Counter Text ID: 0x000031D2 (12754)
    Last Help Text ID: 0x000031D3 (12755)
[.NET CLR Data] Performance Counters (Enabled)
    DLL Name: %systemroot%\system32\netfxperf.dll
    Open Procedure: OpenPerformanceData
    Collect Procedure: CollectPerformanceData
    Close Procedure: ClosePerformanceData
[.NET CLR Networking] Performance Counters (Enabled)
    DLL Name: %systemroot%\system32\netfxperf.dll
    Open Procedure: OpenPerformanceData
    Collect Procedure: CollectPerformanceData
    Close Procedure: ClosePerformanceData
and etc
5.Now reopen the Performance Monitor and check it. You will see that the error was fixed.
Note 1:
In the query if you have provider name that is Disabled, Use this Cmdlet to enable it.
lodctr /e:<provider name>
for example (think in above query Performance Counters is disable ) :
lodctr /e:Performance Counters
Note 2:
If you perform this step and it doesn't work, please see the event log and search for if there is Event ID = 3006 in it? if yes, 
please go to registry and change Disable Performance Counters from "1" to "0".
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib
Hope this is helpful. 

Similar Messages

  • Open Procedure for service "BITS" in DLL "C:\Windows\system32\bitsperf.dll" failed

    This error is occurring on my Windows Server 2008R2 server with SQL 2008R2 installed.  I have found lots of "help" but none of it works...
    The Open Procedure for service "BITS" in DLL "C:\Windows\system32\bitsperf.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code.
    The "help" I have found...
    http://technet.microsoft.com/en-us/library/cc774913(WS.10).aspx
    http://support.microsoft.com/kb/300956 

    I was able to re-install BITS.  The BITS error seems to have gone away, but this error is now showing...
    The object length of an object returned by Extensible Counter DLL "C:\Windows\system32\wbem\wmiaprpl.dll" for the "WmiApRpl" service was not correct. The sum of the object lengths returned did not match the size of the buffer returned.  The performance
    data returned by the counter DLL will not be returned in the Perf Data Block. The first four bytes (DWORD) of the Data section contains the count of objects.
    Help?

  • Event ID 1008 The Open Procedure for service "BITS" in DLL "C:\Windows\System32\bitsperf.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code.

    I keep getting the above error on all my SQL 2012 deployments (standard and enterprise) on all Windows Server 2012 Standard machines. I have already tried the following commands in administrator mode to resolve without success:
    lodctr bitsperf.dll
    lodctr /R
    Any other suggestions?
    Diane

    Hi Diane Sithoo,
    You post the same question 2 times. Please avoid this practice on Forum, I 
    have merged the same thread. Thanks for your understanding.
    According to your description, we need to verify when the error occurs, and if when the error happen, your SQL Server does not work, right ? If yes, we need to you help us to collect the detailed error log in SQL Server management Studio (SSMS). Please refer
    to the following steps for collecting the error log.
    In SSMS, expand Management, and SQL Server Logs, then
    right-click a log and click View SQL Server Log.
    If the SQL Server can run well, there are some error on Windows Server service, I recommend you post the question on the Windows Server General Forum(http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winservergen
    ) , It is appropriate and more experts will assist you.
    In addition, about Event ID 1008, you may need to reload the
     performance library when it is not properly initialized during installation. Then you can use Windows Reliability and Performance Monitor to verify that performance counters are properly collected and displayed in a Performance Monitor graph. For
    more information, you can review the following article.
    http://technet.microsoft.com/en-us/library/cc774913(v=ws.10).aspx
    Regards,
    Sofiya Li
    If you have any feedback on our support, please click here. 
    Sofiya Li
    TechNet Community Support

  • The Open Procedure for service "WDSTFTP" in DLL "C:\Windows\system32\wdstftp.dll" failed. WDS not PXE booting!

    This morning came in to find clients were not getting there bootfiles through PXE. I checked the logs to find the following events related to WDS.
    The Open Procedure for service "WDSTFTP" in DLL "C:\Windows\system32\wdstftp.dll" failed
    The Open Procedure for service "WDSServer" in DLL "C:\Windows\system32\wdssrv.dll" failed
    The Open Procedure for service "WDSMC" in DLL "C:\Windows\system32\wdsmc.dll" failed
    Has anyone seen this or have a link to a resolution?
    tconners

    Hotfix loaded but didn't help.
    Found a few articles referring to rebuilding the perf counter library. I ran "lodctr /R" failed first time then worked the second time. I believe the errors:
    The Open Procedure for service "WDSTFTP" in DLL "C:\Windows\system32\wdstftp.dll" failed
    The Open Procedure for service "WDSServer" in DLL "C:\Windows\system32\wdssrv.dll" failed
    The Open Procedure for service "WDSMC" in DLL "C:\Windows\system32\wdsmc.dll" failed
    Are gone but PXE boot still fails.
    Do you think I might have to uninstall WDS and reinstall? "Using SCCM console to just remove PXE"
    tconners

  • Faulting application name: w3wp.exe - and Faulting module path: C:\Windows\system32\KERNELBASE.dll

    The environment is aSharepoint2010 and ProjectServer2010we hadlast nighta crach ofapplication poolwithan error on thew3wpandkernelbase.
    We canrevivetheappbutthe firstaccess to the sitewe have thew3wpcrash.
    we did adumpand here are thedetails.
    Information 12/08/2014 15:28:45 Windows Error Reporting 1001 None
    Fault bucket , type 0
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: w3wp.exe
    P2: 7.5.7601.17514
    P3: 4ce7afa2
    P4: KERNELBASE.dll
    P5: 6.1.7601.18409
    P6: 5315a05a
    P7: c06d007e
    P8: 000000000000940d
    P9:
    P10:
    Attached files:
    These files may be available here:
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 9561bd5d-2224-11e4-9566-0050569a0110
    Report Status: 0
    Error 12/08/2014 15:28:46 Application Error 1000 (100)
    Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp:
    0x4ce7afa2
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x5315a05a
    Exception code: 0xc06d007e
    Fault offset: 0x000000000000940d
    Faulting process id: 0x15d0
    Faulting application start time: 0x01cfb6315831ebbb
    Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: 95eaafc7-2224-11e4-9566-0050569a0110
    Warning 12/08/2014 15:28:51 WAS 5011 None
    A process serving application pool 'SharePoint Central Administration v4'
    suffered a fatal communication error with the Windows Process Activation
    Service. The process id was '2448'. The data field contains the error number
    Error 12/08/2014 15:28:51 WAS 5002 None
    Application pool 'SharePoint Central Administration v4' is being automatically
    disabled due to a series of failures in the process(es) serving that
    application pool.
    Le dump du crach donne les informations suivantes
    (990.fb4): Unknown exception - code c06d007e (first/second chance not
    available)
    KERNELBASE!RaiseException+0x39:
    000007fe`fda5940d 4881c4c8000000 add rsp,0C8h
    0:004> .loadby sos clr
    Unable to find module 'clr'
    0:004> .loadby sos clr
    Unable to find module 'clr'
    0:004> !analyze -v
    * Exception Analysis *
    GetPageUrlData failed, server returned HTTP status 404
    URL requested:
    http://watson.microsoft.com/StageOne/w3wp_exe/7_5_7601_17514/4ce7afa2/KERNELBASE_dll/6_1_7601_18409/5315a05a/c06d007e/0000940d.htm?Retriage=1
    FAULTING_IP:
    KERNELBASE!RaiseException+39
    000007fe`fda5940d 4881c4c8000000 add rsp,0C8h
    EXCEPTION_RECORD: ffffffffffffffff -- (.exr 0xffffffffffffffff)
    ExceptionAddress: 000007fefda5940d (KERNELBASE!RaiseException+0x0000000000000039)
    ExceptionCode: c06d007e
    ExceptionFlags: 00000000
    NumberParameters: 1
    Parameter[0]: 000000000092e820
    DEFAULT_BUCKET_ID: APPLICATION_FAULT
    PROCESS_NAME: w3wp.exe
    ERROR_CODE: (NTSTATUS) 0xc06d007e -
    <unable code="" error="" get="" text="" to="">
    EXCEPTION_CODE: (NTSTATUS) 0xc06d007e -
    <unable code="" error="" get="" text="" to="">
    EXCEPTION_PARAMETER1: 000000000092e820
    MOD_LIST:
    <analysis>
    NTGLOBALFLAG: 0
    APPLICATION_VERIFIER_FLAGS: 0
    MANAGED_STACK: !dumpstack -EE
    OS Thread Id: 0xfb4 (4)
    Child-SP RetAddr Call Site
    FAULTING_THREAD: 0000000000000fb4
    PRIMARY_PROBLEM_CLASS: APPLICATION_FAULT
    BUGCHECK_STR: APPLICATION_FAULT_APPLICATION_FAULT
    LAST_CONTROL_TRANSFER: from 000007fee99ed41d to 000007fefda5940d
    STACK_TEXT:
    00000000`0092e730 000007fe`e99ed41d : 00000000`00000000 00000000`00000000
    00000000`00000391 000007fe`e9b40cd0 : KERNELBASE!RaiseException+0x39
    00000000`0092e800 000007fe`e996d57f : 000007fe`e9c78e70 00000000`0092e820
    00000000`00000000 00000000`00000000 : OWSSVR!DllCanUnloadNow+0x8cfad
    00000000`0092e8b0 000007fe`e96c5244 : 00000000`0000000d 00000000`010dd4f0
    0000000f`001d000b 00000010`001a000c : OWSSVR!DllCanUnloadNow+0xd10f
    00000000`0092e920 000007fe`e96c5313 : 00000000`00000000 00000000`00328ad0
    00000000`778d4564 000007fe`e9c78e28 : OWSSVR!TerminateExtension+0x158
    00000000`0092eaa0 000007fe`e96c5379 : 00000000`0128fcd0 00000000`000000a4
    00000000`00000024 000007fe`faf11827 : OWSSVR!TerminateExtension+0x227
    00000000`0092ebf0 000007fe`e96c18d8 : 00000000`00000000 00000000`00000000
    00000000`01290840 00000000`00000021 : OWSSVR!TerminateExtension+0x28d
    00000000`0092ec20 000007fe`cf5cf94a : 00000000`00000000 00000000`01290840
    00000000`01290840 00000000`0128f800 : OWSSVR!RegisterModule+0x1c
    00000000`0092ec50 000007fe`cf5d9aa4 : 00000000`00000000 00000000`00000000
    00000000`00000000 00000000`00000000 : iiscore!VIRTUAL_MODULE::RegisterModule+0x2a
    00000000`0092ec80 000007fe`cf5daeeb : 00000000`00000078 000007fe`cf5ba944
    00000000`0128f800 000007fe`cf5e87b8 :
    iiscore!W3_SERVER::LoadModulesFromConfig+0x394
    00000000`0092eda0 000007fe`cf5dc2ff : 00000000`0128f800 000007fe`cf5e87b8
    00000000`00000000 00000000`0121fb10 :
    iiscore!W3_SERVER::InitializeGlobalModules+0x3b
    00000000`0092ede0 000007fe`cf5e234d : 00000000`0128f800 00000000`00000002
    00000000`0121fb10 00000000`0000017c : iiscore!W3_SERVER::Initialize+0xaaf
    00000000`0092f040 000007fe`cf5e2405 : 00000000`0128f6b0 00000000`00000000
    00000000`00000000 00000000`0000000c :
    iiscore!IISCORE_PROTOCOL_MANAGER::InitializeGlobals+0x1fd
    00000000`0092f2e0 000007fe`e27a9316 : 00000000`00000000 00000000`00000000
    00000000`005fa7e0 00000000`00000000 :
    iiscore!IISCORE_PROTOCOL_MANAGER::PreloadApplication+0x45
    00000000`0092f320 000007fe`e27a7dd2 : 00000000`005ff4b0 00000000`77997ef5
    00000000`0128f6b0 00000000`0021f070 :
    w3wphost!WP_IPM::HandlePreloadApplications+0xc2
    00000000`0092f370 000007fe`faf141f3 : 00000000`005ff508 00000000`00000000
    00000000`00000000 00000000`00000000 : w3wphost!WP_IPM::AcceptMessage+0x16e
    00000000`0092f3b0 00000000`77bbc251 : 00000000`00000000 00000000`003b3bf0
    00000000`00000000 00000000`0000000c : iisutil!IPM_MESSAGE_PIPE::MessagePipeCompletion+0x44f
    00000000`0092f430 00000000`77bc658c : 00000000`003b3b40 00000000`003693f0
    00000000`0092f5e8 00000000`00000000 : ntdll!RtlpTpWaitCallback+0x92
    00000000`0092f480 00000000`77bd0c56 : 00000000`0035d110 00000000`77cb45e8 00000000`00000000
    00000000`77cb4610 : ntdll!TppWaitpExecuteCallback+0x10c
    00000000`0092f4e0 00000000`779a59ed : 00000000`00000000 00000000`00000000
    00000000`00000000 00000000`00000000 : ntdll!TppWorkerThread+0x5ff
    00000000`0092f7e0 00000000`77bdc541 : 00000000`00000000 00000000`00000000
    00000000`00000000 00000000`00000000 : kernel32!BaseThreadInitThunk+0xd
    00000000`0092f810 00000000`00000000 : 00000000`00000000 00000000`00000000
    00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x1d
    STACK_COMMAND: ~4s; .ecxr ; kb
    FOLLOWUP_IP:
    OWSSVR!DllCanUnloadNow+8cfad
    000007fe`e99ed41d 488b442458 mov rax,qword ptr [rsp+58h]
    SYMBOL_STACK_INDEX: 1
    SYMBOL_NAME: owssvr!DllCanUnloadNow+8cfad
    FOLLOWUP_NAME: MachineOwner
    MODULE_NAME: OWSSVR
    IMAGE_NAME: OWSSVR.DLL
    DEBUG_FLR_IMAGE_TIMESTAMP: 51c91cf5
    FAILURE_BUCKET_ID: APPLICATION_FAULT_c06d007e_OWSSVR.DLL!DllCanUnloadNow
    BUCKET_ID: X64_APPLICATION_FAULT_APPLICATION_FAULT_owssvr!DllCanUnloadNow+8cfad
    WATSON_STAGEONE_URL:
    http://watson.microsoft.com/StageOne/w3wp_exe/7_5_7601_17514/4ce7afa2/KERNELBASE_dll/6_1_7601_18409/5315a05a/c06d007e/0000940d.htm?Retriage=1
    Followup: MachineOwner </analysis></unable></unable>

    Hello Roland_Zeki,
    Can you check System in the Windows Log of Event Viewer? Maybe you have some logon failure for one of the services, like in this blog:
    http://www.shareesblog.com/?p=363
    - Dennis | Netherlands | Blog |
    Twitter
    Yes I have verify this point I suspected to be the origine of the problem. But no, the accounts have fixed password and are not locked. I test this point with a valide login on the server, and I reenter the login password for each app pool.

  • C/windows/system32/wmp.dll

    Hello support team,
    my window 7 media will not open- I tried turning feature on & off many times, I tried SFC scan, can fix the problem.
    It keep saying " Wmplayer.exe bad image' 'c/windows/system32/wmp.dll ' has error ' window media player is not installed property and must be reinstall"
    But I can anything on Microsoft download site that I can download. Any suggestions ?
    Thank you so much for youer assistance
    SAM

    Hi,
    First, I suggest you run a security program to scan your system to see if there is any virus may cause your issue.
    Then, we can try to copy the wmp.dll from a good Windows 7 computer or installation media and manually replace to check the results: You'd better log into Safe mode to perform following steps.
    1.Take administrative ownership of the corrupted system file. To do this, at an elevated command prompt, copy and then paste (or type) the following command, and then press ENTER:
    takeown /f "C:\Windows\System32\wmp.dll"
    2.Grant administrators full access to the corrupted system file. To do this, copy and paste (or type) the following command, and then press ENTER:
    icacls "C:\Windows\System32\wmp.dll" /GRANT ADMINISTRATORS:F
    3.Replace the corrupted system file with a known good copy of the file. To do this, copy and paste (or type) the following command, and then press ENTER:
    Copy Source_File "C:\Windows\System32\"
    Note The Source_File placeholder represents the path and file name of the known good copy of the file on your computer
    If we still fail to fix this issue, I recommend your manually install WMP from a installation media:
    I recommend you use following commands running as admin to reinstall Media player from a installation media:
    Uninstall features:
    Dism /online /Disable-Feature /FeatureName:WindowsMediaPlayer
    Mount a wim file from installation media:
    Dism /Mount-Image /ImageFile:C:\test\images\install.wim /index:1 /MountDir:C:\test\mount\windows
    Install Windows Media player from mounted install.wim
    Dism /Online /Enable-Feature /FeatureName:WindowsMediaPlayer /Source:C:\test\mount\windows /LimitAccess
    Note: C:\test\mount\windows is the location you mount the install.wim from installation media
    Kate Li
    TechNet Community Support

  • Office 365 crashing on C:\Windows\SYSTEM32\D3D10Warp.dll

    Hello experts,
    I am having problem with one of our office laptop. The user has an office 365 installed on windows 8.1 pro 64bit. Recently the user is unable to run any of the office 365 any longer . When I looked at the Application log the following had come up : 
    Faulting application name: WINWORD.EXE, version: 15.0.4641.1000, time stamp: 0x53c5c244
    Faulting module name: D3D10Warp.dll, version: 6.3.9600.17211, time stamp: 0x539be18f
    Exception code: 0xc0000005
    Fault offset: 0x0006ec1f
    Faulting process id: 0x1ca0
    Faulting application start time: 0x01cfe1c4934fbe00
    Faulting application path: C:\Program Files\Microsoft Office 15\Root\Office15\WINWORD.EXE
    Faulting module path: C:\Windows\SYSTEM32\D3D10Warp.dll
    Report Id: d2c96856-4db7-11e4-830a-fcf8ae64a9eb
    Faulting package full name: 
    Faulting package-relative application ID: 
    The faulting error message appears on all the 365 component. And when I check the most recent windows update the following was installed prior was installed : 
    KB
    2998527
    2990967
    2989647
    2975719
    Has anyone got any ideas if any of the KB above may cause the issue or anyone knows of any problem with the D3D10Warp.dll. 
    Other troubleshooting steps done : 
    1) Uninstall office 365 using the fix proposed by MS - when trying to run the installer the error message come sup but it continues to install office to completion at the background
    2) Running office 365 on win 8 safe boot  - same problem 
    Short of wiping and re-installing windows which I am trying to avoid, does anyone can offer any suggestion? 
    Thanks in advance. 

    I ran the the Office Config  Analyzer
    the only warning I get is the add-in being disabled due to performance and stability. The following were addtional add-in added 
    1) ProAid Writing (which has been uninstalled)
    2) endnote (also has been uninstalled)
    Still same issue after the add-in are removed. 
    Answering to your earlier questions : 
    1) uninstalled and reinstalled Office 365 on the computer - YES several time 
    2) complete
    error message that came up when you run the installer  - just a window saying something like ".. has stopped working" and I press the cancel button. The install continued at the background.
    3) any
    changes to the computer recently - only the regular updates from MS as listed above.
    4) Online
    Repair of Office 365  - also done but same error message and quits.
    Since app log report the faulting at 
    C:\Windows\SYSTEM32\D3D10Warp.dll 
    is there a way to find out the version of this and what's the latest version or maybe reinstall the version before, this possibly came through via the updates?? 

  • TS1717 ITUNES.EXE - Bad Image.  C:\Window\System32\Softpub.dll Problem

    I have been having a problem getting into ITUNES.  my computer is giving me a Message when i launch Itunes and says
    ITUNES.EXE - Bad Image
    C:\Windows\System32\Softpub.dll is either not designed to run on windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support. 
    I have tried downloading the Softpub.dll file and tried replacing it, but my computer says I am not the trusted manager (I am the Admin on this PC and dont know why I cant change it.  if anyone can help that would be great.  Thanks....

    b noir - You are awesome!  I was having the "bad image" problem with the after downloading ITunes 10.  I also had a problem with a DEP error (as you know - data execution protection).  I tried so many things in combination to fix these problems, I am not sure which piece of your advice finally did the trick!  Regarding the bad image, I renamed the file as you recommended.  I tried downloading a new softpub.dll.  I didn't think I was successful, but there it was right where it was supposed to be.  I used the Windows Error Checking feature (right click on C Drive, properties, tools) to clean things up.  Lastly, a friend recommended using a different USB port to sync for the first time.  UREKA!  I can now sync.  Thanks for all of your suggestions, b noir!

  • Windows\system32\QUARTZ.dll can't open in Windows.  Can't use Premiere Elements.

    I am looking for a way to get a solution to this error which keeps preventing me from opening my Premiere Elements 11 program.  I have previously used the program without any problems.  But last week I had a new HDD installed in my laptop (Dell Studio XPS 1640 running Windows 7 Ultimate 64-bit).  Now I can't open Premiere Elements and can't edit my videos. 
    When I try to open the program, I get an error which reads:
    Font Capture: Adobe Premiere Elements.exe - Bad Image
    C:\Windows\system32\QUARTZ.dll is either not designed to run on Windows or it contains an error.  Try installing the program again using the original instalation media or contact your system administrator or the software vendor for support
    My computer technician did use an image of my laptop to transfer everything onto the new HDD.  I have no idea if that is relevant to this software problem.
    I posted this question previously and was directed to a link which instructed me to update my DirectX and other graphics drivers.  I did all that already.  I still can't open Premiere Elements.  I want to ask Adobe Support, but since they just launched Premiere Elements 12, I guess I no longer get direct support from Adobe? Not sure but that is how it seems to work.  I will try any advice given to resolve this issue, if anyone has ideas.
    Thanks!
    Janeen

    Did you try reinstalling as indicated by the error message?  Transferring images is not a good way to install Adobe programs.

  • Windows\system32\softpub.dll is either not designed to run on windows or contains an error. how do i fix this so i can launch my itunes app

    every time I try to open itunes i get this message, C:\windows\system32\softpub.dll is either not designed to run on windows or contains an error. what should i do to fix this problem.

    I suggest that you reinstall the Microsoft Visual Studio 2010 redistributable https://www.microsoft.com/en-us/download/details.aspx?id=5555
    If you are on a 64-bit system you should also install the x64 version http://www.microsoft.com/en-us/download/details.aspx?id=13523

  • Loss of WiFi and in 'Event: Module' = Path: C:\Windows\System32\IWMSSvc.dll

    re: Thinkpad W540 20BG 0016US Win 7 [64] Pro (So called WORKSTATION) - What am I doing wrong?
    In my event log:
    WLAN Extensibility Module has stopped unexpectedly.
    Module Path: C:\Windows\System32\IWMSSvc.dll
    Lenovo installed Access Connection (no version number displayed on splash and no 'about'), but digging for the file, says v6.11 in c:\SWTOOLS\readyapps\accon\setup.exe
    There is no quick emergency disconnect from the WiFi.....  if a web site is malicious and locks you to a script..
    I have no idea what is happening.  No WiFi lights, No WiFi switch, Software version hidden from the user ..... On my previous Workstation I saw what was happening.
    So, any hints from users that resolved this WLAN issue?

    Nuke the proprietary internet handlers and let Windows deal with it.
    Get Rainmeter with a network monitor to watch your bandwidth usage.
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • 9i install error  "error writting to C:|windows\system32\mfcan32.dll"

    I'm trying to install Oracle on a "brand new" computer running WIN 2003 XP Home, so I'll be ready for the fall semester.
    I was installing Oracle9i DS Release 2 (9.0.2.1) and at the "Install" screen this Oracle message.
    ERROR writting to C:|windows\system32\mfcan32.dll
    I then "clicked" the ignore button.
    Then Windows shut down oracle and restarted with this error message.
    Win signatur error
    BCCode : 10000050 BCP1 : DAD45CD4 BCP2 : 00000000 BCP3 : 805020A4
    BCP4 : 00000000 OSVer : 5_1_2600 SP : 2_0 Product : 768_1
    MICROSOFT's REPLY
    Error Caused By A Device Dr iver
    I'm just to new at this and haven't got a clue so any assistance would truely be appriciated.
    Mathew

    You have a basic problem: You try to install desupported software on an unsupported platform.
    I assume mfcan32.dll is write-protected (maybe for good reasons), you may remove write-protection and try again, but I don't know the consequences.

  • Interactive Services Detection C:\Windows\system32\TSAPPCMP.DLL

    I can't find anything on this.  I can find a lot dealing with the spoolsv.exe, but nothing on TSAPPCMP.DLL.  I am not looking for answers, I am just looking for troubleshooting methods to figure out what is going on.  Any guidance would be
    greatly appreciated.
    Windows Server 2008 R2 Terminal Server
    VMware 5.1.0
    Citrix XenApp 6.0
    This is what is being shown in the event viewer:
    Log Name:         Application
    Source:              Interactive Services detection
    Date:                 12/31/2013 8:32:58 PM
    Event ID:           1000
    Task Category:  None
    Level:                Information
    Keywords:         Classic
    User:                 N/A
    Computer:         TS01
    Description:       A device or program has requested attention. Device or application: C:\Windows\system32\TSAPPCMP.DLL. Message title: Windows Installer Coordinator.

    Hi,
    I would like to say that it is just a normal condition. No further action is required.
    However, if you want to know details about Interactive Services Detection and event, please refer to the following articles.
    What is Interactive Services Detection and Why is it Blinking at Me?
    http://blogs.msdn.com/b/patricka/archive/2010/04/27/what-is-interactive-services-detection-and-why-is-it-blinking-at-me.aspx
    Troubleshooting Interactive Services Detection
    http://blogs.msdn.com/b/patricka/archive/2011/03/14/troubleshooting-interactive-services-detection.aspx
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • Since my last windows update, whenever I open firefox I get an error message saying BAD IMAGE on the file C:\windows\system32\WRusr.dll. Can you help me?

    The message I get is the following:
    "C:\WINDOWS\SYSTEM32\WRusr.dll is either not designed to run on Windows or it contain an error. Try installing the program again using the original installation media or contact your administrator or the software vendor for support."
    I can't open Mozilla firefox anymore. I have tried reinstalling 3 times already.

    hello, the file you have referenced appears to be part of Webroot SecureAnywhere - try to remove that software in case you have it installed on your system.

  • Bad Image iTunes.exe  c:windows/system32\d3d8thk.dll

    I started to download 4.0 for iPhone and iTunes upgrade displayed, so I clicked OK. Download was successful installed no error. Clicked to open got this message:
    Bad image iTunes.exe c:windows/system32\d3d8thk.dll designed not to rum on windows or it contains an error.
    Uninstalled iTunes from system. New download of iTunes still get same error message.

    d3d8thk.dll
    You're having trouble with one of your DirectX Windows operating system files there.
    Perhaps the first thing we should try with that one is an sfc /scannow, as per:
    [How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7|http://support.microsoft.com/kb/929833]
    Does the scannow find/repair any damage? If so, can you get iTunes to reinstall/launch now?

Maybe you are looking for

  • Standard Smartform printing purchase requisition through - ME51N / ME52N

    Hi Experts, we are trying to build functionality to print Purchase requisition through transaction ME51N / ME52N / ME53N. we have created a print button on Customer data screen for that. Now we are looking for any standard smartform or script which c

  • Oracle 11 g connection with asp dot net in visual studio 2008

    Hi to all,               My application is using oracle 11 g as database in an asp dot net project . this was basically a project in asp dot net with sql server as a database . but now this need oracle 11 g as database . I have complete the db work,

  • Tons of Script Errors and Slow Redraw

    I recently setup CS 5.5 with Bridge 4.1.0.54 on a new MacBook Pro. When I launch Bridge I get the following messages: I'm confident of a few things. First, it's obviously somewhat related to this issue: http://forums.adobe.com/message/3083307 Second,

  • Firmware 2.2.1 and bluetooth

    I have my iphone 3G paired to a Nokia CK-7W hands free car kit. After recently updating the firmware to version 2.2.1, the volume coming out of the nokia speakers is significantly reduced to the point where you cannot hear anyone over car noise. Unde

  • Can't access "my recipes" on Food Network

    I can't access "my saved recipes" on the Food Network site on one log in.  On another log in-same MacBook Pro-I can.  I'm guessing a setting may have been switched somewhere, but haven't been able to solve this.  Help would be appreciated!