Intermittent APPCRASH when opening a form with CrystalReportViewer

We have an application that, as part of the functionality, allows users to generate and preview a report. It uses CR for VS 2010. The report preview dialog is a Windows Form that includes a CrystalReportViewer.
This functionality works, most of the time, but we are observing intermittent APPCRASH/Stackhash crashes when this form is opened of this nature:
Problem signature:
  Problem Event Name:  APPCRASH
  Application Name:      ****
  Application Version:    ****
  Application Timestamp:           4dd40fa4
  Fault Module Name:    StackHash_7698
  Fault Module Version:  6.1.7600.16385
  Fault Module Timestamp:         4a5be02b
  Exception Code:         c0000374
  Exception Offset:        00000000000c6cd2
  OS Version:    6.1.7600.2.0.0.256.48
  Locale ID:       1033
  Additional Information 1:          7698
  Additional Information 2:          7698c42b9ee8da1ebad3b3c9521cacfd
  Additional Information 3:          ad41
  Additional Information 4:          ad418ba72161d4cd11d7688fd368f113
This crash occurs intermittently. We have an automated script that tests the GUI and it may run for 5 minutes or several hours before encountering this error, with a handful, to tens, perhaps over a hundred report generated successfully.
As we understand it, the error code c0000374 means:
// MessageId: STATUS_HEAP_CORRUPTION
// MessageText:
// A heap has been corrupted.
CR is not the only part of our application that uses unmanaged memory, but this crash consistently happens when opening the dialog with a CR component in it (which renders a report).
I realize I've left out a lot of potential information, but will add more upon request. This problem is causing us quite some headaches and I just wanted to see if anyone else has experienced something similar.
Any ideas?

Hello Zamir.
Many thanks for the great answers (I wish I could post this thread as an example to all ).
Same to you. Debugging issues like this is never fun, but I know from experience that clarity from both sides helps us get to a resolution
Let's start with SP1. You may already be using it. Check the version of the crpe32.dll (C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win64_x64). It should be 13.0.1.220, if it is, we're on SP1. If it is not, understanding your concerns, going to SP1 will still be the DE thing to do. E.g.; I will not do any testing unless you are on SP1 (sounds bad I know, but just laying the cards on the table - face up )...
I checked both my development machine and a production system that I have access to in-house (which is able to reproduce the problem via a script). Luckily for me, both are at version 13.0.1.220.
The fact that you are not able to reproduce the issue on your development system my actually be quite encouraging and perhaps a starting place for us (given the SP1 conundrum). It will be interesting to compare the dlls (both Crystal and database client). Normally the Modules utility is very useful for comparing dlls loading on a computer that works and one that does not. As this is a 64 bit app, it will be a bit trickier. Modules works really well on 32 bit apps. On 64 bit apps it does not save the log. You can still see it, but not save it. Anyhow, I am attaching a 64 bit version of Modules. You will have to check the versions of the CR DLLs and database client DLLs by looking at the logs and writing the info down
I'm having a bit of trouble with the Modules utility. I launched it and when I get it to generate a list, I cannot see the process for our application in the list. It is running and appears in the task manager, but it is not listed under the list of processes, nor do I see any of it's loaded DLLs. Any ideas?
Re. apps compiled as "Any CPU". These should work - as long as only the correct "bitness" CR runtime is deployed. E.g.; On a 64 bit OS, do not deploy both a 32 bit and a 64 bit runtime. This may cause issues. My recommendation in the previous post was a rather blanket recommendation that quickly eliminates all kinds of confusions for many people.
Thanks for the clarification. I am going to stick with 'Any CPU' because I know that we only deploy the x64 runtime and if I switch to explicit x64 compilation, Visual Studio reports some false-positive warnings that I'd rather not have (it's a bug in Visual Studio).
Re. the database - SQL Server CE v3.5 SP2, OLE DB. Make absolutely sure the db client is the same on the problem computer as it is on your development computer. Use Modules for that. If htere is a later SP, apply that. I can not overstate the importance of this.
As above, I could not use modules, but I did confirm the DLL versions in their respective Program Files location on both machines and they were the same (3.5.8080.0).
It will be important for these users to let us have screen shots of the issue as they get it. I realize this may be an inconvenience to the customer, but what is essentially a hearsay evidence from what is typically a non technical user is always something to take with a grain of salt.
I just talked to one of our field engineers and he has seen screenshots to confirm it is the same issue as the one we can reproduce in-house.
One thing to be absolutely sure of is that you are using .Close and .Dispose on the report objects as the user is done with them.
We do, in general, make these calls and recently have gone through our code for memory leak possibilities, so this was recently checked for by developers.
One other possible source of issues; printer drivers. Specifically printer drivers not designed for the particular OS. Ensure that the printer driver(s) used by the customer on that WIN 7 are designed for WIN 7 - even if they are only viewing and or exporting. CR has a large dependency on printer drivers.
We use the Samsung CLP-320 and the driver package it installs are "Win 2000/XP/2003/Vista/2008/Win 7(32,64bit)", so I assume the correct version gets installed on our Win 7 x64 system.

Similar Messages

  • FRM-18108 Error when opening a form with subclassed objects

    Dear Group,
    I have 2 forms in Oracle Forms 6i. One of the forms contains an object group. The other form contains the object that I subclassed it to.
    When I open the form that contains the subclassed object group, I get the FRM-18108 error.
    If I open the form with the original object group, then open the subclassed form, there is no error.
    Does this mean I must always open the original form in order to work on the one with the subclassed object group?
    I hope there is an simple solution to what is something I am missing in my Oracle Forms setup.
    Thank you in advance.
    Emad

    Hi Duncan.
    Your suggestion worked.
    Thank you for the fast response!
    Truly,
    Emad

  • VS 2013 SP4 crashes when opening a Form with large Numbers of elements on Windows 8 32-Bit

    Hi, I have made a C#-Project, which is fully functional but opening the main form causes VS 2013 Sp4 to crash. I can build the solution an open all Files. Only when i open the form in Designer, VS crashes and want to restart. There are no Log-Entrys. Only
    in the event-log there is an Event-Id 1000 with code 0x0000409. I can open the form on two other Windows 8.1 64-Bit machines without Problems. Looking on "free Mem" while opening in Resourcemonitor it crashes when at least are around 190 MB free.
    How can I investigate this Problem?

    Hi Frank,
    If the same solution works well in other machine, I doubt that it is your Environment issue.
    Of course, to make sure that it is not the project files issue, please create a blank solution, and then add all project files to this new solution, test it again.
    Maybe you could delete .suo file in your solution folder, and then re-open your .sln file, test it again.
    If there are many projects in the same solution, I suggest you create different solutions for them, test it again.
    But as your previous description, I doubt that it would be related to your VS/Windows Environment.
    Please disable all add-ins in your VS, maybe you could run your VS in safe mode, test it again.
    http://msdn.microsoft.com/en-us/library/ms241278.aspx
    To make sure that it is not the account issue, please run your VS as the admin.
    In addition, the most important issue is that we have make sure that it is not the Window Configuration issue.
    For example, when you run your windows for a long time, or your task manager is so busy, or other processes take high CPU and so on, I think they will impact your VS or other software performance.
    Please restart your PC, close other processes which take high memory, please also close third party tools like firewall or the Anti-virus. If you open a few VS Editors, just close them, and then just open one, test it again.
    Best Regards,
    Jack 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting FRM-18108 and FRM-10102 when opening a form with Form Builder

    Hi,
    we're migrating from Forms 6i to Forms 10g. If I try to open a form in Form Builder 10g, FRM-18108 and FRM-10102 are appearing. I checked registry entries on my XP-System (FORMS90_PATH) and everything seems to be similar to the old Forms environment.
    Any ideas ?
    Thanks,
    Markus

    Hello,
    FRM-18108: Failed to load the following objects.
    Cause:  Forms could not load the foreign references specified.
    Action:  Verify that all the referenced forms and object libraries are present.
    FRM-10102: Cannot attach PL/SQL library %s.
    This library attachment will be lost if the module is saved.
    Cause:  The library you specified is locked by other users, the library name is invalid, or the library module could have been moved from or not exist in the FORMS90_PATH directory list.
    Action:  Check the library name and try again later.
    Francois

  • Display Popup or Dialog Message window when opening planning form?

    Is there a way to setup a planning web form to display a dialog box or message when the user opens a planning web form or expands a folder in planning? Or, is there a way to change the background color on a web planning form (input is yellow and would like to change it to some other color (light orange))? We are currently using Hyperion v9.3.0.1 on Unix Solaris. I tried attaching a Biz rule with runtime variables but the form errors with message indicating can not have run time variables on the form load option when opening a form.

    Hi,
    You can use custom javascript to add an alert message in a web form, you will need to read up on using custom javascript in planning, have a read here
    As for the colors used in web forms you can customize the css being used, have a read here
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Is there a way to filter a drop down list by using the result main data display from"GetUserProfileByName" when open the form.

    Hi 
    Is there a way to filter a drop down list by using the result main data display from"GetUserProfileByName" when open the form?
    The second source has a huge list of company names that can be narrrow by email work. 
    background:SP 2010 and Infopath 2010
    CRISTINA&amp MICROSOFT Forum

    I'm not sure if I understood your question clearly but here is a good resource on how to get attributes from "GetUserProfileByName" web services:
    http://blog.mangroveweb.com/pre-populating-an-infopath-from-with-mysql-data-using-a-net-web-service/using-sharepoints-getuserprofilebyname-web-service-to-retrieve-ad-account-information/
    Regarding filtering dropdown list then this could be done by applying form on-load rules. 
    Hope this helps

  • Error When Opening Any Form

    Hi All.,
    Im facing some issue while opening any form..its stuck in below mention file while opening any form i tried all the ways still im not able to fix the issue.
    Application:11.5.10.2
    OS-----------HP-UX
    DB-----------10.2.0.4.0
    File Name:
    oracle/forms/ui/FLWTextArea
    Work Around
    Relink the all the files
    Regenerated the jar files
    Regenerated the forms
    f60gen help=y
    Forms 6.0 (Form Compiler) Version 6.0.8.28.0 (Production)
    Forms 6.0 (Form Compiler): Release - Production
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    PL/SQL Version 8.0.6.3.0 (Production)
    Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production
    Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)
    Oracle Multimedia Version 6.0.8.25.0 (Production)
    Oracle Tools Integration Version 6.0.8.17.0 (Production)
    Oracle Tools Common Area Version 6.0.5.32.0
    Oracle CORE Version 4.0.6.0.0 - Production
    Metalink Doc id
    java.lang.NoClassDefFoundError: oracle/forms/ui/FLWTextArea Error When Opening Any Form [ID 1219663.1]

    Thanks,
    From the below doc id we are currently in patch set 19 but im not able see that in ad_bugs.,
    Note: 232313.1 - Information on Previous Versions of Developer 6i Patchsets
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=232313.1
    Here is an example:
    If you have Forms: 6.0.8.27.x --> You are on Developer 6i Patch 18
    If you have Forms: 6.0.8.26.x --> You are on Developer 6i Patch 17
    If you have Forms: 6.0.8.25.x --> You are on Developer 6i Patch 16
    If you have Forms: 6.0.8.24.x --> You are on Developer 6i Patch 15
    SQL> select bug_number from ad_bugs where bug_number='&BUG_NUMBER';
    Enter value for bug_number: 9935935
    old 1: select bug_number from ad_bugs where bug_number='&BUG_NUMBER'
    new 1: select bug_number from ad_bugs where bug_number='9935935'
    no rows selected
    SQL>

  • Please a solution against crashes when opening a file with Acrobat XI pro?

    Hello,
    Am a member of Adobe Creative Cloud.
    Am also constantly having crashes when opening a file with Acrobat XI pro.
    Am running on Windows 7 Home Premium, Service Pack 1, 64 bit - RAM 20 GB -
    The crash happens systematically after the installation of the update. Within one day I uninstalled and reinstalled the program 4x! It takes of a lot of my time.... Thank you for providing a definitive solution!
    Best regards

    I've been having the same issue!  I try to open it and it crashes - says re-open, it crashes...  I re-installed it yesterday and it opened and worked fine.  Closed it out at the end of the day thinking everything was finally fine but this morning the same crashes it had yesterday...  HELP!!!

  • Outlook2013 email message goes behind main Outlook window when opening PDF attachment with Reader 11

    Problem statement: Outlook 2013 email message goes behind main Outlook window when opening PDF attachment with Adobe Reader 11.0.3
    Environment: Windows 8 x64; Office 2013; Adobe Reader 11.0.3
    Steps to reproduce bug:
    1. Open Outlook 2013
    2. Open email message with PDF attachment
    3. Open PDF attachment (with Adobe Reader as default PDF viewer)
    4. Close Adobe Reader
    Results: Original email message with PDF attacment now sits behind the main Outlook window
    Expected results: Original email message should be on top of main Outlook window as it was when opening the PDF attachment
    Note: Adobe Acrobat Profession performs as expected - the original email is on top of the main Outlook window - This only seems to be a problem with Adobe Reader.
    Has anyone else experience this problem?  If so, have you found a work-around?
    Thanks,
    Mike

    From: new window opens behind existing window - how to modify?
    I had this problem happening in Outlook.
    If I tried to open an email, it would open behind the main Outlook window.
    The same happened if I opened a link in the email - it would open behind the mail.
    The fix that was suggested to me was so simple that I still don't believe it.
    Right click on the task bar and unlock the taskbar, then lock it again.
    Close down Outlook and re-start it.
    Problem solved! Just dont know how  or why.
    Proposed as answer byalfreelandTuesday, January 08, 2013 4:52 PM
    It worked for me with Win 7 and OL 2003. Why? Who cares ... It is working.
    Liviu 2014-09-17

  • Test inside  the table is truncated when integrating Adobe forms with WD4A

    Hi All,
    I am facing issue in table when integrating adobe forms with web dynpro for ABAP.
    Whenever the pagination happens the text in the table row cells is truncated and it starts from next row in next page. Is there any properrty of table in Form builder which I can use to allow the test to go to the next page?
    Best Regards,
    Arti.

    Hi. You should place your question in "SAP Interactive Forms by Adobe" forum. You will get advice quicker there.

  • When I inherit Form with binding DataSet why then designer find mdb file in 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\'

    When I inherit Form with binding DataSet why then designer find mdb file in 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\' 
    Do I have to anything to change in my application settings or what I am doing wrong?
    When I inherit a plain Form with no binding DataSet then is all ok.

    I finally saw my longingly expected inherited window containing binding dataset.
    But only by way that I put mdb file right in to the this damn path.
    "c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Zdrojove Data\ISMS2003.mdb" 
    In addition mdb file shall be clear too of password.
    We have many windows in our application and we have to work strongly good with inheritance of Form Classes.
    But how I will explain to my Boss if he click on that inherited window and will see this break window?
    Though I will advice to my Boss that hi have to copy too that MDB files to this damn path,
    but the best way could be to find what I need to change that this inherited windows shows without copy this MDB files to
    'C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\'
    When I check the settings for DataDirectory every paths looks good.
    Even if I set password for the mdb file I almost see only broken designer window.
    Only by copy this MDB file without his password to this path
    'C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\'
     I can see this inherited window right. 

  • How to Open multiple form with only one screen painter file

    Hi all ,
    I want to reopen the form without closing the active form ,i want to use same srf file ..
    I have already try it but form already exist error occur .
    pl help me , how to do it ?
    how to open multiple form with same srf file without closing active forms .
    thanks in advance,
    msw

    <?xml version="1.0" encoding="utf-16" ?>
    <Application>
      <forms>
        <action type="add">
          <form appformnumber="-1" FormType="-1" type="0" BorderStyle="0" uid="BOE" title="Bill of Entry" visible="1" default_button="1" pane="0" color="0" left="365" top="62" width="801" height="410" client_width="785" client_height="372" AutoManaged="1" SupportedModes="15" ObjectType="">
            <datasources>
              <dbdatasources>
                <action type="add">            
                </action>
              </dbdatasources>
              <userdatasources>
                <action type="add"/>
              </userdatasources>
            </datasources>
            <Menus>
              <action type="enable">
                <Menu uid="1282"/>
              </action>
              <action type="disable">
                <Menu uid="5890"/>
              </action>
            </Menus>
            <items>
            </items>
            <ChooseFromListCollection>
              <action type="add">
                <ChooseFromList UniqueID="-1" ObjectType="-1" MultiSelection="0" IsSystem="1"/>          
              </action>
            </ChooseFromListCollection>
            <DataBrowser/>
            <Settings Enabled="0" MatrixUID="" EnableRowFormat="1"/>
          </form>
          <form appformnumber="-1" FormType="-1" type="0" BorderStyle="0" uid="BOE1" title="Bill of Entry" visible="1" default_button="1" pane="0" color="0" left="365" top="62" width="801" height="410" client_width="785" client_height="372" AutoManaged="1" SupportedModes="15" ObjectType="">
            <datasources>
              <dbdatasources>
                <action type="add">
                </action>
              </dbdatasources>
              <userdatasources>
                <action type="add"/>
              </userdatasources>
            </datasources>
            <Menus>
              <action type="enable">
                <Menu uid="1282"/>
              </action>
              <action type="disable">
                <Menu uid="5890"/>
              </action>
            </Menus>
            <items>
            </items>
            <ChooseFromListCollection>
              <action type="add">
                <ChooseFromList UniqueID="-1" ObjectType="-1" MultiSelection="0" IsSystem="1"/>
              </action>
            </ChooseFromListCollection>
            <DataBrowser/>
            <Settings Enabled="0" MatrixUID="" EnableRowFormat="1"/>
          </form>
        </action>
      </forms>
    </Application>

  • I can't see any wrote on firefox page. But when open safe mod (with shift because there is no wrote ) firefox run normally.

    i can't see any wrote on firefox page. But when open safe mod (with shift because there is no wrote ) firefox run normally.

    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/

  • FRM-18108:when openning my form(6i) with forms(9ids)

    Hi every one,
    i applicate the FMA wizard to upgrade my formtest from forms6i to forms9ids, when i try to open my formtest with forms9ids, i have this error:
    frm18108-can't load the objects .......
    Regards

    hi,
    my forms90_path key in base regestry have less than 256 char,
    but i try to open my formtest first wich call some pl/sql libraries and some objects library wich are defined in forms6i.
    Do you try to tell me that, i must recompile this objects before my formtest?.
    Regards.

  • Issue when opening PDF forms in Acrobat X

    First, pardon me if this is the incorrect forum for this post.  I did not locate any general technical support board for Acrobat X but I could have missed it.
    I have a user who has Adobe Acrobat X Standard (10.1.6) installed on his computer system.  He is able to generate PDF files and open regular PDF files without issues.  However, if he opens up any PDF which is a form, Acrobat immediately crashes.  His computer is a Windows 7 Professional x64 system.  Antivirus on the system is GFI Vipre Business.
    Here is what I have tried:
    Update Acrobat with the latest patches/updates.
    Different Windows profile with administrator rights.
    Removed Acrobat and reinstall through normal convential means.
    Removed Acrobat via tool at http://labs.adobe.com/downloads/acrobatcleaner.html.
    Remove Acrobat and then do a manual clean of the registry and Windows Explorer.
    Cleaned up fonts on the system.  This might not have been done right but based on the error, perhaps you all can offer suggestions on if this error is related to font issues.
    I would perform a system restore, but this user is unsure of when this issue started happening exactly.  So, we'd be in the dark on this.  The only thing that I can think I haven't tried is a wipe of the computer.
    Here are the specific errors:
    This error is received when trying to directly open a form PDF on the system:
    Title: Font Capture: Acrobat.exe - Bad Image
    Message: C:\Windows\system32\ATMLIB.dll is either not designed to run on Windows or it contains an error.  Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.
    There are two entries generated in the Windows application log.  Here is the first:
    Log Name: Application
    Source:        Windows Error Reporting
    Date: 3/28/2013 8:55:32 AM
    Event ID:      1001
    Task Category: None
    Level: Information
    Keywords:      Classic
    User:          N/A
    Computer: computer.domain.local
    Description:
    Fault bucket 3350328530, type 1
    Event Name: APPCRASH
    Response: http://oca.microsoft.com/resredir.aspx?SID=5044&iBucketTable=1&iBucket=-944638766&BucketHa sh=f4fe29b3a473e85f7bfa8307ed069a3d
    Cab Id: 0
    Problem signature:
    P1: Acrobat.exe
    P2: 10.1.5.33
    P3: 50d06a30
    P4: KERNELBASE.dll
    P5: 6.1.7601.18015
    P6: 50b83c8a
    P7: c06d007e
    P8: 0000c41f
    P9:
    P10:
    Attached files:
    C:\Users\Josh\AppData\Local\Temp\WERFE0D.tmp.WERInternalMetadata.xml
    These files may be available here:
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 87f5ca67-97b7-11e2-87e0-d4bed9e5b6b2
    Report Status: 0
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Windows Error Reporting" />
        <EventID Qualifiers="0">1001</EventID>
    <Level>4</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-03-28T14:55:32.000000000Z" />
    <EventRecordID>12855</EventRecordID>
    <Channel>Application</Channel>
        <Computer>computer.domain.local</Computer>
        <Security />
      </System>
      <EventData>
    <Data>3350328530</Data>
    <Data>1</Data>
    <Data>APPCRASH</Data>
    <Data>http://oca.microsoft.com/resredir.aspx?SID=5044&iBucketTable=1&iBucket=-944638766&BucketHa sh=f4fe29b3a473e85f7bfa8307ed069a3d</Data>
    <Data>0</Data>
    <Data>Acrobat.exe</Data>
    <Data>10.1.5.33</Data>
    <Data>50d06a30</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>6.1.7601.18015</Data>
    <Data>50b83c8a</Data>
        <Data>c06d007e</Data>
    <Data>0000c41f</Data>
        <Data>
        </Data>
        <Data>
        </Data>
        <Data>
    C:\Users\Josh\AppData\Local\Temp\WERFE0D.tmp.WERInternalMetadata.xml</Data>
        <Data>
        </Data>
        <Data>
        </Data>
    <Data>0</Data>
        <Data>87f5ca67-97b7-11e2-87e0-d4bed9e5b6b2</Data>
    <Data>0</Data>
      </EventData>
    </Event>
    Second error in the application log:
    Log Name: Application
    Source: Application Error
    Date: 3/28/2013 8:55:30 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer: computer.domain.local
    Description:
    Faulting application name: Acrobat.exe, version: 10.1.5.33, time stamp: 0x50d06a30
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18015, time stamp: 0x50b83c8a
    Exception code: 0xc06d007e
    Fault offset: 0x0000c41f
    Faulting process id: 0xb80
    Faulting application start time: 0x01ce2bc43884f827
    Faulting application path: C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe
    Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
    Report Id: 87f5ca67-97b7-11e2-87e0-d4bed9e5b6b2
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-03-28T14:55:30.000000000Z" />
    <EventRecordID>12854</EventRecordID>
    <Channel>Application</Channel>
    <Computer>computer.domain.local</Computer>
        <Security />
      </System>
      <EventData>
    <Data>Acrobat.exe</Data>
    <Data>10.1.5.33</Data>
    <Data>50d06a30</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>6.1.7601.18015</Data>
    <Data>50b83c8a</Data>
    <Data>c06d007e</Data>
    <Data>0000c41f</Data>
    <Data>b80</Data>
    <Data>01ce2bc43884f827</Data>
    <Data>C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe</Data>
    <Data>C:\Windows\syswow64\KERNELBASE.dll</Data>
    <Data>87f5ca67-97b7-11e2-87e0-d4bed9e5b6b2</Data>
      </EventData>
    </Event>
    Anyone have any other suggestions?  I'd appreciate any advice.
    Thank you!

    Hi, I am having the same problem as your user when I try to open a pdf form in acrobat. I also have had a similar problem, still unresolved, described here: http://forums.adobe.com/message/5146964.
    I can't find any solutions. I even tried uninstalling Acrobat X pro and instead gong back to installing Acrobat 9. Same problems persist. Don't know what to do.

Maybe you are looking for

  • Special offers, not showing same price on Buy Now

    I have been interested in trying a Skype phone and noticed the RTX4088 in the Special Offers section as being 15% off, marked down from $117.49 to $99.87. But, when I click on Buy now, it takes me to a cart page and the price jumps to $146.86 marked

  • TOAD and PL SQL Error

    Hi all, I'm using TOAD 9.5.0.31 (commercial!) and TNSNAMES for my connection is SOFTWARE\ORACLE\KEY_ORACLIENT10G_HOME1 ORACLE_HOME_NAME: OraClient10g_home1 ORACLE_HOME: C:\oracle\product\10.2.0\client_1 ORACLE_SID: NLS_LANG: ITALIAN_ITALY.WE8MSWIN125

  • How do i open a new tab?

    When I click on the plus sign to open a tab NOTHING happens. It will not allow me to open other tabs, unless i click on something opens another website OR i go to history and restore previous tabs... I have restarted several times made sure everythin

  • Line Reset

    Hello there, I was just wondering if it was possible for an Openreach engineer to perform a line reset at all? If possible, it would be great to go back to the open profile I was on before and it was my fault to reboot the router several times during

  • Removing a corrupt partition that Solaris 8 Install will not do

    What utility or software will remove a corrupt partition of a previous Solaris install.