NEW SDK IDE PROBLEM - the editor class could not be instantiated.

The error is:

Could not open the Editor: the editor class could not be instantiated. This usually indicates a manufacturer no. - arg missing or that the name of the editor class was misspelled in plugin.xml.

When I click on details, this is the output:

java.lang.IllegalStateException: Duplicate item in map: MapID: ModelInfoLoader.resolvedSlotIDMap, Key:setScale
    at com.rim.tad.tools.qml.core.internal.util.TypeUtil.mapPutIfNotExist(TypeUtil.java:67)
    at com.rim.tad.tools.qml.core.internal.model.semantic.ModelInfoLoader.resolveSuperInfoList(ModelInfoLoader.java:576)
    at com.rim.tad.tools.qml.core.internal.model.semantic.ModelInfoLoader.parseComponent(ModelInfoLoader.java:385)
    at com.rim.tad.tools.qml.core.internal.model.semantic.ModelInfoLoader.assureParseComponent(ModelInfoLoader.java:428)
    at com.rim.tad.tools.qml.core.internal.model.semantic.ModelInfoLoader.parseComponent(ModelInfoLoader.java:335)
    at com.rim.tad.tools.qml.core.internal.model.semantic.ModelInfoLoader.assureParseComponent(ModelInfoLoader.java:428)
    at com.rim.tad.tools.qml.core.internal.model.semantic.ModelInfoLoader.parseComponent(ModelInfoLoader.java:335)
    at com.rim.tad.tools.qml.core.internal.model.semantic.ModelInfoLoader.assureParseComponent(ModelInfoLoader.java:428)
    at com.rim.tad.tools.qml.core.internal.model.semantic.ModelInfoLoader.parseComponent(ModelInfoLoader.java:335)
    at com.rim.tad.tools.qml.core.internal.model.semantic.ModelInfoLoader.create(ModelInfoLoader.java:257)
    at com.rim.tad.tools.qml.core.internal.model.semantic.ModelInfoLoader.createModelInfoFromBuiltInFile(ModelInfoLoader.java:186)
    at com.rim.tad.tools.qml.core.internal.editor.QMLEditor.(QMLEditor.java:53)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:184)
    at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
    at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
    at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:260)
    at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor.java:235)
    at org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:875)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
    at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
    at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
    at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
    at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
    at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1245)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1198)
    at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1597)
    at org.eclipse.ui.internal.PartStack.add(PartStack.java:493)
    at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
    at org.eclipse.ui.internal.PartStack.add(PartStack.java:479)
    at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)
    at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
    at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:225)
    at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:213)
    at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:808)
    at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:707)
    at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:666)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2942)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)
    at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2842)
    at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2793)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2764)
    at com.rim.tad.tools.qml.project.internal.wizard.QMLNewProjectWizard$2$1.run(QMLNewProjectWizard.java:221)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:173)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:388)
    at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1029)
    at com.rim.tad.tools.qml.project.internal.wizard.QMLNewProjectWizard.performFinish(QMLNewProjectWizard.java:248)
    at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
    at org.eclipse.jface.window.Window.open(Window.java:801)
    at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:135)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

Any idea on how to solve this error?

Thank you.

A few of us have had this problem, the solution for me was to uninstall the kit development software and the remains of previous versions and reinstall.

Tags: BlackBerry Developers

Similar Questions

  • "RunDLL -" there was a problem starting C:\Program the specified module could not be found. "

    Hi all

    I get this error with a new computer at startup.  I have not the least of which may be the cause of it.  Please notify.

    Error box
    RunDLL

    Error message:
    There was a problem starting C:\Program
    The specified module could not be found.

    I have solved my problem.  This was caused by an outdated piece and integrated by Lenovo - Lenovo Power Manager software.  I've updated to the latest version, restarted, and the question is more persistent.  It has been resolved.

  • Getting the error "there was a problem starting C:\Program. The specified module could not be found"during the uninstallation of Panda antivirus.

    When I try to download a new security software on my laptop, he insisted first of all, I uninstall my existing software, but when I click on uninstall, I get the following message:

    "There was a problem starting C:\Program. The specified module could not be found. »

    Then, I went in my C: drive and tried to uninstall by clicking on it and clicking Security software on uninstall, but the same message came.

    Help, please!  I don't know that I now have no security.

    Thank you.

    Original title: Windows 8 - error DLL Run

    Use the uninstall program to remove it from the computer:

    http://www.pandasecurity.com/resources/SOP/Uninstaller.exe

    Directions for use:

    http://www.pandasecurity.com/homeusers/support/card?ID=55509

  • Impossible to launch the store "we were not able to connect to the store.this could not have due server problem or the network connection has expired.

    Original title: PROBLEM WITH WINDOWS STORE

    Hi, I'm a first year student at IIT MADRAS. I just got a new laptop (W8, 4 GB RAM, 320 to drive HARD, I3). I had problems to open the store. He said: "we were not able to connect to the store.this could not have come because of problem with the server or the network connection timed out." My connection to the local network requires the proxy settings. PLEASE HELP ME.

    Hello

    Yes, the speed and connectivity of the internet must be consistent for the applications to work properly.

    I suggest you create a new user account and checkif the problem persists.

    Create a new user account.

    Setting up a new user account is a very easy process in Windows 8. There are two types of user accounts, a Microsoft user account and a Local user account. See this link for more information on the two types of user accounts and how to create them.

    http://Windows.Microsoft.com/en-us/Windows-8/create-user-account

    Try to connect with the user account that is having right of the administrator and check if the problem persists.

    I hope this helps. If you have any other questions, please get back to us and we would be happy to help you.

  • Problem SQLDEVELOPER the network adapter could not establish the connection

    Hello I have a strange problem with SQL Developer (2.1.63) under Linux (Debian-testing-squeez/sid) version of the version: java java "1.6.0_16.
    Java (TM) SE Runtime Environment (build 1.6.0_16 - b01)
    Java hotspot Server VM (build 14, 2 - b01, mixed mode)

    Java is a debian .deb (sun-java6-jre, sun-java6-jdk).
    Whenever I try to connect to a database running on the remote server, I got error the network adapter could not establish the connection.
    (connection to base and also tnsnames connection)
    Sqlplus on the same machine works very well with the same connection settings, I also try the same SQLDEVELOPER version in the windows box and I had no problem with the connection.

    what I tried:
    1. in the course of running tcpdump eth0 dst db01x-i on the client and I don't got no network traffic going out of the box
    2.i have also tried tcpdump - neither eth0 host 192.168.3.9 and port 1521 on the server database to be sure, but also no traffic
    3. put the database server in/etc/hosts nothing change
    4. change the level of logging of the SQLDEVELOPER, but no significant errors
    5 different versions of the jdbc (ojdbc5.jar, ojdbc6.jar) connector

    I'd appreciate any help in this topic.
    BR and thx Thomas

    This problem is probably with java networks interacting with a new parameter to the default kernel in Debian. Among the bugs identified on this is here - [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560056]
    Two things to try, from various bug reports, are
    (1) "echo 0 >/proc/sys/net/ipv6/bindv6only ' and make this change permanent if it works
    (2) edit {sqldeveloper home}/sqldeveloper/bin/sqldeveloper.conf and add the line}
    "AddVMOption - Djava .net .preferIPv4Stack = true '.

    Jean Paul

  • Unable to repair the connection of local error: Windows could not finish repairing the problem because the following action could not be completed

    Original title: Repair the connection to the local network.

    When I try to repair the connection to the local network I get the following message: "Windows could not finish repairing the problem because the following action could not be completed: clear the cache DNS."  For assistance, contact the person who manages your network. "How can I solve this problem?

    Hello

    1. what exactly is the problem you are experiencing when connecting with Internet?

    2. what type of Internet connection you have (wired or wireless) sound?

    3. don't you make changes to the computer until the problem occurred?

    Method 1: To resolve this issue, follow these steps:

    (a) click Start, click run, type services.msc, and then click OK.

    (b) in the list of services, click DNS Client.

    (c) ensure that the status column displays started and that the Startup Type Automaticcolumn.

    (d) if the service is not set to started or if the startup type for the DNS Client service is not set to Automatic, follow these steps:

    a. right click on Client DNS and then click Properties.

    b. in the Properties of the Client DNS dialog box, click the general tab and then click Automatic in the list Startup type .

    c. click Start, click applyand then click OK.

    Method 2: Wi - Fi and in Windows network connection issues.

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows?T1=Tab03

    Hope this information is useful.

  • An error keeps coming back that there is a problem starting werconcpl.dll - the specified module could not be found. What should I do?

    An error keeps coming back that there is a problem starting werconcpl.dll - the specified module could not be found.  What should I do?

    Hello

    ·         Since when are you facing this problem?

    ·         Were there recent changes made on the computer before the show?

    Follow these methods and check if that helps:

    Method 1:

    This file is a Microsoft Windows System. If you receive the warning on the file, I suggest you to run the latest Microsoft security on your computer Scanner and check if that helps:

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: the data files that are infected must be cleaned only by removing the file completely, which means there is a risk of data loss.

    Method 2: Run scan files (SFC) system auditor

    It will scan your computer to check the integrity of files on your system.

    The System File Checker (SFC) utility allows administrators to perform an analysis of all protected resources to make sure they are the correct version. Whether SFC should find all incorrect versions in one of these protected resources, SFC will be replaced by the correct versions.

    SFC follow the steps in the article to run a scan:

    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)

    http://support.Microsoft.com/kb/310747

  • Start Windows XP problem, error: C:Windows\ecsdlp.dll the specified module could not be found.

    original title:. Error loading windows

    Under XP. Error loading of windows C:Windows\ecsdlp.dll the specified module could not be found. Ditto for C:\Windows\udehukoziye.dll. Ideas?

    Under XP. Error loading of windows C:Windows\ecsdlp.dll the specified module could not be found. Ditto for C:\Windows\udehukoziye.dll. Ideas?

    Your computer was (and still may be) infected with the malware.  Error messages such as those that you have the result when your anti-malware application deletes the active part of the malicious program but fails to remove the entry from the Windows registry used to start the malicious software.

    First of all, download, install, update and scan with these two free utilities:
    MalwareBytes Anti-Malware
    SUPERAntiSpyware

    If after the scans have completed and you have removed a malware that has been found, you get the error messages on a restart, download, install and run Autoruns.  Once the scan is complete Autoruns (bottom left), click the 'Connection' tab and find the names of two files in your error messages (ecsdlp.dll and udehukoziye.dll).  If found, uncheck the box at the left end of the line (you can delete the entry, but this action is not reversible).  If you can't find the name of the file in the connection tab, click the "all" tab, use file > search to find them.

    Once the entries with incorrect file names have been deleted or not, you will get errors at startup upward.

  • Sound problems. When I try to test my sound in the Control Panel, it says "the test sound could not be played."

    For about two days, my sound is really starting to * me off. = D now, the problem is that it seems to you that it works (its icon in the lower-right corner is white and with three soundwaves), however, there just not sound at all. When I try to test my sound in Control Panel, it says "the test sound could not be played." When I go into the Device Manager, it says that everything is up to date and working correctly. Also, when I try to play any audio or video file in WMV, he said is a problem and it stops at the video. I tried deleting and reinstalling all audio drivers and then it works for about two minutes, but then it stops working again.

    The following article might be worth a visit:

    Windows 7 - no sound in Windows
    http://Windows.Microsoft.com/en-us/Windows/help/no-sound-in-Windows
    (valid for XP - Vista - 7)

  • Entitled RunDll error: there was a problem starting C:\Users\X the specified Module could not be found.

    While from my account on my computer Win 7 Ultimate I get constantly interrupted with the following error, having appeared on the screen.

    RunDll error (X) there is a problem from C:\Users\ "X" the specified Module could not be found.

    I saw the file tree and (newly) noticed that there are a number of directories that show a locked state.

    I tried then access these locked directories showing locked and have encountered the error

    C:\Users\ (X) 'X' is not accessible, access is denied.

    I then tried to change the security permissions on these locked folders... Right click... Properties... Security... Edit... User "X"... Allow check... Apply... OK.

    AND yet once I met the other mistake

    Error (X), there was an error applying security... An error has occurred applying security information to: C:\Users\ 'X' access denied.

    So that's where I'm stuck... I get errors. I'm doing the Correct (I think) security fixes and I am met with a stonewall by the computer? I'm I have done this correctly? The computer is damaged by a virus? (I don't think), I have use controls many security I.e.... IOBIT Malware, AVG Antivirus, Rootkit, Microsoft, etc. and regular analyses. In fact I probably spend more time computer maintenance then enjoyment...  :-)

    Thank you all who may be able to help or know a workaround for this problem... Thanks a lot for your comments.

    ........ Content of the lead in double...

    I already posted this Question under Security, issues of privacy and also accounts, but it seems that the error also happens with IE explore 11. The error comes back constantly, but more often in the browser.

    Entitled RunDll error: there was a problem starting C:\Users\X the specified Module could not be found. Well that begins my account on my computer Win 7 Ultimate I get constantly interrupted with the following error, having appeared on the screen.

    RunDll error (X) there is a problem from C:\Users\ "X" the specified Module could not be found.

    I saw the file tree and (newly) noticed that there are a number of directories that show a locked state.

    I tried then access these locked directories showing locked and have encountered the error

    C:\Users\ (X) 'X' is not accessible, access is denied.

    I then tried to change the security permissions on these locked folders... Right click... Properties... Security... Edit... User "X"... Allow check... Apply... OK.

    AND yet once I met the other mistake

    Error (X), there was an error applying security... An error has occurred applying security information to: C:\Users\ 'X' access denied.

    So that's where I'm stuck... I get errors. I'm doing the Correct (I think) security fixes and I am met with a stonewall by the computer? I'm I have done this correctly? The computer is damaged by a virus? (I don't think), I have use controls many security I.e.... IOBIT Malware, AVG Antivirus, Rootkit, Microsoft, etc. and regular analyses. In fact I probably spend more time computer maintenance then enjoyment...  :-)

    Thank you all who may be able to help or know a workaround for this problem... Thanks a lot for your comments.

    Hi Barry,.

    Sorry for the late reply.

    The Internet Explorer cannot be uninstalled. However you can disable/enable what works as the resettlement.

    How to repair or reinstall Internet Explorer in Windows

    https://support.Microsoft.com/en-us/KB/318378?WA=wsignin1.0

    Keep us informed on the issue.

  • There was a problem starting \AppData\Local\PLATYTO~1\Updater.dll C:\Users\ (snip). The specified module could not be found.

    RunDLL

    There was a problem starting

    \AppData\Local\PLATYTO~1\Updater.dll C:\Users\ (snip)

    The specified module could not be found.

    Original title: that means the attached error message, how will this affect my use of the computer, and how to fix it?  Thank you, C

    This arose before a few times.

    See if http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/keep-receiving-a-run-dll-error-for/f89fa5d1-fd0d-42b9-b72c-b47a38d57ed2 help.

    It can be useful also running a full anti-virus update. In addition, download install update and run a scan complete with free malwarebytes (keep it free, no need to trial etc.) as a check of the backup.

  • There was a problem starting msiihy32.dll that the specific module could not be found?

    When I start my computer, I got this message there is a problem starting msiihy32.dll the specific module could not be found, and I downloaded the msiihy32.dll, but still have the message so what can I do?

    Hello

    Where did you downloaded it go?

    Google has little information about this file, so it's probably a Malware startup more entry left which has been removed from your security programs.

    Download, install, update and scan your system with the free version of Malwarebytes AntiMalware:

    http://www.Malwarebytes.org/products/malwarebytes_free

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    If the problem persists after scanning, take these startup entries:

    «How to use MSCONFIG in Windows 7»

    http://netsquirrel.com/Msconfig/msconfig_win7.html

    You can also use this free program to do, too:

    "Autoruns for Windows V11.32"

    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx

    See you soon.

  • There was a problem starting msiftb32.dll, the specified module could not be found

    There was a problem starting msiftb32.dll, the specified module could not be found

    There was a problem starting msiftb32.dll, the specified module could not be found

    This will help...
    How to fix Msimg32.dll not found or missing errors

  • I get an error, "there was a problem starting c:\users\jordsn\wgsdgsdgdsgsd" "the specified module could not be found" when removing malware.

    Original title: RunDLL error "there was a problem starting c:\users\jordsn\wgsdgsdgdsgsd.
     
    I tried to deleted manually scamware/malware (your computer has been locked by the U.S. Department of Justice) from my computer. After reboot I get this RunDLL error "there was a problem starting c:\users\jordsn\wgsdgsdgdsgsd" "the specified module could not be found" if I click ok or X it stays just black. Please help me if you can. in a lay mans language as much as you can.
    I'm not much more than a geek, but can still manage my own if you tell me exactly what to do. Please include the step by step instructions. Thank you

    Two things... one, take a look at this site for some information and instructions (where something is hanging out)
    http://www.selectrealsecurity.com/malware-removal-Guide/
    and to know exactly what is running at the start have a look at this tool.
    Autoruns from Sysinternals

    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx

    I hope this helps.

  • On startup, I get a msg of error DLL RUN as follows: 'there was a problem starting C:\ProgramData\ctfmdctr64.dll. The specified module could not be found. »

    I am running Win 7 Pro.  On startup, I get a msg of error DLL RUN as follows: 'there was a problem starting C:\ProgramData\ctfmdctr64.dll.  The specified module could not be found. »

    The error msg box provides an OK button. After clicking this button, everything seems to work well.

    FYI, I use AVG Virus Protection program. I did a system restore to a date before when I think that this problem started. No luck there.

    I suspect some malicious programs hiding somewhere and part of it may have been removed by AVG, but not all.  Anyone know what program calls for this file? How can I get rid of this problem?   Any suggestions would be welcome.

    Thank you.  f* address email is removed from the privacy *

    Disabled under msconfig.exe startup items are moved to this location in the registry:

    HKEY_LOCAL_MACHINE Tools\MSConfig
    To permanently delete, you can delete the key relevant to this place. Method of the prudent man will like so:
    1. Burn a CD of Windows repair. Everyone who makes his own PC must have a maintenance.
    2. Create a System Restore Point.
    3. Start the computer with the CD in repair and check if the above Restore Point is visible.
    4. Start normally.
    5. Remove the offending registry key.
    Please mark my answer as 'Response' in this thread so that it can be closed.

Maybe you are looking for