Copy link to clipboard
Copied
Windows 7 laptop
I've installed Reader XI more times than I care to count. I've done the cleanup uninstall thing. I've restarted before downloading, and restarted before running the install, and afterward, and I've used both Firefox and Chrome to download the installer .exe. I've turned off my virus checker during the install. The only thing I haven't done is let the *** thing install McAfee at the same time. And still when I open a PDF that used to open just fine on this machine with Reader X, I get:
Adobe Reader has stopped working.
Problem signature:
Problem Event Name: APPCRASH
Application Name: AcroRd32.exe
Application Version: 11.0.3.37
Application Timestamp: 518e18e3
Fault Module Name: AcroRd32.exe
Fault Module Version: 11.0.3.37
Fault Module Timestamp: 518e18e3
Exception Code: 40000015
Exception Offset: 000c6ab0
OS Version: 6.1.7601.2.1.0.768.3
Locale ID: 1033
Additional Information 1: c37e
Additional Information 2: c37eace044c7ca1363ee7c4cfb11aae7
Additional Information 3: 85bb
Additional Information 4: 85bbf00149e67a2c3f6c3b46162b41ad
Thanks for your help, ]
A
Copy link to clipboard
Copied
hrpedv wrote:
setting those registry settings worked for all Clients with the issue
Thank you for confirming this!
I have made a little registry script, nomsg11.reg, and zipped it into nomsg11.zip
It can be downloaded from https://workspaces.acrobat.com/?d=peQ7*kxLrvsq3mn92uji0w
Copy link to clipboard
Copied
Pat Willener Hi,
Just today i try to download the file but workspace doesnt work anymore, can you upodate the script in other site for download it and try to fix the issue please?
Kind Regards
Pepe
Copy link to clipboard
Copied
Yes, Workspaces are being retired (tomorrow), and I have long ago deleted everything in there.
I have uploaded a similar script to the new Files at Acrobat.com; you can download it from https://files.acrobat.com/a/preview/f078ec5d-87e9-4169-99b6-3ef87593c0ab
Copy link to clipboard
Copied
Good day folks,
Here is how I solved the issue for myself.
Background:
I have Adobe Acrobat Pro DC running on Windows 10 Pro (Enterprise) and I am connected to a corporate Network. After starting Acrobat (whether with or without opening a Document) it would run for around 15 seconds apparently normally. It would then hang / freeze / crash. If I tried to click on anything more than a few times then Windows would report that Acrobat is "Not Responding". It would recover on its own within around another 15 seconds. This is a common complaint from what I can see. I tried the following things without any success:
Things that didn't work:
Setting Recently Used Documents to only 1
Toggling Enhanced Security, Protected Views settings, etc.
Plug-Ins attempts: Holding Shift when Acrobat starts keeps the problems from happening (but I need many of the Plug-Ins).
Graphics (Multimedia) Settings changes: No effect for me.
Trying all kinds of permutations of settings in the Preferences settings had no effect for me.
My solution (works for me):
1) Close down Acrobat.
2) Fire up regedit (follow the usually cautions for dealing with the Registry)
3) Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\2015\FeatureLockDown
4) You should see Key folders with names like cDefaultExecMenuItems, cDefaultFindAttachmentPerms, cDefaultLaunchAttachmentPerms, cDefaultLaunchURLPerms
5) If a key name named cServices does not yet exist, then create it (right click on FeatureLockDown and select New -> Key and name it cServices).
6) Left Click to Select the cServices Key you just created.
7) Right click in the white space in the right side pane and select New -> DWORD (32-bit) Value and name this new Value bToggleAdobeDocumentServices
8) Double Click on the newly created bToggleAdobeDocumentServices and enter 1 (Hexadecimal) for the Value data. Click OK.
9) Continue creating new Key names within the cServices Key folder until you have the following:
Name Type Data
bToggleAdobeDocumentServices REG_DWORD 0x00000001 (1)
bToggleAdobeSign REG_DWORD 0x00000001 (1)
bTogglePrefSync REG_DWORD 0x00000001 (1)
bUpdater REG_DWORD 0x00000000 (0)
Note: The value of bUpdater is 0 while the values of the first three are 1).
Note: When you create the cServices Key folder a Key named (Default) may be automatically create, this is OK. Just ignore it (don't try to delete it).
10. Close the regedit, and restart Acrobat. You may need to restart your PC.
More Info:
An explanation of these Registry fields can be found here:
I looked for this when I discovered that the problem had to do with one the Plug-Ins (as I mention above). I traced it to IA32.api. But, removing this Plug-In file crippled Acrobat in addition to keeping it from crashing. Adobe Support tried to help me but they couldn't figure it out and I couldn't spend any more time with them. These registry changes will stop Acrobat from going out to "the Cloud". This keeps it from hanging while it tries to get through the corporate firewall. My opinion is that it it very poor design and maybe insufficient testing that would cause this unresponsiveness to happen and go undetected. I have been unable to find a non-registry way to get this result.
Good luck! 🙂