Appcrash Windows

Hi all,

My Xojo Windows application crashes after executing a piece of code multiple times.
I see the following error message in Windows 7 (left part of the info is in Dutch):
Gebeurtenisnaam van probleem: APPCRASH
Naam van de toepassing: Archiline.exe
Versie van toepassing: 0.8.6.1
Tijdstempel van toepassing: 53ad7490
Naam van foutmodule: StackHash_7ace
Versie van foutmodule: 6.1.7601.18247
Tijdstempel van foutmodule: 521ea8e7
Uitzonderingscode: c0000374
Uitzonderingsmarge: 000ce753
Versie van besturingssysteem: 6.1.7601.2.1.0.256.49
Landinstelling-id: 2067
Aanvullende informatie 1: 7ace
Aanvullende informatie 2: 7ace149cf3020b4d7ae7593a76ae18f4
Aanvullende informatie 3: 20d6
Aanvullende informatie 4: 20d6e0c922857c2b323951817543723f

So my application seems to be crashing in the ‘StackHash_7ace’ module. Has anyone got an idea what might be causing this kind of application crash and how I might be able to solve this?

Thanks in advance for any help.

Michael Beaucourt

The StackHash_7ace is a placeholder that windows uses when the stack has been corrupted, and it can’t tell where the crash actually happened.

Your best bet is running your app under WinDbg - I posted a “how to” here: https://forum.xojo.com/conversation/post/31657