Results 1 to 7 of 7
  1. #1
    DKP is offline Novice
    Windows 8 Access 2013
    Join Date
    Sep 2014
    Posts
    7

    debugging access 2013 crash

    I'm trying to make modifications to an existing Access 2013 database on Windows 8. For the most part things are working as expected, however, when iterating through a recordset via a form it crashes Access from time to time w/ the following output. I assume this is something I'm doing in my code, but w/o getting a decent stack trace it's difficult to know what the problem is. Is there any way to obtain any more useful debug information so that I can try to track this issue down?

    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: MSACCESS.EXE
    Application Version: 15.0.4649.1000
    Application Timestamp: 53e9a3eb
    Fault Module Name: acedao.dll
    Fault Module Version: 15.0.4641.1000
    Fault Module Timestamp: 53c5c260
    Exception Code: c0000005


    Exception Offset: 0004a979
    OS Version: 6.3.9600.2.0.0.768.101
    Locale ID: 1033

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    This is not the code. (sorta) I get these occasionaly on certain PCs but works on others.
    Compress /repair the old db.
    Create a new blank db.
    Then import EVERYTING....all forms, tbls, reports, modules, etc from the old one.
    The usually stops the crashing.

  3. #3
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    Hi -

    You might also want to replace the offending module acedao.dll with a fresh copy if you can. It's unlikely, but it could be corrupted.

  4. #4
    DKP is offline Novice
    Windows 8 Access 2013
    Join Date
    Sep 2014
    Posts
    7
    Quote Originally Posted by ranman256 View Post
    This is not the code. (sorta) I get these occasionaly on certain PCs but works on others.
    Compress /repair the old db.
    Create a new blank db.
    Then import EVERYTING....all forms, tbls, reports, modules, etc from the old one.
    The usually stops the crashing.
    Thanks for the suggestion. This really sounded promising, but I tried it w/ same result. Any other ideas? Is there anyway to get Access to give you a meaningful call stack when it crashes so I can know the last line of my code that was executed? If it's something I'm doing, maybe that would help me to isolate the issue.

  5. #5
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    Do you make sure to compile your code each time you change it? If not, open any module, then Debug - Compile.

    Did you try re-installing Access, in case there is corruption somewhere?

    john

  6. #6
    DKP is offline Novice
    Windows 8 Access 2013
    Join Date
    Sep 2014
    Posts
    7
    It looks like there may be some issue w/ Windows 8 / Access 2013. I tested the original database on the target system (Windows 7 / Access 2013) and it works fine. I copied the same database to my system w/o modification and I get the same crash. I also tried running the database on another Windows 8 / Access 2013 system and see the same thing. In any case, it seems to working on the target system, which is the important thing.

    Thanks to those who offered suggestions.

  7. #7
    drexasaurus's Avatar
    drexasaurus is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2011
    Location
    Santa Ana, CA
    Posts
    60
    Also consider decompiling (done from command line, http://www.fmsinc.com/microsoftacces...Convention.asp). Note that I always do it from the machine with the oldest operating system that the database is going to be run on--I've had issues where the database didn't run on older operating systems after I decompiled it on a more modern one (does not seem to apply in this case tho).

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Access crash
    By Tjaaaa in forum Access
    Replies: 10
    Last Post: 03-07-2014, 05:41 PM
  2. Outlook 2013 + Access 2013 + HTML
    By Yann63 in forum Programming
    Replies: 2
    Last Post: 11-26-2013, 02:39 PM
  3. Access 2013 Web App with Sharepoint 2013
    By miguel.escobar in forum Access
    Replies: 7
    Last Post: 06-17-2013, 09:03 AM
  4. Diagnose Access Crash
    By Gray in forum Forms
    Replies: 0
    Last Post: 05-28-2011, 01:50 AM
  5. Replies: 14
    Last Post: 08-04-2010, 07:34 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
  •  
Other Forums: Microsoft Office Forums