Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Access violation ... in module ntdll.dll

Reply
Thread Tools Display Modes

Access violation ... in module ntdll.dll

 
 
James O''''Reilly
Guest
Posts: n/a

 
      07-20-2007
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?
--
James O''''Reilly
 
Reply With Quote
 
 
 
 
Mick Murphy
Guest
Posts: n/a

 
      07-20-2007
Have you tried running your application in XP SP2 compatibility mode?

"James O''''Reilly" wrote:

> 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?
> --
> James O''''Reilly

 
Reply With Quote
 
Richard Urban
Guest
Posts: n/a

 
      07-20-2007
http://search.microsoft.com/results....US&PageType=99

--


Regards,

Richard Urban
Microsoft MVP Windows Shell/User
(For email, remove the obvious from my address)

Quote from George Ankner:
If you knew as much as you think you know,
You would realize that you don't know what you thought you knew!

"James O''''Reilly" <> wrote in
message news:C4C04740-EB29-436F-A646-...
>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?
> --
> James O''''Reilly


 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      07-20-2007
"James O''''Reilly" <> wrote ...
>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?



Hi Lames

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.

Let us know how you get on ...
--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a

 
      07-20-2007
James

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.

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"James O''''Reilly" <> wrote in message news:C4C04740-EB29-436F-A646-...
>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?
> --
> James O''''Reilly

 
Reply With Quote
 
James O''''Reilly
Guest
Posts: n/a

 
      07-21-2007
Thanks Mick - already have done that.
--
James O''''Reilly


"Mick Murphy" wrote:

> Have you tried running your application in XP SP2 compatibility mode?
>
> "James O''''Reilly" wrote:
>
> > 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?
> > --
> > James O''''Reilly

 
Reply With Quote
 
ssuseawolf
Guest
Posts: n/a

 
      07-15-2009


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.


--
ssuseawolf
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
access violation dsc282002 Windows Vista General Discussion 2 02-29-2008 01:06 PM
Access violation playing a game amandachristina Windows Vista General Discussion 3 11-08-2007 09:16 AM
Access Violation LV40 Windows Vista General Discussion 5 07-02-2007 12:51 AM
Access Violation D.A. Flores Windows Vista General Discussion 0 03-21-2007 01:08 AM
Access Violation Donaldo Windows Vista General Discussion 0 03-18-2007 11:01 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59