Results 1 to 5 of 5

Thread: Missing or Corrupt Display Driver

  1. #1
    Member
    Join Date
    2015-11
    Posts
    49
    Login to Give a bone
    0

    Default Missing or Corrupt Display Driver

    I have a OS Windows 7 64 bit PC with MAP 3D 2010 (64x) and CIVIL 3D 2010 (32x) installed on it.

    On Map 3D 2010 (64x) SP1, I have installed the VBA Manager Enabeler (extra to be dlled)

    When I start Autocad (Map or Civil) I load the following acad.dvb from the same folder

    Sub AcadStartup()
    AcadApplication_Events
    LoadDVB "D:\acad2kx\custom\vba\PDFArchive.dvb"
    Exit sub

    CIVIL 3D 2010 32x opens normal without problem.

    MAP 3D 2010 64x opens with an error:
    Display Driver file (.hdi) is missing or has been corrupted
    This problem may be caused by missing .hdi files in the following location:
    C:\program Files (x86)\AutoCA Civil 3D 2010\Drv\

    (I have no error if Civil 3D is started before I start Map 3D)

    This error occurs not only on the first action: AcadApplication_Events
    but also on if the first function should be: LoadDVB "D:\acad2kx\custom\vba\PDFArchive.dvb"

    I have no error if I modify the AcadStartup into

    Sub AcadStartup()
    MsgBox "test"
    Exit sub

    Does anyone has the same problem?
    Which Driver should be missing?

  2. #2
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,416
    Login to Give a bone
    0

    Default Re: Missing or Corrupt Display Driver

    Its hard to say, but it sounds like a problem of load order. Something, is being called before everything is loaded. acad.lsp gets loaded before the dvb. Normally, vba gets loaded the first time you make a reference to a command like LoadDvb. I use acad.lsp to preload vba using (arxload "acvba.arx"). It might help.
    C:> ED WORKING....


    LinkedIn

  3. #3
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Missing or Corrupt Display Driver

    I'm seeing some pretty severe issues with VBA on Win7 64-bit workstations. We have user profiles that somehow get a minor corruption at some point and from that point out if you attempt to load DVB files in S::Startup, AutoCAD will fatal.

    I've also seen where having VBA code loaded can cause AutoCAD to not restore once it is minimized. Again, this is only on Win7 64-bit workstations.

    It is bad enough that I'm accelerating our port to .NET and leaving VBA behind.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

  4. #4
    Member
    Join Date
    2015-11
    Posts
    49
    Login to Give a bone
    0

    Default Re: Missing or Corrupt Display Driver

    Thank you for those 2 reactions.
    The idea of the load order is new to me and i shall study it.

    I also will install a virtual WIN 7 (64x) OS on the same PC with only MAP 2010 3D (64x) on it.
    Maybe the combination of both soft on the same PC gives also the problem

  5. #5
    Member
    Join Date
    2015-11
    Posts
    49
    Login to Give a bone
    0

    Default Re: Missing or Corrupt Display Driver

    Problem solved.
    Apparently there is a missing driver that is automaticly downloaded and installed by Autocad MAP.
    Since there is a firewall active, this driver could not be installed.
    By coincidance I had to install a deployment of Autocad 2010 MAP and Civil on the Win 7 64 bit PC for which I needed to bypass the firewall. The PC stayed in this configuration when I launched MAP 2010, with no more error message on the Missing or Corrupt Display Driver.

Similar Threads

  1. 2011: ATI Display Driver Crashes in AutoCAD 2011 Mechanical
    By seneca06 in forum AutoCAD General
    Replies: 1
    Last Post: 2010-11-12, 10:13 PM
  2. Navisworks 2010 64bit Missing ODBC Driver support
    By Teresa.Martin in forum NavisWorks - General
    Replies: 1
    Last Post: 2009-07-01, 04:01 PM
  3. Display driver stopped responding and has recovered
    By AP23 in forum Revit - Hardware & Operating Systems
    Replies: 2
    Last Post: 2009-06-28, 05:38 AM
  4. missing Display tab in options menu
    By Noahma2 in forum ACA General
    Replies: 10
    Last Post: 2007-09-14, 01:37 PM
  5. Corrupt Screen Display
    By westcad in forum ACA General
    Replies: 7
    Last Post: 2006-02-07, 08:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •