Problem: failed to initialize credentials store

Hello

I am facing a problem very weird ... I ' v has completed a complete ADF Application with Jdev11g build 5188, WLS 10.3 remote deployment works like a charm.

For a few weeks now, I was not able to test my application or integrated Weblogic or distant Weblogic. Let me tell you the situation:
(1) for the launch of JDev, I receive an error message in the console which tells me that it is impossible to recover the credentials for the database connection.
(2) for the verification of a database connection, even with 'Remember my password' checked, I have to re - enter the password (to the first launch of jdev-am that clear?)
(3) the connection works well (with the test button)
(4) when you exit this screen propertie, I get a window that says: "Failed to initialize credentials store"-> OK; Then a new window error: "an error like, see details below.
(5) for the integrated weblogic test I have a nullPointerException
-> see below for more details and the trace of the stack

Even more to the point:
-In the AM configuration, I use a JDBC Data Source: java: comp/env/jdbc/EasygesProdDS
-For step 2, 3 and 4, it is not in the database (i.e. it can be local or distant)


I said it's a weird question because it used to work perfectly, a couple weeks back. I've been busy with deployments all this time. Something must have happenned, but what? What may be the cause?
Also, I'm really looking forward to understand that we are ready for production.


1 - error in the message from the console to the launch of jdev
Jan 2, 2009 5:50:43 PM oracle.adf.share.security.providers.jps.CSFCredentialStore fetchCredential
WARNING: Unable to locate the credential for key EasygesServer in D:\JDEV11G_BUILD5188\jdeveloper\system\system11.1.1.0.31.51.88\o.jdevimpl.rescat2. 
Jan 2, 2009 5:50:43 PM oracle.adf.share.jndi.ReferenceStoreHelper throwPartialResultException
WARNING: Incomplete connection information
Jan 2, 2009 5:50:43 PM oracle.adf.share.security.providers.jps.CSFCredentialStore fetchCredential
WARNING: Unable to locate the credential for key IntegratedWLSConnection in D:\JDEV11G_BUILD5188\jdeveloper\system\system11.1.1.0.31.51.88\o.jdevimpl.rescat2. 
Jan 2, 2009 5:50:43 PM oracle.adf.share.jndi.ReferenceStoreHelper throwPartialResultException
WARNING: Incomplete connection information
Jan 2, 2009 5:50:46 PM oracle.adf.share.jndi.ReferenceStoreHelper throwPartialResultException
WARNING: Incomplete connection information
4 - details of the windows error right after the "could not initialize credentials store.
javax.naming.NamingException [Root exception is oracle.adf.share.security.ADFSecurityRuntimeException: Unable to initialize the credential store.    
]
     at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:390)
     at oracle.adf.share.jndi.ContextImpl.saveDocument(ContextImpl.java:702)
     at oracle.adf.share.jndi.ContextImpl.save(ContextImpl.java:720)
     at oracle.adf.share.jndi.AdfInitialContext.save(AdfInitialContext.java:91)
     at oracle.adfinternal.rc.connection.UncloseableContextWrapper.save(UncloseableContextWrapper.java:89)
     at oracle.jdeveloper.rescat2.util.ConnectionUtil.invokeOldStyleWizard(ConnectionUtil.java:137)
     at oracle.jdeveloper.rescat2.util.ConnectionUtil.showWizard(ConnectionUtil.java:66)
     at oracle.jdeveloper.rescat2.nodes.RepositoryRootNode.whenProperties(RepositoryRootNode.java:216)
     at oracle.adf.share.dt.AppConnContextMenuListener.onProperties(AppConnContextMenuListener.java:221)
     at oracle.adf.share.dt.AppConnContextMenuListener.propertiesEventHandled(AppConnContextMenuListener.java:210)
     at oracle.adf.share.dt.AppConnContextMenuListener.handleEvent(AppConnContextMenuListener.java:123)
     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866)
     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1220)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1261)
     at java.awt.Component.processMouseEvent(Component.java:6041)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
     at java.awt.Component.processEvent(Component.java:5806)
     at java.awt.Container.processEvent(Container.java:2058)
     at java.awt.Component.dispatchEventImpl(Component.java:4413)
     at java.awt.Container.dispatchEventImpl(Container.java:2116)
     at java.awt.Component.dispatchEvent(Component.java:4243)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
     at java.awt.Container.dispatchEventImpl(Container.java:2102)
     at java.awt.Window.dispatchEventImpl(Window.java:2440)
     at java.awt.Component.dispatchEvent(Component.java:4243)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Caused by: oracle.adf.share.security.ADFSecurityRuntimeException: Unable to initialize the credential store.    

     at oracle.adf.share.security.credentialstore.CredentialStoreContext.getCredentialStorage(CredentialStoreContext.java:174)
     at oracle.adf.share.security.credentialstore.CredentialStoreContext.getCredentialProvisioner(CredentialStoreContext.java:98)
     at oracle.adf.share.security.credentialstore.CredentialProvisioner.<init>(CredentialProvisioner.java:43)
     at oracle.adf.share.jndi.CredentialStoreHelper.<init>(CredentialStoreHelper.java:52)
     at oracle.adf.share.jndi.ReferenceStoreHelper.saveCredentials(ReferenceStoreHelper.java:436)
     at oracle.adf.share.jndi.ContextImpl.saveDocument(ContextImpl.java:692)
     ... 39 more
Caused by: java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
     at oracle.adf.share.security.credentialstore.CredentialStoreContext.getCredentialStorage(CredentialStoreContext.java:170)
     ... 44 more
Caused by: oracle.adf.share.security.ADFSecurityRuntimeException: Unable to initialize the credential store.    
No credential store location defined.
     at oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore.initialize(CSFDTCredentialStore.java:184)
     at oracle.adf.share.security.providers.jps.CSFCredentialStore.<init>(CSFCredentialStore.java:204)
     at oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore.<init>(CSFDTCredentialStore.java:93)
     ... 49 more
Caused by: oracle.security.jps.JpsException: No credential store location defined.
     at oracle.adf.share.dt.jps.JpsConfigUtils.getCredentialStore(JpsConfigUtils.java:1281)
     at oracle.adf.share.dt.jps.JpsConfigUtils.getCredentialStore(JpsConfigUtils.java:1301)
     at oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore.initialize(CSFDTCredentialStore.java:159)
     ... 51 more
5 - integration of weblogic server memory print stack trace:
oracle.jdeveloper.deploy.DeployException
     at oracle.jdevimpl.deploy.adrs.wls.Jsr88AdrsRemoteDeployer.initializeHelper(Jsr88AdrsRemoteDeployer.java:52)
     at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:139)
     at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
     at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
     at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
     at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
     at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
     at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
     at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
     at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
     at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
     at oracle.jdevimpl.runner.adrs.AdrsStarter$5$1.run(AdrsStarter.java:1365)
Caused by: oracle.rc.asadapter.connection.ConnectionException: [J2EE Deployment SPI:260010]Unable to connect to 't3://localhost:7001' as user, 'weblogic'. Error received: null
     at oracle.rc.asadapter.weblogic.connection.Weblogic10Jsr88Provider.getPresentation(Weblogic10Jsr88Provider.java:100)
     at oracle.rc.asadapter.connection.AppServerConnectionImpl.getPresentation(AppServerConnectionImpl.java:65)
     at oracle.jdevimpl.deploy.adrs.wls.Jsr88AdrsRemoteDeployer.initializeHelper(Jsr88AdrsRemoteDeployer.java:43)
     ... 11 more
Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: [J2EE Deployment SPI:260010]Unable to connect to 't3://localhost:7001' as user, 'weblogic'. Error received: null
     at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
     at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
     at oracle.rc.asadapter.weblogic.connection.Weblogic10Jsr88Provider.getPresentation(Weblogic10Jsr88Provider.java:97)
     ... 13 more
Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260010]Unable to connect to 't3://localhost:7001' as user, 'weblogic'. Error received: null
     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:251)
     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:191)
     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:147)
     at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
     at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
     ... 15 more
Caused by: java.lang.NullPointerException
     at java.util.Hashtable.put(Hashtable.java:394)
     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:210)
     ... 19 more
#### Cannot run application Easyges 2 due to error deploying to DefaultServer.
[Application Easyges 2 stopped and undeployed from Server Instance DefaultServer]

To my knowledge, this should not happen in this cwallet.sso problem JD11.1.1.0.1 was discovered in TP4 (frequently), where the file has been corrupted when you interrupt from the embedded server.
This has not happened to me since JDev 11.1.1.0.0 I remember this when I saw you error.

Timo

Tags: Java

Similar Questions

  • 11g: failed to initialize credentials store

    I have a big problem with this problem

    When I create any application with bc4j as array of DB connection and use of adf his has worked, but when I check in the application of the cvs and get even once, I get this msg to update the connection of the Model.jpx information: "failed to initialize credentials store. and record information, but term his do not give me the error while writing the JDBC connection.


    all help - please this from happening with the release, but when testing the same case with 4A preview well functioned.

    Thank you

    Yaghi,

    We do not put the file cwallet.sso under CVS for this reason.
    The only downside is that, after each extraction of the application, you must specify the connections again. But it's just copy IDE connections to the project.

    Timo

  • I bought lightroom 6 at amazon, but it will not be installed. All I said "Installer failed to initialize, please download Adobe install advisor to detect the problem", but it does not exist. It gives me no more information than that. I have already

    I bought lightroom 6 at amazon, but it will not be installed. All I said "Installer failed to initialize, please download Adobe install advisor to detect the problem", but it does not exist. It gives me no more information than that. I already had a free annual subscription to cc through my new canon camera, but I installed for my mac already. No phone number to call, adobe contact to say amazon, what do I do?

    start at the top and work your way down to apply applicable patches until your problem is solved.

    If (win) cc: https://helpx.adobe.com/creative-cloud/kb/creative-cloud-desktop-application-failed.html

    If your error is:

    "Setup failed to initialize. File not found. ' or 'could not initialize installation. This could be due to missing files.

    first of all, rename folder OOBE OOBE.old.

    to find the OOBE:

    Win 64 bit OS: Program Files x86\Common Files\Adobe\OOBE

    Win 32 bit OS: Program Files \Common Files\Adobe\OOBE

    Mac os: HD > library > application support of > adobe > caps

    Mac os: USER > library > application support of > adobe > OOB

    If it fails or isn't the exact error you see, uninstall, clean (http://www.adobe.com/support/contact/cscleanertool.html) and reinstall.

    If you use an installation dvd:

    Copy the contents of the drive in a desktop folder and install from this directory.

    If you are using a mac:

    1. try to create a new user account in Mac with administrator privileges.

    2. connect to the new user, navigate to Mac HD > Application > utilities > Adobe Installer folder, locate products such as Adobe Reader, Adobe Flash, Adobe Air and uninstall the

    3. navigate to the user library > Application Support > Adobe and Adobe put in the trash.

    4. navigate to Mac HD > library > Application Support > Adobe and Adobe put in the trash.

    5 restart the installation.

    If everything is applicable above fails, check your Setup logs:

    http://helpx.Adobe.com/Photoshop-elements/KB/troubleshoot-install-using-logs-elements.html

  • Setup failed to initialize. Download Adobe Support Advisor to identify the problem!

    Good evening

    I just redownload LR 6 LS11. But the initialization block with the message: "Setup could not initialize. Download Adobe Support Advisor to identify the problem. But this program is more supportati. How to unlock the boot?

    Thanks in advance!

    Please see the links below.

    Hope this will help you.

    Kind regards

    Hervé Khare

  • Hi after windows 10 almost killed my laptop and I had to restore to factory settings I tried to re - install creative cloud and get the following message "WE ENCOUNTERED THE FOLLOWING PROBLEMS: INSTALLATION FAILED TO INITIALIZE program.» PLEASE DOWNLOAD A

    Hi after windows 10 almost killed my laptop and I had to restore to factory settings I tried to re - install creative cloud and get the following message "WE ENCOUNTERED THE FOLLOWING PROBLEMS: INSTALLATION FAILED TO INITIALIZE program.» Please DOWNLOAD ADOBE SUPPORT ADVISOR TO DETECT THE PROBLEM. "then I tried to download the Advisor to support that to find it is no longer available. Accept payment until this problem is solved we know how to solve this problem?

    first of all uninstall cc on your computer.

    Run the vacuum cleaner by, http://www.adobe.com/support/contact/cscleanertool.html

    Restart your computer and reinstall the cc, Download Adobe Creative Cloud apps desktop application | CC free trial Adobe

    If that translates into the same initialization error:

    start at the top and work your way down to apply applicable patches until your problem is solved.

    If (win) cc: https://helpx.adobe.com/creative-cloud/kb/creative-cloud-desktop-application-failed.html

    If your error is:

    "Setup failed to initialize. File not found. ' or 'could not initialize installation. This could be due to missing files.

    first of all, rename folder OOBE OOBE.old.

    to find the OOBE:

    Win 64 bit OS: Program Files x86\Common Files\Adobe\OOBE

    Win 32 bit OS: Program Files \Common Files\Adobe\OOBE

    Mac os: HD > library > application support of > adobe > caps

    Mac os: USER > library > application support of > adobe > OOB

    If it fails or isn't the exact error you see, uninstall, clean (http://www.adobe.com/support/contact/cscleanertool.html) and reinstall.

    If you use an installation dvd:

    Copy the contents of the drive in a desktop folder and install from this directory.

    If you are using a mac:

    1. try to create a new user account in Mac with administrator privileges.

    2. connect to the new user, navigate to Mac HD > Application > utilities > Adobe Installer folder, locate products such as Adobe Reader, Adobe Flash, Adobe Air and uninstall the

    3. navigate to the user library > Application Support > Adobe and Adobe put in the trash.

    4. navigate to Mac HD > library > Application Support > Adobe and Adobe put in the trash.

    5 restart the installation.

    If everything is applicable above fails, check your Setup logs:

    http://helpx.Adobe.com/Photoshop-elements/KB/troubleshoot-install-using-logs-elements.html

  • I downloaded Adobe photoshop cs 5, after download, it is not installing in my computer of OS - Windows 7 and the message is to give "Installer failed to initialize. File not found. Download Adobe support Advisor to check the problem

    I downloaded Adobe photoshop cs 5, for trial, after download, it is not installing in my computer of OS - Windows 7 and the message is to give "Installer failed to initialize. File not found. Download Adobe support Advisor to check the problem

    just uninstall cs5, clean a cleaning use of the CC tool to resolve installation problems. CC, CS3 - CS6 then install.

    Make sure your file is downloaded to your hard drive sizes are expected file sizes.  If you don't know how, ask someone to do it for you.

  • First Elements 14 Installer fails to initialize

    So, I bought Photoshop elements 14 and first 14 elements in a store with the DVD, installed items without a problem.  I am trying to install the first 14 and get the error "Setup is unable to initialize.  I do not pay extra for this program just so that I can not install it.  I tried to install the DVD or download the program and I get the error so be it.  Help, please!  And no, I don't have the preview versions installed on my laptop.  I'm on Windows 8 if that helps.

    Candy

    start at the top and work your way down to apply applicable patches until your problem is solved.

    If (win) cc: https://helpx.adobe.com/creative-cloud/kb/creative-cloud-desktop-application-failed.html

    If your error is:

    "Setup failed to initialize. File not found. ' or 'could not initialize installation. This could be due to missing files.

    first of all, rename folder OOBE OOBE.old.

    to find the OOBE:

    Win 64 bit OS: Program Files x86\Common Files\Adobe\OOBE

    Win 32 bit OS: Program Files \Common Files\Adobe\OOBE

    Mac os: HD > library > application support of > adobe > caps

    Mac os: USER > library > application support of > adobe > OOB

    If it fails or isn't the exact error you see, uninstall, clean (http://www.adobe.com/support/contact/cscleanertool.html) and reinstall.

    If you use an installation dvd:

    Copy the contents of the drive in a desktop folder and install from this directory.

    If you are using a mac:

    1. try to create a new user account in Mac with administrator privileges.

    2. connect to the new user, navigate to Mac HD > Application > utilities > Adobe Installer folder, locate products such as Adobe Reader, Adobe Flash, Adobe Air and uninstall the

    3. navigate to the user library > Application Support > Adobe and Adobe put in the trash.

    4. navigate to Mac HD > library > Application Support > Adobe and Adobe put in the trash.

    5 restart the installation.

    If everything is applicable above fails, check your Setup logs:

    http://helpx.Adobe.com/Photoshop-elements/KB/troubleshoot-install-using-logs-elements.html

  • libnipalu.so, failed to initialize

    Greetings,

    We have installed NI - VISA 15.0 on RHEL 7.2 (release attached). When our application running, the following error message appears and the program interrupted. Abandonment occurs when the first call to viOpenDefaultRM().

    libnipalu.so, failed to initialize

    Maybe you need to run updateNIDrivers

    Quit (core dumped)

    We ran updateNIDrivers (release attached), which does not seem to change the installed RPM packages (also attached to the command "rpm - qa |") ("grep ^ nor"). But the problem persisted. Previously we tried to uninstall/install with no luck. I looked around the forum and saw this message appear elsewhere, but without a solution to this particular problem. Any suggestions would be greatly appreciated.

    Note: I work in a closed area and have to trace output as those attached files. If the output of niSystemReport would be useful, please let me know what I could grep for :-)

    Additional info:

    //--------------------------------------------

    OS - RHEL 7.2, 4 GB RAM

    //--------------------------------------------

    > uname - r

    3.10.0 - 327.EL7.x86_64

    //--------------------------------------------------------------------------

    Application - simple C++ program with dependencies

    //--------------------------------------------------------------------------

    Linux - gate.so.1-online (0xf76f7000)
    -Online /lib/libnsl.so.1 (0xf76bb000) libnsl.so.1
    libvisa.so-online /usr/local/lib/libvisa.so (0xf7672000)
    libstdc ++. so.6-online /lib/libstdc++.so.6 (0xf7586000)
    libm.so.6-online /lib/libm.so.6 (0xf7543000)
    libgcc_s.so.1-online /lib/libgcc_s.so.1 (0xf7527000)
    libc.so.6-online /lib/libc.so.6 (0xf736a000)
    -Online /lib/libdl.so.2 (0xf7365000) libdl.so.2
    -Online /lib/libpthread.so.0 (0xf734b000) libpthread.so.0
    /lib/ld-linux.so.2 (0xf76f8000)

    Kemens thanks for the reply and pointing me to the form of discussion. A brief tutorial, using NI-VISA with Arch Linux (or Ubuntu 14.04), which breaks down some of the install steps and highlights of the things to look for is more useful to this Council.

    The issue was the process OR native (nipple, nipxirmu, nisvcloc, etc.) do not bind to the boot. When the box is restarted, these processes are not running which causes the application to abort (during the first call of service VISA). Once they started, everything went well.

    There is a workaround for this problem/solution hackaround. See the doc attached for instructions with an example for the nipxirmu.

  • Error in the launch of TES Oblivion. It reads: failed to initialize renderer. NiXAdapterDesc::GetDeviceCaps () failed.

    Here's the thing.

    I had just recently completely reinstall Vista on my Dell Inspiron 1521 because recently there KSoD was (BlacK S Of Death creen). I was told that I also had to reinstall my Drivers and Utilities. I had Windows running after that I reinstalled Vista (finally able to reach the screen connection.) and then tried to install The Elder Scrolls IV: Oblivion, I got some kind of error message during installation and when I clicked okay, it shut out of the whole thing. So, I took my friends advice and jumped into the CD Drivers and Utilities that came with my Dell. I extracted, unpacked and installed all the drivers available on the menu (except those who say such as Verizon, Sprint, T-Mobile on them, I don't think that those who are very important, so I only did those those.). After that I did, so I took another slap at reinstalled Oblivion. This time, he actually completed the installation. I was so excited, I clicked on the logo of oblivion on my desk, and when this menu appeared with classical music (the one that offers you the options game, Options, data files, Technical Support, etc.) I clicked Play and then the black window appears as if its going to work and then just stops and this error message is displayed: failed to initialize renderer. NiXAdapaterDesc::GetDeviceCaps() failed. Then everything closes, I tried several times and got the same results each time.

    The main reason I'm being so complete in this regard is to let you know EXACTLY what I could probably help find the problem. Another thing... I'm absolutely stupid with computers, I tried Googling the error message and I found sites where people have had the same problem but they have started talking about all this driver stuff I didn't understand even remotely. I have NO Internet on my computer, unless there is a way to disconnect a cable from my PC at home and connect it to my laptop so it won't be (could this work? If so which cable I have unplug my pc at home and my laptop? Never tried it before.). So I ask, if anyone out there who is willing to help has the answer to my problem, could you tell me how to solve this problem, as if you were talking to a 6 year old? That or just make so that even the dumbest, most computer-illiteriate person could understand. I know almost nothing about all this stuff of pilot. When I reinstalled the drivers on my pc I just follow the instructions step by step that my friend gave me, but had next to no knowledge of what exactly I was doing.

    EDIT: I played oblivion on my PC countless times before KSoD would have on me without any problems at all except that it could be a bit of lag... That's all. It has completely worked until I got the black screen of death on my Dell Inspiron 1521 and had to reinstall vista and all the drivers.

    Hello DJS4400,

    Thank you for using the Microsoft Windows Vista Forums.
     
    GetDeviceCaps() is a DirectX routine call made by the game engine for you check the details of the video card, what it is capable of supporting, and after that the game engine make certain decisions about what all the things to initialize for her. If that is a failure, it means that the game engine is not able to read your video card correctly.
    Most likely, this would be a problem with the drivers and of course, could be a problem with the card itself.

    Try running another game and see if it works. If it isn't, definity your drivers need a second look. If it does, this means, oblivion has a problem with the drivers you are using, or else they have not been installed correctly.

    I would first try:

    Click Start-> then type ' Device Manager "in the field of research-> game controller, select device-> next Manager, select sound and video-> This will drop your card-> with the right button on the map and you should have an option to update the drivers."  Once you repeat this test.

    If still no luck, right click again on the map and select Uninstall (you may have to restart after that) and then return to the driver and reinstall.   In most cases if you need to reboot, when your computer starts it will try updating the driver automatically from the site.

    Please let us know status.  Thank you!
    Engineer James Microsoft Support answers visit our Microsoft answers feedback Forum and let us know what you think.

  • Halo 2 "failed to initialize."

    When I run Halo 2, I get this:

    LIVE gaming on Windows failed to initialize. Maybe it's because an another LIVE Gaming on Windows application (for example the dedicated server Halo 2) is running on the same computer. Otherwise, reinstall the game may fix this problem.

    My system:

    Windows 7 Home Premium
    HP g60 laptop
    Pentium Dual-Core processor T4400 2.20 GHz
    4.00 GB
    64-bit operating system

    I see a lot of ideas but WITHOUT DIFFICULTY. I did the:

    net stop cryptsvc

    Rename: c: / windows/system32/catroot2
    to: cr2old

    net start cryptsvc

    And it works not ONCE! Then every time you have to re do it. All the PATCHES?

    Thank you and Merry Christmas

    Hi all

    I fixed it. http://support.Microsoft.com/kb/976264 ALIAS:

    Update of application compatibility for Windows Vista, Windows Server 2008, Windows 7 and Windows Server 2008 R2: February 2010

    Note: will NOT work if you DOWNLOAD it! I tried a week ago. When I run it, it says: "search for updates". or something like that and then said: this will not work on this operating system. (Whatever).

    If you RUN it from the window of download, it will run sucssesfully Be aware that it will not tell you he had run, he won't tell you anything. I restarted my computer and then ran Halo 2 and it worked thought that it took a little longer for Halo 2 to go. Given that I always do not trust in it, I have completely closed and restarted. It still works.

  • Error: Failed to initialize the window when trying to play the game

    Original title: failed to initialize the window

    Due to a virus I had to restart and make my computer cleaned.  I was able to play Iwin games before the clean and since I put everything back in but when I went to go play the game, it is said that the window could not initialize and suggested that I have change the depth of color and display.  What that means and what should these elements will be set to be able to play the game?

     
    Hi duchesszachman,
     
    1 are you play games online using the web browser?
     
    As the error message recommend to change the display settings and color. Try these steps and check the result.
    Step 1: Apply the best display settings
    a. see getting the best display on your monitor
    b. check if the problem persists.
     
    Step 2: Check the updates of Windows to see if there is an update available for the video card
    see automatically get recommended drivers and updates for your hardware .
    b. Once you have applied the update, restart the computer so that the changes take effect.
     
    Step 3: If the problem persists, reinstall the game and check the result.
     
    Visit our Microsoft answers feedback Forum and let us know what you think.
  • Failed to initialize at startup in Vista

    When I start Windows Vista Basic Homw, I get the error: "failed to initialize: 0x800106ba.» A problem caused this program service stop.
    This began after I clicked to download the Service Pack 1 on the site, but even that didn't download.
    Could you please help?
    Thank you
    Rishi

    Hello Rishi Nayyar,

    This error code is related to Windows Defender. Please visit it mentioned MS link for resolutions below. Hope this can solve your problems,
    http://support.Microsoft.com/kb/931849

    I hope this helps.

    [If this post can help solve your problem, click on the button 'mark as answer' or 'useful' at the top of this message. [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

    -

  • STOP: C0000145 (ERROR of APPLICATION), the application failed to initialize properly (0xc0000005)

    STOP: C0000145 (ERROR of APPLICATION), the application failed to initialize properly (0xc0000005).  Click OK to close the application.

    Occurs when I try to restart my laptop and ends the boot process.

    03/08/11 I get this same error, and I see that nobody has answered it yet. DPR anyone has any idea other than a new image for this problem?

    Rodolphe/Spyware/Malware infection, blue screens don't have an option to click OK to finish or even forget that you can click on anything. If you do not work in safe mode or even last known good configuration you can try a repair installation, but you can still loose data like that. I would just pull the information you need out of the HDD using a speaker and then wipe and start over from scratch. Don't forget to scan your files if you do not import everything using a speaker. However if you can access the mode safe mode with networking, try to download malware bytes and running (don't know how its spelled) it will remove files such as _is27.exe which is a (Rogue.Installer).

  • MS-DOS 16-bit subsystem. A device driver virtual installable failed to initialize Dll. choose 'close' to complete the application.

    (1) running the command

    16-bit MS-DOS subsystem
    ---------------------------
    C:\WINDOWS\system32\command.com
    A device driver virtual installable failed to initialize Dll. choose 'close' to complete the application.
    ---------------------------
    Ignore relatives

    (2) control ML
    When am usin masm611
    'ml' is not recognized as an internal or external, operable order
    program or a batch file.
    What am supposed to to make clear this error?

    Hi Pushku,

    Thanks for posting in the Microsoft Community.

    I understand that you are facing the issue while using masm611, here is a link that gives you steps to change the registry settings to resolve the issue:

    "16-bit MS-DOS subsystem" error message when you install a program

    Important: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    How to back up and restore the registry in Windows

    If you need further assistance, please answer and we will be happy to help you.

  • Outlook Express could not be started. The application was unable to initialize the store directory. Your computer may be out of memory or your disk is full. Error code: 0 x 80007114

    Operating system Windows XP, at startup, I get the message: "Outlook Express could not be started. The application was unable to initialize the store directory. Your computer may be out of memory or your disk is full"and displays the error code: 0 x 80007114.  (I have a new drive hard with enough space) Outlook Express always open well and functioning normally.  The message mentions and how to fix the problem?  Thank you, Rick

    Jump here (nothing Bruce suggested is false), I did a search and found this old article (http://support.microsoft.com/kb/245419), which indicates that there is a bad entry under the identity key in the registry (see www.oehelp.com/backup.aspx for background).  So if it's a big problem, you can do the steps suggested in this article and that will fix it.  Or if you have just one account, then backup your settings and the identity key and then delete the identity key and then start OE and it will establish a new, and you can then set up your account again, and then import the messages from the older directory.  But it does not indicate the major corruption, so you can just ignore it.

    Steve

Maybe you are looking for