Results 1 to 5 of 5

Thread: Access violation ... in module ntdll.dll

  1. #1
    James O''''Reilly Guest

    Access violation ... in module ntdll.dll

    I am using Microsoft Vista Business edition. When I try to run an
    application (my own) written for Windows XP, I get the message "Access
    violation at address 7749B15F in module 'ntdll.dll'. Write of address
    00000014". Any help, please?

  2. #2
    Mick Murphy Guest
    Have you tried running your application in XP SP2 compatibility mode?

    http://search.microsoft.com/results....US&PageType=99

  3. #3
    Andrew McLaren Guest

    Re: Access violation ... in module ntdll.dll

    When you say "your own" application - do you mean you wrote it yourself? If
    so in what langauge? and what version Compiler did you use?

    I hate to say it; but by far the most common cause of acccess violations is
    a programming error. It's interesting that the application ran okay on XP
    and crashes on Vista; but that doesn't necessarily mean Vista is at fault.
    Often more recent versions demand greater accuracy from executing code; so
    tha subtle bugs which went unnoticed before now hit the woodwork.

    It's possible there's a bug in Vista - but it won't be in Ntdll.dll - that
    is some of the most heavily exercised code on teh planet, a the very heary
    of Windows.

    If you wrote the app in C or C++, it's probably a bug in your own code. If
    you're using some higher-level langauge, it may be a bug in the language
    runtime.

    If you wrote the app yourself you are probably familiar with debugging
    techniques; if you use Visual Studio, see:
    http://msdn2.microsoft.com/en-us/lib...dd(VS.80).aspx
    and the Access Violation section is here:
    http://msdn2.microsoft.com/en-us/lib...eh(vs.71).aspx

    If you run the application under a debugger, you should be able to catch the
    AV and debug it interactively.

  4. #4
    Peter Foldes Guest
    Did you try debugging your program . Does it also re-creates the same issue on another computer. Most likely scenarios would be a bad string in your program that does not recognize the newer GUI in Vista or a compability issue within Vista.

  5. #5
    ssuseawolf Guest

    Re: Access violation ... in module ntdll.dll

    I too am getting the following error:
    "General error access violation at address 77C2E13D in module
    ntdll.dll. Write of address 00000014"

    This is using the sql tool Golden. This, in conjunction with my
    massive auto sortation issue, proves how problematic this OS has truly
    become.

    Woe is us who suffer; woe moreso those responsible.

Similar Threads

  1. Replies: 9
    Last Post: 06-10-2011, 06:15 PM
  2. Access Violation at address 004AFD43 in module 'hotfix.exe'
    By Allison in forum Operating Systems
    Replies: 5
    Last Post: 23-12-2010, 04:21 AM
  3. APPCRASH - fault module NTDLL.DLL!
    By civ2ru in forum Vista Help
    Replies: 8
    Last Post: 25-04-2009, 03:47 AM
  4. faulting module ntdll.dll
    By Raj in forum Windows Server Help
    Replies: 0
    Last Post: 14-08-2007, 01:42 AM
  5. Fault Application svchost.exe module ntdll.dll
    By hindustnidude in forum Windows XP Support
    Replies: 2
    Last Post: 18-05-2006, 07:18 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,946,856.43118 seconds with 17 queries