These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Crash when view pdf in Reader 8.1.1

denis
denis's picture
Registered: Jan 16 2008
Posts: 2

I am using MSVS2005(C++) and activeX "PROGID:AcroPDF.PDF" to view pdf files with 3D. I open a few files and AcroRd32.exe is crash.

The error-message is: "An unhandled win32 exeption occurred in AcroRd32.exe[3588]." ( or 3992, 748, 1104, 2976, 2668, 3340...)

When I try debug AcroRd32.exe(push the debug button in Visual Studio Just-In-Time Degubber) I have error:
"Unhandled exception at 0x01313f2d in AcroRd32.exe: 0xC0000005: Access violation reading location 0x00000004." in file free.c line 109 (retval = HeapFree(_crtheap, 0, pBlock); ), the pBlock is 0x00000001;

???

My Product Information:
Reader 8.1.1, Windows
gudpony
gudpony's picture
Registered: Mar 18 2008
Posts: 1
Getting the same error. Except its An unhandled win32 exeption occurred in AcroRd32.exe[5404]." I switched to another pdf viewer and it worked fine.
Would like to use adobe because its the most standard pdf viewer out there.