|
|
|
Dr Watson - Access Violation
|
Original Message
|
Name: Iris Leong
Date: December 19, 2001 at 01:46:49 Pacific
Subject: Dr Watson - Access Violation
|
Comment: I am a VB programmer, recently doing a VB4 to VB6 upgrade of my company's system. Often, i'll receive this Dr Watson's error whenever i signed on and off the upgraded system. The error is as the following: (My program name).exe Exception: Access Violation (0xc000005), Address: 0x77f7d66e Pls help if u know how. Thanks a lot! Iris Programmer
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: Maurice Reed
Date: December 19, 2001 at 04:18:32 Pacific
|
Reply: (edit)have you applied Service Pack 5 to VB? Might be worth a try also install the VB6 SP5 runtime dlls too. Go to http://updates.cnet.com/ and follow the instructions, let it check you version numbers etc and it will point you to the correct places to get patches/updates etc.
Report Offensive Follow Up For Removal
|
|
Response Number 2
|
Name: Iris Leong
Date: December 19, 2001 at 18:23:06 Pacific
|
Reply: (edit)Thanks Maurice! However, I have already installed SP6 to my VB6 system. It has the latest patch SP6a. I have followed thru the installation from Microsoft site, does that mean i have installed the VB6 SP6a dlls too? Any other possible solutions besides this? Thanks a lot! :)
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: John Wendt
Date: December 20, 2001 at 12:17:53 Pacific
|
Reply: (edit)This is what I know about this error - hope you have further ideas! Regards JW The status code in one of the error messages is -1073741819. If you convert this number from decimal to hexadecimal, it becomes C0000005, (Comment JW: NO: hex is 3FFFFFFB) which is the code for an access violation: // // MessageId: STATUS_ACCESS_VIOLATION // // MessageText: // // The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory // could not be "%s". // #define STATUS_ACCESS_VIOLATION ((NTSTATUS)0xC0000005L) // You can use Dr.Watson to capture the information from the Lsass.exe process. If Dr.Watson does not capture the information about the Lsass.exe process, you may want to set up the Userdmp.exe tool.
Report Offensive Follow Up For Removal
|
|
Response Number 4
|
Name: Iris
Date: December 27, 2001 at 01:08:57 Pacific
|
Reply: (edit) I have already applied SP5 to VB6, but it still doesn't solve the problem. I'm still getting Dr Watson problem. Pls advice... Anyone pls help... Thanks in advance!
Report Offensive Follow Up For Removal
|
|
Response Number 5
|
Name: Willi Jonker
Date: February 9, 2002 at 01:11:25 Pacific
|
Reply: (edit)Hi I get the same problems in a number of programs - Word XP, and Microsoft Photo Editor. Always c0000005, and Dr Watson records an access violation. If anyone has a solution, please let me know! Willi Jonker Cape Town South Africa
Report Offensive Follow Up For Removal
|
|
Response Number 6
|
Name: remo harsono
Date: March 26, 2002 at 23:23:23 Pacific
|
Reply: (edit)if you're using "win2k which take role as domain controller" it usually happen after you apply service pack 2. more information about this can be found on: http://www.jsiinc.com/SUBH/tip3800/rh3891.htm or, on microsoft site: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q300038 regards, remo harsono
Report Offensive Follow Up For Removal
|
Use following form to reply to current message:
|
|

|