Hi Betageek,
I'm not sure if you've already fixed your problem, but if not, could you provide the memory dump of the failing process? To do it, try this:
1. Download procdump from sysinternals and extract it to c:\dumps
2. Start cmd and cd to the c:\dumps
3. Run the failing 64-bit app and when the message box with the '0xc000007b' error appears, don't confirm it, but switch to the cmd
4. Create the dump:
procdump /ma failing.exe
5. When the dump is completed, you can safely confirm the error message.
5. Zip the .dmp file and post it to the
Upload - Speedy Share - upload your files here, and here provide the link to it.
I don't want to disturb Richard in his analysis, but I hope it's not a problem for you.
m.g.
I had problems with procdump. Interpreted the command line you sent literally, (you have to put parens or quotes around something if you want me to understand you wish me to substutite something in the line, sorry, this is new to me). After finally realizing that you meant "failing.exe", to be replaced with my app, returned and ran the command again and produced
C:\dumps\CorelDRW_130411_123308.dmp
I will upload that to the included link now:..... Well dropped the zip there, clicked upload, and it just stares at me, 0% progress ???. Something flashed briefly the the right here. I have no idea what the status of the file is. I'll simply upload it and attach here, as I have in the past. In the mean time (after the first aborted attempt with procdump), I downloaded the Windows Driver Kit and installed the Windows debugger. Ran CorelDrw, and Illustrator, left error up and found them one at a time, in task manager, right-clicked, created dump files for each stalled process. I'll attach it here as well. Thanks, and sorry for my lack of experience at this level of troubleshooting.
Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\John\AppData\Local\Temp\CorelDRW.DMP]
User Mini Dump File with Full Memory: Only application data is available
Symbol search path is: SRV*C:\Symbols*
http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Version 7601 (Service Pack 1) MP (8 procs) Free x64
Product: WinNt, suite: SingleUserTS
Machine Name:
Debug session time: Thu Apr 11 10:35:42.000 2013 (UTC - 5:00)
System Uptime: 1 days 7:13:57.235
Process Uptime: 0 days 0:00:58.000
........
ntdll!ZwRaiseHardError+0xa:
00000000`777e264a c3 ret
The dump for Illustrator was identical, so I won't attach it.