User Tag List

Results 1 to 10 of 10

Thread: Application Error: ntdll.dll crash?

  1. #1
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2008
    Posts
    488
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Application Error: ntdll.dll crash?

    I have a program I designed that needs to run 24/7. I keep noticing that it crashes, at least once a day, and when I look in the event viewer, it says it crashed in reference with ntdll.dll?

    Does anybody have any clue what ntdll.dll is?

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Application Error: ntdll.dll crash?

    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  3. #3
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Application Error: ntdll.dll crash?

    A crash in ntdll usually means corrupted memory or buffer overrun. If you can reproduce the crash in the event editor, if possible you should send your application to Francois so that he takes a look and see if he can fix it.

    EDIT: and in which module does it crash at runtime? That could be 2 different issues.

  4. #4
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2008
    Posts
    488
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Application Error: ntdll.dll crash?

    I will look into it and get back to you.

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Tallmadge, Ohio USA
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Application Error: ntdll.dll crash?

    I too have had this exact issue. I cannot get my application to crash in the editor. How do we determine the exact module?..

    This would be great to get insight on.

  6. #6
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2008
    Posts
    488
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Application Error: ntdll.dll crash?

    Go to control panel---->Administrative Tools------>Event Viewer------>Application Logs.


  7. #7
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Application Error: ntdll.dll crash?

    I too have had this exact issue.
    For info, a crash in ntdll is a "generic" crash that can be due to multiple reasons. At runtime this crash is often due to a memory management error in an extension.

  8. #8
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Application Error: ntdll.dll crash?

    Some Saira users have reported crashes with ntdll.dll and it usually happens when the game is saving (Ini++ is used for this). The only thing Saira does differently than my earlier games is the use of Ini++ and hardware acceleration.

    It would be really helpful if this is actually identified.

  9. #9
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Application Error: ntdll.dll crash?

    If you get them to debug it (using ollydbg or such) and look at the call stack, they'll be able to tell you which module called ntdll.

  10. #10
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Application Error: ntdll.dll crash?

    Those of you who have this crash, if you're on XP, perhaps you can provide some info about the crash from the crash log file? (usually C:\Documents and Settings\All Users\Application Data\Microsoft\Dr Watson\drwtsn32.log)? A good idea is to select Run in the start menu, type drwtsn32 and set the crash dump type to "full", because then the log file will contain the call stack which is the information needed to figure out which extension that causes this.

Similar Threads

  1. Crash Error (Close to being solved)
    By Hydra in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 16th November 2012, 05:12 AM
  2. Xcode .ini error/ crash
    By Shmuper in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 7th March 2012, 09:03 AM
  3. Scrolling crash (ntdll)
    By Blizna in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 18th July 2006, 10:30 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
  •