An unhandled win32 exception occurred in AdobeCaptivate.exe[2688]

In Adobe captivate4, when i try to copy a slide and paste, the error message "An unhandled win32 exception occurred in AdobeCaptivate.exe[2688]" is generated.
And then when I click on No for the debugger, Captivate closes. If I click on Yes, then Visual Studio comes up but locks up my system.
Considering the project is corrupted, i tried to start new blank project and copied existing project slides one-by one and continued editing and everything is working fine for some time.
After editing few slides, when i try to record few animations....in the new project, again the same problem is coming.
Can anyone please suggest how this problem can be completely resolved?

Are you installing 10g Disco on the same server where R12.1.1 is installed ? If so, are you using a separate ORACLE_HOME for the Disco install and following all of the steps in this MOS Doc ?
Using Discoverer 10.1.2 with Oracle E-Business Suite Release 12 [ID 373634.1]     
HTH
Srini

Similar Messages

  • An unhandled win32 exception occured in java.exe , While running JNI

    I'm trying to use JNI to call 3rd party VB DLL , like this
    JNI <> VC++ DLL <> VB DLL
    In VC++DLL ,I have function(named Open) that call 3 function in VBDLL
    I have tested c++ code this function (by copy it and paste in normal vc++ project) ,and It works !
    But when I call this function(Open) via JNI , I've got "An unhandled win32 exception occured in java.exe" by Visual Studio Just-in-Time Debugger !!
    I think the problem is in the 3rd function that I call in Open, because when I remove the 3rd function It doesn't raise any exception.
    Before I do this, I alrealdy test every function in VBDLL in VB Project , and they work fine (Include the 3rd function that I think It cause exception).
    Can anybody tell me what's going on here ?
    or anything that I can do to fine What cause this problem ?
    Thanks in advance ^^
    Edited by: voteforpedro on Sep 2, 2008 4:18 AM

    You either have a pointer problem or you are calling the 3rd party library in an unexpected fashion.
    In terms of testing the most likely reason is that it wasn't tested enough. Moving/changing code modifies the layout in memory which can expose previously hidden pointer problems.

  • Visual Studio Just-In-Time Debugger error "An unhandled win32 exception occurred in AcroRd32.exe [31

    I installed Reader X and when I tried opening it, I received a Visual Studio Just-in-time Debugger error "An unhandled win32 exception occurred in AcroRd32.exe [3116].  I uninstalled, rebooted and tried reinstalling and received the same error.
    I tried disabling the just in time debugger mentioned in http://www.programmerfish.com/disable-visual-studio-just-in-time-debugger/ and received the error "An unhandled win32 exception occurred in AcroRd32.exe [4080].  Just-in-time debugging this exception failed with the following error:  No installed debugger has just-in-time debugging enabled.  In Visual Studio, Just-in-time debugging can be enabled.....
    I do have Microsoft Visual Studio 2005 installed.
    Any ideas?

    We discovered that Reader X users that had an older version of PGP installed received this error. We implemented a registry change on these devices which resolved the issued. PGP recognized it was an incompatibility issue on their end, and supposedly, with the newer version of PGP it will be resolved.  In order to resolve this, try using Adobe Readers whitelisting feature.  Below are the steps to follow: 
      i.   Add a registry entry enabling the use of whitelisting:
           [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\10.0\FeatureLockDown]
           "bUseWhitelistConfigFile"=dword:00000001
      ii.  Create a whitelist file called "ProtectedModeWhitelistConfig.txt" and place it
           in the Adobe Reader executable path i.e. C:\Program Files\Adobe\Reader 10.0\Reader
      iii. The ProtectedModeWhitelistConfig.txt file will need to contain the string
           SECTION_ALLOW_ANY = *PGPhk*

  • SAP B1 881  - an unhandled win32 exception occurred in upgrade.exe [3772]

    Hi,
    I'm trying to upgrade a db from version 800238 (2007 SP01 PL13) to version 881312 (881 PL04) and the upgrade allways fail giving the error «an unhandled win32 exception occurred in upgrade.exe » and it opens the debugger.
    If i debug it, it shows the message «Unhandled exception at 0x103bfba3 in Upgrade.exe: 0xC0000005: Access violation reading location 0xfffffbc4.»
    I've upgraded other dbs from other versions.
    What can be the problem?
    Best Regards
    Paulo Serol

    Windows Server 2003 R2 SP2
    SQL Server 2005 SP3
    Info on Management Studio:
    Microsoft SQL Server Management Studio 9.00.5000.00
    Microsoft Analysis Services Client Tools 2005.090.5000.00
    Microsoft Data Access Components (MDAC) 2000.086.3959.00 (srv03_sp2_rtm.070216-1710)
    Microsoft MSXML 2.6 3.0 4.0 5.0 6.0
    Microsoft Internet Explorer 6.0.3790.3959
    Microsoft .NET Framework 2.0.50727.42
    Operating System 5.2.3790

  • Large document - An unhandled win32 exception occurred in InDesign.exe

    I am working on a medical directory that contains information about doctors e.g. address, specialty, interests etc. Data is being pulled out of SQL Server in XML format.
    I have designed a template in InDesign which holds the style information and then those styles are mapped to XML tags.
    The number of doctors that are pulled out of SQL Server in XML format are around 243000. The resulting number of pages for these entries could be around 5000. XML file size is 62.4MB.
    Whenever I try to import this XML file I get the following exception that says:
    There are few steps involved during XML import process:
    1) Processing elements for import
    "successful"
    2) Handling Content
    Following exception occurs at this step
    An unhandled win32 exception occurred in InDesign.exe [4815]
    Possible Debuggers
    "a list of possible debuggers"
    Do you want to debug using the selected debugger?
    "Yes" or "No"
    3) Handling Post Import
    "never reached"
    4) Autoflowing text
    "never reached"
    The above problem never occurs if I am dealing with number of records that result in less than 1000 number of pages.
    Any suggestion about the cause of this exception?
    or any suitable alternative in this case?
    Thanks in advance

    Thanks very much Spier for your quick response.
    "I've never worked with XML import, but my suspicion is that this isn't so much a limitation of ID as of your system resources. That's a LOT of pages to have to keep in memory, and working in chunks is probably a more viable solution"
    I agree with you in this case and I broke down the section in smaller chunks as follows:
    A separate XML for:
    Doctors with surname starts with A
    Doctors with surname starts with B
    Doctors with surname starts with C
    Doctors with surname starts with Z
    Now there are two scenarios
    1. Import all XMLs in one ID template one by one
    Import XML and append each time to existing contents.
    Continue this process until all XML files have been successfully imported to ID and then save the file as ID document.
    This all appears to  be fairly simple and straightforward but the story ends (ID crashes) when the resulting number of pages exceeds 1000.
    2. Create a separate document for each XML chunk and combine at later stage
    Import XML for, let say, Doctors with surname starts with A.
    Save as ID document.
    continue this process until ID documents have been created for each chunk.
    There is a possibility of fewer number of doctors on the last page of each IDD leaving the, let say, half of the page empty.
    This is not acceptable.
    Doctors with surname starts with B must start right after the last doctor with surname starting with A not on the new page.
    This is where I am struggling with dividing the data in small chunks.
    If we can overcome this situation then I am sure that small chunks are the way to go but so far I am struggling with both of the scenarios mentioned above.
    "particularly if export to PDF is filing on larger docs, too. You can assemble multiple PDFs into a single file in Acrobat in a matter of seconds."
    This is a very good point and will be helpful during the process but I will be more concern about importing XML at this point of time.
    Hope you understand both of the scenarios explained above.
    Thanks very much again for your quick response!!!!!!!!!!!!!!!!!!!!!!!

  • An unhandled Win32 exception occurred in crw32.exe 5048. Crystal 2008 Crash

    I have been using Crystal Reports 2008 with no problem. I have recently installed the trial version of Crystal Server 2008 and am encountering a problem where the reports are now crashing when I try to edit them within Crystal. It happens at various times, but particularly when trying to update a parameter field or add one to a report. The Visual Studio Just-In-Time Debugger window pops up, listing as a possible debugger "New Instance of Visual Studio 2005". An line at the top of the window shows "An unhandled Win32 exception occurred in crw32.exe 5048.
    We were using .Net v2.0, I've upgraded to v3.0 and no change.  I've turned off DEP.
    I uninstalled Server 2008 and all started working fine again.  Reinstalled Server 2008 with antivirus etc disabled, and the problem returns, the reports keep crashing.
    Getting desperate, any suggestion please?
    Regards, Diane

    Hi Henry,
    Crystal Reports 2008 is not officially tested with SQL Server 2008.
    Try with this:
    1. Reduce the 'Hardware acceleration' setting in Microsoft Windows.
    2. To access the 'Hardware acceleration' setting in Microsoft Windows:
    Click Start > Settings > Control Panel > System > Display > Settings > Advanced > Troubleshooting.
    There are typically six possible settings for 'Hardware acceleration': from 'None' to 'Full'.
    If you are using Dual monitor run the CR application on primary monitor cause Dual monitor is not tested with CR.
    If still the issue occurs then manually un-install and reinstall the application.
    Regards,
    Shweta

  • An unhandled win32 exception occurred in crw32.exe

    Hi,
    We just got a new Win2003 small business server and installed Crystal Reports 2008 and Crystal Reports Server 2008.
    I'm trying to work with some existing reports created in CR XI that access SQL Server 2005.  I am able to access SQL Server tables but any time I attempt to access a stored procedure I get the error:
    An unhandled win32 exception occurred in crw32.exe
    I have turned off DEP completely (NoExecute=AlwaysOff in Boot.ini). The stored procedures have been around a long time and definitely work.
    Any suggestions?
    Thanks,
    Rob

    Hi Rob,
    VS 2003 is only compatible with CR 9.1 (Bundle version which comes with VS), CR XI R1 and CR10.
    VS 2005 is only compatible with CR 10.2 (Bundle version which comes with VS), CR XI R2 and CR 2008.
    VS 2008 is only compatible with CR 10.5 (Bundle version which comes with VS), and CR 2008 SP0.
    You can download platform supported guide  from the following link which will help you to create compatible environment:
    [https://websmp105.sap-ag.de/bosap-support]
    Hope this helps!!
    Regards,
    Shweta

  • Un unhandled win32 exception occurred in B1mail.exe (5824)

    We work with internal e-mails to send an overview to the projectleaders for the jobs they have to do the next day.
    After installing SBO 2007A these mails are only send when we have to restart the server.
    We also have the next message : "Un unhandled win32 exception occurred in B1mail.exe (5824)"

    Dear André,
    In order to solve this issue I would do as follows:
    1) De-install Server Tools
    2) Switch off DEP according to Microsoft Knowledge base: http://support.microsoft.com/kb/875352
    1. Click Start, right-click My Computer, and then click Properties.
    2. Click the Advanced tab, and then click Settings under the Startup and Recovery field.
    3. In the System startup field, click Edit. The Boot.ini file opens in Notepad.
    4. In Notepad, click Find on the Edit menu.
    5. In the Find what box, type /noexecute, and then click Find Next.
    6. In the Find dialog box, click Cancel.
    7. Replace policy_level with AlwaysOff.
    WARNING Make sure that you enter the text accurately. The Boot.ini file
    switch should now read:
                              /noexecute=AlwaysOff
    8. In Notepad, click Save on the File menu.
    9. Click OK two times.
    10. Restart the computer. NOTE: This step is very important at this stage!
    11. Install Server tools.
    12. Restart the computer again.
    Kind regards
    Mario Schoenberg
    Senior Support Consultant
    SAP Business One Forums team

  • An unhandled win32 Exception Occurred in sawserver.exe[5360]

    Hi All,
    When we clicked on one particular Dashboard page we got the below error , but its working for other Dashboards pages:-
    and due to this error the presentation services is stopped.
    Visual Studio Just-In-Time Debugger Open which message as
    "An unhandled win32 Exception Occurred in sawserver.exe[5360]
    On the Application.log at path
    <OracleBI_Home>\OracleBI\oc4j_bi\j2ee\home\application-deployments\analytics
    i got the error message as :-
    10/06/09 15:51:48.51 analytics: An existing connection was forcibly closed by the remote host
    10/06/09 15:51:48.51 analytics: Servlet error
    java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.io.FilterInputStream.read(FilterInputStream.java:111)
         at com.siebel.analytics.web.sawconnect.SAWConnection$NotifyInputStream.read(SAWConnection.java:131)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
         at com.siebel.analytics.web.sawconnect.sawprotocol.SAWProtocol.readInt(SAWProtocol.java:162)
         at com.siebel.analytics.web.sawconnect.sawprotocol.SAWProtocolInputStreamImpl.readChunkHeader(SAWProtocolInputStreamImpl.java:232)
         at com.siebel.analytics.web.sawconnect.sawprotocol.SAWProtocolInputStreamImpl.startReadingNewMessage(SAWProtocolInputStreamImpl.java:46)
         at com.siebel.analytics.web.sawconnect.SAWServletHttpBinding.forwardResponse(SAWServletHttpBinding.java:105)
         at com.siebel.analytics.web.SAWBridge.processRequest(SAWBridge.java:307)
         at com.siebel.analytics.web.SAWBridge.doPost(SAWBridge.java:335)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    I check the already post on this Forum but not helped much.

    Your Presentation services has crashed. If you are not running the latest OBIEE release you should try upgrading. Otherwise only Oracle Support will be able to help as this is an application crash.

  • An unhandled win32 exception occurred in TNSLSNR.EXE [1040].

    Hi
    I have received following error after enabling Automatic Shared Memory Management in 10.2.0.3.0.
    An unhandled win32 exception occurred in TNSLSNR.EXE [1040].
    Any body know why this error occurs.
    -Rushang

    Are you installing 10g Disco on the same server where R12.1.1 is installed ? If so, are you using a separate ORACLE_HOME for the Disco install and following all of the steps in this MOS Doc ?
    Using Discoverer 10.1.2 with Oracle E-Business Suite Release 12 [ID 373634.1]     
    HTH
    Srini

  • An unhandled win32 exception occurred in w3wp.exe [6188]

    I make Crystal report file in visual web part in SharePoint 2010 and I got this exception "an unhandled win32 exception occurred in w3wp.exe [6188]" when in debugger that error occurred in this code
    when I set data table to CrystalReportSource
    CrystalReportSource1.ReportDocument.SetDataSource(MyDataTable);
    CrystalReportViewer2.ReportSource = CrystalReportSource1;
    I follow this link  http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/4a86e5a5-a2fc-48f3-9ac8-b36ba8cae6b1 but I got same problem

    Hi Ludek,
    I am also getting the exception "An unhandled win32 exception occurred in w3wp.exe [8100]." while executing the Crystal Report at the line
    CrystalReportViewerSage300.ReportSource = rpt.GetReportDocument();
    I am using VS 2013 on Windows 7 (64 bit) with Crystal Report SAP Version 13.0
    I am using a Session Wrapper class VB6.0 dll to execute the report.
    My Code block is as below:-
    var reportPath = Server.MapPath("~").Replace("Projects\\Sage.CA.SBS.ERP.Sage300.Web", "") + "Reports" + @"\" + "apacct1z.rpt";
                Session session;
                // Create, initialize and open a session.
                session = new Session();
                session.InitEx(null, "", "XY", "XY1000", "62A");
                session.Open("ADMIN", "ADMIN", "SAMINC", DateTime.Today, 0);
                ACCPAC.Advantage.Report rpt = session.ReportSelect(reportPath, "AP7102", "AP7102");
                rpt.SetParam("FROMCODE", "");
                rpt.SetParam("TOCODE", "ZZZZZZ");
                rpt.SetParam("FUNCCURN", "USD");
                rpt.SetParam("MULTCURN?", "N");
                CrystalReportViewerSage300.ReportSource = rpt.GetReportDocument();
                CrystalReportViewerSage300.DataBind();
    Please help...
    Thanks in Advance.

  • An unhandled win32 exception occurred in fndsm.exe[5364]

    Hi,
    When I installed discoverer 10g on EBS 12..1.1 an unhandled win32 exception occurred in fndsm.exe[5364] comes... after installation of discoverer -- Inactive No manager comes when submit reports.. i uninstalled discoverer and EBS works fine..Please help me. same thing will happened when i install workflow 2.6.3.5 also..
    I used VS2005 and mkstoolkit
    VS Directory : C:\MSVS
    Mks Directory: C:\MKSNT

    Are you installing 10g Disco on the same server where R12.1.1 is installed ? If so, are you using a separate ORACLE_HOME for the Disco install and following all of the steps in this MOS Doc ?
    Using Discoverer 10.1.2 with Oracle E-Business Suite Release 12 [ID 373634.1]     
    HTH
    Srini

  • Unhandled win32 exception occurred in odbcad32.exe

    I am trying to setup ODBC connection from a Windows Server 2003 box to an external Oracle 9i database. The vendor who manages the 9i database suggested that I could use the Oracle 10.2 client and ODBC drivers on my Windows box. So I installed the Oracle 10.2 Client (Run Time) and ODBC Driver (10.2.0.2). Both installed successfully. However, when I try to add a new System DSN (from Microsoft ODBC Administrator) using the "Oracle in Home1" ODBC driver, I get an error ("An unhandled win32 exception occurred in odbcad32.exe.").
    I've tried uninstalling the ODBC driver and reinstalling, but to no avail. Does anybody have any suggestions on what might be happening or what I should do to fix the problem?

    The problem is with your driver... you have to use the original driver which is supplied with the software
    and then come back with the error..
    actualy the new driver is not able to recognise the older versions..
    Try it..

  • Unhandled win32 exception occurred in crw32.exe [4316]

    Hey all! I'm a Crystal Reports newbie trying to pinch hit a problem that we're having.
    In Crystal 2008 we have a report that when run against certain criteria (i.e. data) causes CR to crash with the following error:
    "An unhandled win32 exception occurred in crw32.exe [4316]"
    I did some searching and haven't found any info related to this. Is there a place I can post a bug report? The issue seems to occur after it's read all the records and generated the content, and seems to be happening when producing the exported file; I tried PDF and HTML formats and have the same issue.
    We were able to narrow down specific records that when excluded allowed the report to work properly. But in looking at the data there's nothing particularly outstanding, just text and dates.
    The Visual Studio debugger provides the additional information:
    Unhandled exception at 0x00681a2a in crw32.exe: 0xC0000005: Access violation reading location 0x00000008.
    00681A2A  mov         ebx,dword ptr [eax+8]
    Windows also provides some additional info:
    AppName: crw32.exe      AppVer: 12.0.0.796      ModName: crw32.exe
    ModVer: 12.0.0.796      Offset: 00281a2a
    Any ideas? Thanks!

    Hi Vitaly!
    1) Yup we've tried on various machines.
    2) Report produces 5 pages of data from 845 records.
    3) We're not sure how many records there are in total that can cause the issue, but we've been able to find a handful of
        records that we know will cause the issue. We're currently trying to determine what's unique about them, but there's nothing
        that really stands out from eyeballing them.Maybe some weird encoded characters in the text?
    4) Downloaded the CR Viewer XI and was able to export to PDF. I can try it on older versions if they're available for download somewhere?
    5) Crashes when exporting to Excel format as well. Text and XML are the only formats (we know of) that seem to work when those particular records are present.
    6) Yup, absolutely, I'll send that to you.

  • Unhandled win32 exception occurred in crw32.exe

    Hi all,
    I am getting an "unhandled win32 exception occurred in crw32.exe" message. It occurs when I close a report. I can close using File..exit, or using the top right hand corner x, whatever I do, the message "Microsoft Windows   Crystal Reports has stopped working..." then a window with "Debug" or "Close Program" buttons.
    Clicking on Close Program closes, and next time I close a Crystal rpt, the same series of messages occurs.
    Clicking on Debug gives the exception error. Stepping through debug appears to implicate usp10.dll, with an access violation message.
    I am using Crystal Reports XI. The product version is listed as 11.0.0.1282.
    I am running on Vista Business Service Pack 1.
    DEP has been set to allow crw32.exe to run, but the same occurred with DEP "turned off".
    Can anybody help me with how to remove this error?
    Thanks,
    Natalie

    Fixed by Service pack 4.

Maybe you are looking for