Virtual Device Driver format in the registry is invalid

Hi,
I have the following error occur when I try to install Java development kit from Sun (j2sdk-1_3_1_02-win.exe) onto my window's 2000 laptop:
SYSTEM/CurrentControlSet/Control/VirtualDeviceDrivers. VDD. Virtual Device Driver format in the registry is invalid
Checking my registry there is only a default string value, the binary value VDD does not exist. (I can see it on other people's laptops)
Is it possible to fix this?

Microsoft has a manual workaroud to fix this: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q254914

Similar Messages

  • Need help finding Driver type in the registry

    Hi,
    given a DSN(Data Source Name), I need to find the type of Driver it was assigned to in the Registry. pls help me to do this in java.
    Thanks in advance,
    Rao

    Hi jschell,
    Thanks for your response.
    I would like to explain my actual problem clearly now.
    I am working on an enterprise product where it has a setup screen in which it has a form with DSN and Database Type as the input fields. The database type could be either Oracle or MS SQLServer or MS Access.
    so, instead of entering both (DSN and Database Type) into the form, I would like to enter only DSN in the form, and based on this DSN, I should know what is the corresponding Database Type.
    Pls let me know how to do this without manually referring in the system.
    thanks for ur help and time.
    Rao

  • I uninstalled LabVIEW 6.1 from a Windows 2000 computer and now when I run DOS programs I get a pop-up error, "gpib-vdd.dll, An installable Virtual Device Driver failed Dll initialization". How do I correct this?

    Occurs when running Edit.com for example. Error has choice to Close application or Ignore. If Ignore is chosen, application appears to run normally. Running repair of Windows 2000 does not correct the problem.

    I'm glad you found it. Don't worry about the post. It's always good to check the KBs first, but we can't help it if we miss one sometime! The forum is definitely helpful though so don't feel hesitant to use it in the future. Good luck with the programming!
    J.R. Allen

  • Can multiple Virtual Devices use the same IVI Driver Sessions?

    I am using Switch Executive 2.0 and I'm having problems creating multiple Virtual Devices.
    I have created a virtual device on a development computer that has no hardware connected to it.  This virtual device uses specific drivers to simulate the devices.  The problem I'm having is that when I create a second virtual device and try to add the same IVI Switches as the first Virtual device, I'm getting the following error:
    An error has occurred while attempting to access the device deviceA_ivi.
    Error -223116 occurred:
    Internal Software error occurred in Switches software.  Please contact National Instruments Support.
    File name: .\source\mxsWrappers\tMXSObject.cpp
    Line Number 192:
    Status Code: -223116
    Can someone please explain why?

    Can you please elaborate on how did you create those simulated devices? Namely, what does your IVI configuration look like? What does the driver session for the logical name look like? What's the software module? What's the hardware module? What is the driver setup string, and what is the simulation mode for the device in question?
    -Serge
    Srdan Zirojevic

  • Windows vista, Ipod shuffle 4th gen.  Computer cannot find device driver software for ipod.

    After several hours trying the troubleshooting options provided by the apple support site, I have come to what I think is the issue here.  My girlfriend recently got an ipod shuffle and when plugging it into her computer the dialog pops up saying it is installing device driver software for the ipod.  Eventually it asks me to insert the CD that came with the ipod.  No CD came with the ipod, so I click the option that says "I do not have my cd".  Then it gives me the option of searching automatically or manually for the driver software.  The automatic way can't find it.  Doing it manually, with the help of the troubleshooting page, didn't work either.  google search can't seem to help me on this one.  Also, I tried plugging the ipod into my computer (not hers) and it worked fine, it was able to install the device driver software on its own.  Does anybody know the issue here?  My computer has windows 7, and hers has vista.  Hers is Serice Pack 1.  When I tried installing service pack 2 it wouldnt work.  I don't know if that is the issue though.  I have tried just about everything, I think the issue is finding the device driver software.  When I do a google search nothing comes up, so I have no idea what to do at this point.  Any help would be appreciated, thanks.

    Well its surprising to know that! But even  have an ipod shuffle 3rd gen n dint face any problem like that. FYI no cd comes with the ipod jus take ur ipod to an apple exoert n he will solve ur problem .

  • Create additional installer error code -12 file not found from device driver cd

    I'm trying to build an installer for a project that includes several NI drivers - specifically NI-DMM. NI-SCOPE, NI-SWITCH, NI-845x, and a few others (MAX, DAQ, etc). When I build the software standalone (and only include the run-time engine), it works fine. However, when I try to build the installer with the additional installers (mentioned above), the build prompts me for device driver cds, and then fails. Specifically, it fails on the February 2006 Device Driver cd. The error is attached below.
    I have tried
     - repairing all the installations of the software mentioned
     - using a new project and re-adding the files
     - building the additional installers seperately (no source code installed)
     - copying the driver cds to the harddrive and referencing them there when needed
    The next step will be to reinstall all of those drivers from scratch, but I really would prefer not to. Does anyone have any ideas (or solutions) regarding this problem?
    CDK_CreateNewWizard_Invoke.vi.ProxyCaller >> CDK_CreateNewWizard_Invoke.vi >> CDK_InstallerConfiguration_Editor.vi >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> CDK_Engine_PromptForMissingDist.vi >> NI_MDF.lvlib:MDFDistCopyList_CopyItem.vi
    Loading product deployment information
    Loading product deployment information
    Loading product deployment information
    Adding files to installer
    Done adding files
    Preparing to build deployment
    Copying products from distributions
    Copying distribution 'NI-845x Software 1.0.1' from: C:\National Instruments Downloads\NI-845x\1.0.1\ to: C:\PTF\Builds\**********************<edited out>
    Copying distribution 'National Instruments Device Drivers - February 2006, Disk 1' from: C:\National Instruments Downloads\DCD-Feb06-1\ to: C:\Program Files\National Instruments\Shared\ProductCache\
    *** Error: Windows SDK function returned an error. (Error code -12)
    The system cannot find the file specified.
    *** End Error Report
    Done building deployment

    I have had this happen a lot espescially with LV 8.0 -8.20. What I had to do was take the device drivers CD and copy it to the and run the installation of the software from the copy on the hard disk.
    When you build an exe with additional installers it looks at the last place that  you installed the drivers from. Anyway it worked for me so it might work for you.
    Joe.
    "NOTHING IS EVER EASY"

  • Interface with device driver (API or DLL files)

    I want to make my C++ program interface with an instrument which has a device driver available at the OEM's website. It's a DLL file (not a .cpp file), but I don't know how to call DLL file from C++. I am using Measurement Studio for Visual C++ and Microsoft Visual C++ compiler. Do you have a C++ example code or tutorial about calling DLL (or API) from C++ ?

    Irene,
    Measurement Studio is simply a plug-in for Visual Studio C++. Calling a DLL is general to C/C++. It usually amounts to #including the .h file that comes with the library, like this:
    #include "MyDLL.h"
    I found the following website through Google, which is pretty thorough on calling DLLs:
    http://www.codeproject.com/dll/XDllPt1.asp
    I hope that helps.
    Matt P.
    NI

  • LightRoom 1.3.1 corrupts DVD/CD-ROM device driver

    There is a device driver corruption bug in the new LightRoom 1.3.1, and it is observed if you upgrade from LR 1.3.0. Following a reboot after the updating installation of LR 1.3.1, the device driver for an external USB DVD/CD-ROM device will get corrupted, as noted in the Windows Device Manager. This was not a problem with any of the prior upgrades of LR from 1.0 through 1.3.0.
    My environment is Windows XP Professional SP-2 on a Lenovo X60s ultra-light laptop. This laptop does not have a DVD/CD-ROM device built-in because of it size. So, I have an externally powered DVD/CD-ROM player/burner device that plugs into one of the USB ports. As long as I am using LightRoom 1.3.0, everything works fine for whenever I plug-in and access my external USB DVD/CD-ROM drive. I can leave the external device plug-in and reboot, or use the USB dismount of the device and reboot and then plug-in the device, or any combination of these steps and the external device will continue to work.
    When I install the LR 1.3.1 upgrade, as long as I don't reboot, I can run LR 1.3.1 and it will work fine and so will the external device. I can dismount the USB DVD/CD-ROM device and then plug it in again and it will still work fine and so will LR 1.3.1, just so long as I do not reboot after installing LR 1.3.1. As soon as I reboot the computer, even if done immediately after only installing LR 1.3.1, and regardless of whether or not the external USB DVD/CD-ROM device is plug-in, after the reboot, the Device Manager will indicate that the device driver for the DVD/CD-ROM device is corrupted.
    In order to isolate the cause of my device driver corruption problem, I had utilizing the Windows Restore Point capability. I am able to step back to a very recent Restore Point where LR 1.3.1 had not yet been installed, and I am able to plug in and dismount at any time my external USB DVD/CD-ROM device and always be able to use it without any problems. I can also reboot the computer and the USB DVD/CD-ROM device will continue to work without any problems, whether it was left plugged in or if I hot plug it in after the computer has fully rebooted.
    For the record, I used different files and different methods for updating LR from 1.3.0 to 1.3.1. One method was to use the update feature within LR. Other methods used included two different downloaded *.EXE files to do the update without LR open. No matter which method was used to update to LR 1.3.1, the corruption of the device driver was always the same after a reboot.
    I also did test installs to be sure that other applications didn't cause the same problem. I can confidently report that I updated four other applications and rebooted and the USB DVD/CD-ROM drive continue to work just fine. One of the updates was the latest Adobe's Flash Player.

    Yu may want to review your system to see if you are getting the same error as I did. If not, then just send them the correct information.
    Here is exactly what I wrote - you just need to change what CD/DVD drives you have on your system:
    'I can not get either of my CD/DVD drives to work. I have tried to uninstall and reboot system for Windows to pick them up. I can not rollback or update the driver as it is not finding the files. They see the drives under Computer Management, but I get this error: "Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code 39)"
    I need to have the inf files and do not have access to the cd you sent as all the drivers are down. Can you resend the inf files for the "CD/DVD 1" & "CD/DVD 2"?'
    Hope this helps - Dan

  • Delete a virtual device in a VI

    Hello,
    By programming a VI, I can't delete a virtual device which exist in MAX configuration.
    By programming in a VI :
    I open a session to NISE on my system
    Then I get a reference from the virtual device that I want to delete
    Then with this reference I delete the virtual device
    Then I close the session to NISE.
    But when I open MAX the virtual device is still here (with this message there is a JPEG file of the diagram).
    Perhaps someone can explain to me how to do ?
    Sincerely
    For information I use : LabVIEW 8.2 and NISE 3.0
    Attachments:
    diagramme.jpg ‏40 KB

    See here

  • Cant install Device driver

    Windows shows my ipod. but not itunes. it started showing it once but quit.now it says it cant intall device driver software in the device manager. it wont restore or anything. the screen just says do not disconnect. i even left it over nite..do i need to reinstall the software in my ipod or what..and my computer has all the necessary updates..HELP!!

    Sounds like your i tunes set up on the windows machine is messed up.  Suggest you reinstall itunes again.   Drivers etc should be in the package.   A fair number of windows folks have firewall related time out issues, so turn the firewall off along with your antivirus when you do the i tunes download.

  • Looking for a 488.2 device driver for LynxOS.

    Hi,
    I am working on a NI6781 controller with integrated GPIB (IEEE 488.2) Device (PCI-GPIB, pci-Device Id:c801). The operating system is LynxOS 4.0.
    Is there a device driver available for the IEEE 488.2 device for LynxOS?
    Thanks
    Harald

    Hello Harald,
    National Instruments does not provide a driver for the PCI-GPIB interface on LynxOS. We do provide a driver development kit (DDK) for GPIB that would allow you to implement such a driver if you would like to add support for another operating system (such as LynxOS). Please see http://sine.ni.com/apps/we/nioc.vp?lang=US&cid=4873 for more information on the DDK.
    Scott B.
    National Instruments
    Applications Engineer

  • Old iPod mini can't be recognized after formatting, and iTunes 'Apple Mobile Device Driver not found.'

    My roommate gave me an old iPod Mini a few days ago. It was working fine 'til I plugged it into my computer and it asked me to format it. I did, and now it cannot be recognized by iTunes or my computer. My computer views it as a "removable disk" which cannot be accessed. In devices, it is listed as an Apple iPod though, so I'm hoping not all is lost. I have tried many quick fixes I've read on internet (including changing disk letter) but to no avail. I have reinstalled the new iTunes and now that is telling me it has not installed properly, and when I ran diagnostics, it reads that the Apple Mobile Device Driver not found. I will copy & paste all the info from the diagnostic run below, and if anybody can help me with my new (old) iPod, I'd be everly greatful!
    Thanks!!
    Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build 7601)
    TOSHIBA Satellite L775D
    iTunes 11.0.1.12
    QuickTime 7.7.3
    FairPlay 2.2.32
    Apple Application Support 2.3.2
    iPod Updater Library 10.0d2
    CD Driver Not Available
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.0.1.3
    Apple Mobile Device Driver not found.
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number
    Current user is not an administrator.
    The current local date and time is 2013-01-08 11:16:27.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    ATI Technologies Inc., AMD Radeon(TM) HD 6520G   
    **** External Plug-ins Information ****
    No external plug-ins installed.
    **** Device Connectivity Tests ****
    iPodService 11.0.1.12 (x64) is currently running.
    iTunesHelper 11.0.1.12 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Standard OpenHCD USB Host Controller.  Device is working properly.
    Standard Enhanced PCI to USB Host Controller.  Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    Most Recent Devices Not Currently Connected:
    iPod mini running firmware version 1.4.1
    Serial Number:    JQ******S42
    <Edited By Host>

    OMG same thing here; rather annoyed and now have set up accounts on 2 comps(both 64 vista ultimate); about to try my 32 bit vista on my lappy; we'll see... i don;t have high hopes thoush.
    What i knew about iPhone before buying it:
    What You Need
    To use iPhone, you need:
    A new two-year wireless service plan with AT&T
    A Mac or a PC with a USB 2.0 port and one of the following operating systems:
    Mac OS X version10.4.10 or later
    Windows XP Home or Professional with Service Pack 2 or later
    Windows Vista Home Premium, Business, Enterprise, or Ultimate edition
    iTunes 7.3 or later, available at www.itunes.com
    An iTunes Store account
    An Internet connection
    You must be at least 18 years old to open a new AT&T wireless account. You will need a
    major credit card to open a new iTunes Store account.
    Yeahyeah check all that stuff;
    Oh well; just when i thought i'd finally cross over to the beautiful packaging of APPLE. I remember in design school that form follows function. Thanks.
      Windows Vista  

  • I have a new hard drive and itunes and my computer (windows XP) no longer recognise my ipod. I also had the problem with the registry keys not being present but this has now been fixed. However i can no longer link my ipod up with itunes.

    When I first tried itunes with my new hard drive there was the problem with the registry keys but something also flagged up about needing a signed driver. Is this anything to do with why Itunes and my computer no longer recognises when my ipod is linked up? Whatever i try under 'devices' my ipod is never available to sync up. If anyone can help I would be most grateful.

    Thanks for your reply. Unfortunately this has not worked. I didn't have quicktime to begin with so I don't know if that makes a difference? After following the instructions, I get the "registry keys missing" problem appear again (which I've subsequently fixed again) and then when I connected the ipod I got the following message - 'Device driver software was not successfully installed'.
    I've tried windows update but this doesn't do anything as '...the service is not running'.
    Any suggestions?

  • If I donwload e-books from various e-book retailers and want to back them up on an external hard drive without losing the format, do I need a special hard drive?

    If I download e-books from various e-book retailers and want to back them up on an external hard drive without losing the format, do I need to know anything special?

    I just looked into this as I was moving my iPad to a new computer for synching.  With no thanks to Kobo for any really useful information on their help site (this discussion was the most useful info I found), I think the following may address your issue with respect to Kobo.
    1. There is not easy or official way to back up Kobo books from your iPad.
    2. Kobo keep track of your personal library.  Go to the Kobo website (Kobo.com) and sign in to your account.  On the very top line is "My Library".  That contains (or at least Kobo says it does) everything you have ever bought from Kobo.  Kobo say that you may download any of this content to other devices you own at no charge.
    3. I synched my iPad to the new computer.  According to Apple, that will delete all my data as the apps are re-installed from the new compute.  While all my apps got moved around from the order I previously had (many thanks Apple), all my books are still there together with my bookmarks etc.  Looks like this did nothing to change any Kobo data.
    While I do not like the idea that I cannot create a backup on my main computer, it is probably safer in the long run that there is a backup at Kobo.  After all, I could lose all my equipment in a fire or something, and then personal  backups would be of little use.

  • I have a 160GB Hard Drive in my MBP and use VMWare Fusion and had a 60GB Virtual Machine running Windows XP. Deleted the Virtual Machine and CANNOT find the 60GB space I desperately need!  Anybody out there with a similar problem?  Help!

    I have a 160GB Hard Drive in my MBP and use VMWare Fusion and had a 60GB Virtual Machine running Windows XP. Deleted the Virtual Machine and CANNOT find the 60GB space I desperately need!  Anybody out there with a similar problem?  Help!

    Thanks - Of Course the first thing I checked and did.
    Disc Utility reads as follows:
    Capacity : 159.18 GB (159,182,127,104 Bytes)
      Format : Mac OS Extended (Journaled)  Available : 11.47 GB (11,472,896,000 Bytes)
      Owners Enabled : Yes  Used : 147.71 GB (147,709,231,104 Bytes)
      Number of Folders : 139,540  Number of Files : 511,832
    Activity Monitor(Disc Usage) shows something quite interesting.  Mac HD and Ramanan (Main User) - My hard drive is only 160GB!  Would the retired engineer gentleman please note as well.  Many thanks. Rams

Maybe you are looking for

  • Percentage calculation in t-sql based on two columns

    Hi All I have a source table with 4 columns and data like this.. ID  Cnt   Col1   Col2  1    22    17      5    2    20    15      5    3    12    5       7    4    10    null    10     5    25    25      null    My output should look like this.. ID 

  • Best way to accept a date from a user

    Hi Guys, Whats the best way to get a date from a user and add it in an insert record to access. I have a form that adds a record and it works well enough as long as the data added is in the correct format. Untill now ive just had a text box with an e

  • Insert Performance is poor

    Hi, In my database there is one table which size is 500MB and on that table there is 5 indexes (2 are composite index). Through sql loader 15 to 20 batch files are running and those job are inserting into this table. Means there is high insertion on

  • How to setup Daily Business Intelligence?

    can anyone give me an idea on how to and steps in seting up DBI?

  • File System Repository

    Hi all, I want to create the file system repository for my system . Here is what i have done. Created a directory on my local machine and shared it giving the folder full access. Created a system in CM and system configuration (KM windows system) and