Unhandled exception at 0x380ef547 in crw32.exe: 0xC0000005:

Hi,
I have a report, with basic data in the page header, 3 fields ( name, number, status).  Then in the details section I have an OLE DB object, where the graphic location is a formula, combining the urlroot and urloffset.  The formula is correct because it works for other images (other reports) in the same imagestore.  Each image has a different code.
When I try to preview the report Crystal report crashes, Error msg.
crw32.exe has encountered a problem and needs to close.  We are sorry for the inconvenience.
When I click the debug button, It opens up Visual Studio Just-in-time-debugger, and it gives me the following error:
An unhandled win32 exception occured in crw32.exe(5588). I then choose a new instance of Visual Studio to debug with, and it opens Visual Studio.
I then get the following error message:
Unhandled exception at 0x380ef547 in crw32.exe: 0xC0000005: Access violation reading location 0x7f9ef002.
When I stop debugging, and close Visual Studio, I get the following error: 
Crystal Reports - [reportname]:  crw32.exe - Application Error
The instruction at "0x5ad71531" referenced memory at "0x00000014".  The memory could not be "read".
Click on OK to terminate the program.
I can run all my other reports with no problem.
Please advise.
Edited by: Larita de Swardt on Aug 27, 2008 10:52 AM

I am having much the same issue.  I am using Crystal Reports XI and it has never worked well.  I have removed the program from the PC and reloaded the program several times.  I am running it on XP SP3 machine with all of the latest updates.  Everytime I simply drag a field from the Field Explorer onto the report design area I get the following message:
crw32.exe has encountered a proble and needs to close...
Then I get a secondary Application Error message:
The instruction at "0x5ad71531" referenced memory at "0x00000014".  The memory could not be "read"...
I have tried installing the program on another PC with the same results.
I also have VS2008 loaded on the machine along with Office 2007 and various other development tools.
I have been able to alter some aspects of a report but it will not let me add a field from the field explorer.  I am using an OLE DB connection to a SQL Server 2005 table.
What gives?

Similar Messages

  • Unhandled exception at 0x779a385b in Acrobat.exe: 0xC0000374: A heap has been corrupted

    Hi,
    In our project, we are getting all book marks from PDF file for display purpose.
    We are getting “Unhandled exception at 0x779a385b in Acrobat.exe: 0xC0000374: A heap has been corrupted” exception while getting Action from particular bookmark. But this is working fine for all other bookmarks, Please find the code we used below:
    CString CPGRBookMarkMC::GetBookMarkDetails(PDBookmark bmObj)
           CString csBookmarkDetails;
           //Ensure that the bookmark is valid
           char * bmName = NULL;
           ASInt32 bufSize = PDBookmarkGetTitle(bmObj, NULL, 0) + 1;
           //Allocate the size of bufSize to the character pointer
           bmName = (char*)ASmalloc((os_size_t)bufSize);
           //Populate bmBuf with the bookmark's title
           PDBookmarkGetTitle(bmObj, bmName, bufSize);
           DURING
                  if (!PDBookmarkIsValid(bmObj))
                         E_RETURN(csBookmarkDetails);
           PDAction objAction = PDBookmarkGetAction(bmObj);
           if(PDActionIsValid(objAction))
                  PDViewDestination objDest = PDActionGetDest(objAction);
                  ASInt32 bmPageNum = 0;
                  ASAtom fitType = ASAtomNull;
                  ASFixedRectP destRect = NULL;
                  ASFixed zoom = NULL;
                  PDViewDestGetAttr (objDest, &bmPageNum, &fitType, destRect, &zoom);
                  char *tempPagenum = NULL;
                  tempPagenum = (char*)ASmalloc((os_size_t)bufSize);
                  itoa(bmPageNum, tempPagenum, 10);
                  strcat(bmName ,",");
                  strcat(bmName, tempPagenum);
                  csBookmarkDetails = bmName;
           HANDLER
           END_HANDLER
           return csBookmarkDetails;
    This unhandled exception is not handled in DURING/HANDLER block also. Please help us to resolve the issue.

    It looks like you are filling a buffer here
    PDBookmarkGetTitle(bmObj, bmName, bufSize);
    and overflowing that buffer here
    strcat(bmName ,",");
    strcat(bmName, tesmpPagenum);
    If that is the case, you will have problems which could appear at anytime after code execution.
    Also, in the code below, the connection between  bufSize and the alphanumeric string size of bmPageNum is not obvious.
                  tempPagenum = (char*)ASmalloc((os_size_t)bufSize);
                  itoa(bmPageNum, tempPagenum, 10);

  • CR XI Unhandled exception in crw32.exe Access violation switching printers

    I'm running Crystal Reports Developer 11.0.0.2495. On any report, when I go to page setup and attempt to change the printer to my Dymo 400 Turbo label writer, I get an "unhandled win32 exception occured in crw32.exe [8420]" error. When I go into the debugger it tells me :
    Unhandled exception at 0x6a901e35 in crw32.exe: 0xC0000005: Access violation writing location 0x42747570.
    I have made an exception in the DEP. Any ideas?

    Are you using dual monitor?
    Regards,
    Shweta

  • 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 exception in crw32.exe when dragging field onto report

    I support a Crystal Reports Designer XI user who is receiving an error:
    Unhandled exception at 0x00891ff3 in crw32.exe: 0xC0000005: Access violation reading location 0x00000020.
    So far, this only appears to happen when she drags a field from Field Explorer onto a new or existing report.  The data connection to the database appears not to be the issue, as she accesses that DB from different applications with no problem.
    DEP is set with Crystal as an exception, I have uninstalled and reinstalled along with deleting temp files and leftover registry keys, I have closed all other applications, I have granted her admin rights, disabled VirusScan, and nothing seems to fix this issue.  She had this issue once before on a different computer (with the same software installed) and we ended up getting her a new computer at around the same time so the issue never needed to be resolved.  On the current computer she was working problem-free for about 3-4 months, and a few days ago it started showing up on her new computer.  I could rebuild her Windows profile but that is a huge hassle and I don't think of that as a permanent fix.
    Thanks for any help... I'm racking my brain on this one!
    Nick H

    Hi Nick,
    CR XI is NOT DEP aware and will never be. Only option is to upgrade to XI R2 and SP 6 for free or disable DEP. DEP was released after XI and XI is past it's end of life so no new patches to fix the problem.
    Go to this link: http://www.sdn.sap.com/irj/boc and download the trial version of CR XI R2 and use your XI keycode, then apply the patches which you can get to by clicking on the BusinessObjects tab above, then Downloads.
    Direct link to the Trial version: http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
    Thank you
    Don

  • ITunes 6.0.3.5 installer crashed - IDriver.exe Unhandled exception

    Just downloaded and attempted to install iTunes 6.0.3.5 on Windows XP Media Center Edition. installer crashed, IDriver.exe. Anyone else seeing this. Some details below.
    Unhandled exception at 0x77511029 in IDriver.exe: 0xC0000005: Access violation reading location 0x0000005c.
    ole32.dll!77511029()
    ole32.dll!77511002()
    ole32.dll!7751138f()
    ole32.dll!77510052()
    ole32.dll!7750fe4b()
    ole32.dll!7750d878()
    ole32.dll!7750d7e5()
    ole32.dll!7750d95f()
    rpcrt4.dll!77ef3ae8()
    ole32.dll!77510332()
    ole32.dll!775101c3()
    rpcrt4.dll!77e9d4e5()
    ntdll.dll!7c91056d()
    ole32.dll!774fd3d0()
    ole32.dll!774fe39c()
    ole32.dll!7752962e()
    ole32.dll!77601a25()
    ole32.dll!7752fd56()
    ole32.dll!7752fee4()
    ole32.dll!774fee88()
    user32.dll!77d51042()
    IDriver.exe!0044b476()
    IDriver.exe!00468ed1()
    IDriver.exe!004699c8()
    kernel32.dll!7c816d4f()
    kernel32.dll!7c8399f3()

    hi Madam!
    hmmm. i couldn't turn up anything specific at event ID:
    http://www.eventid.net/display.asp?eventid=26&eventno=2271&source=Application%20 Popup&phase=1
    (i'm not a subscriber, so i can't follow up their "M" links ... not that there was anything specific to the IDriver.exe anyway.)
    hmmmm. if you
    b do
    start running into problems, and you've got the time, it may be worth getting an install log to the moderators:
    Gayle B, "If you are experiencing installation issues...", 06:20pm Oct 12, 2005 CDT
    still at the early stage of troubleshooting these, i'm afraid, so i can't give you much more feedback than this. maybe keep checking in every day or so to check on any developments?
    love, b

  • When editing a PDF document with fillable forms, I get an unhandled exception error when scrolling past the first page

    The first error is "An unhandled Win32 exception occurred in Acrobat.exe [4644]"
    A debug window comes up after this and I open Visual Studio (not my area of expertise), and a couple more messages come up that may be helpful.
    Unhandled exception at 0x625628db in Acrobat.exe: 0xC0000005: Access violation reading location 0x00000044.
    Then
    [Frames below may be incorrect and/or missing, no symbols loaded for AcroForm.api]
    This is on Windows 7, running Acrobat Pro version 9.5.5
    No new updates are available either.
    Any ideas where to start? This happens with a couple of documents, but not all that are being edited.

    I am also getting the same error for fill-able PDFs. Were you able to find an answer/solution for this problem?
    I am using Acrobat X Pro on Windows 7
    Any help would be appreciated..

  • Ai::UnicodeString.as_Platform throwing Unhandled exception

    Hi
    I'm trying to read layer titles from an AI file using the following code, but the application keeps on throwing an Unhandled exception Access violation reading location error.
    Here's the code. This code populates a list box with the layers in the AI file, the line with throws an error is in bold.
         ADMItemRef objLayersLB = sADMDialog->GetItem(dlg, kLayersListBox);
        ADMListRef objLayersListRef = sADMItem->GetList(objLayersLB);
        long count = 0;
        int intLayerIndex;
        int intTempSize;
        AILayerHandle currentLayer;
        ai::UnicodeString layerTitle;
        //Set the list box to be multi select
        sADMItem->SetItemStyle(objLayersLB, kADMMultiSelectListBoxStyle);
        // add each layer to the list
        sAILayer->CountLayers (&count);
        //Firstly we need to clear the list
        while(sADMList->NumberOfEntries(objLayersListRef)>0)
            sADMList->RemoveEntry(objLayersListRef, 0); //Remove the first entry
        for (intLayerIndex = 0; intLayerIndex < count; intLayerIndex++)
            IADMEntry objListEntry(sADMList->InsertEntry(objLayersListRef, intLayerIndex));
            sAILayer->GetNthLayer (intLayerIndex, &currentLayer);
            sAILayer->GetLayerTitle(currentLayer, layerTitle);
            // calling this function with NULL as the second param gets you the length of the name
            char buffer[255];
            char * temp = &buffer[0];
            intTempSize = layerTitle.as_Platform(temp, NULL); //error thrown on this call
            // using the above we can make sure we only copy the correct num of chars
            //layerTitle.as_Platform(temp, intTempSize);
            objListEntry.SetID(intLayerIndex);
            objListEntry.SetText(temp);
    This code works correctly against the CS4 SDK, but not against the CS3 SDK.
    Is the ai::UnicodeString a valid parameter type for the CS3 SDK; I've seen some examples of char arrays being passed in, however I've not been able to get that working as it expects a UnicodeString type.
    This is the error that is thrown after executing that line of code:
    Unhandled exception at 0x5e887a5e in Illustrator.exe: 0xC0000005: Access violation reading location 0x5e887a5e.
    The error is thown if I use the CS3 SDK compliled plug-in against Illustrator CS3 and CS4, however the CS4 SDK compiled plug-in works without error against Illustrator CS4 (it does not load at all against Illustrator CS3 which is understandable).
    Any help would be appreciated.
    Thank you.

    Hi
    After hours of digging about, I finally tracked down the problem. In my aquiring of the suites, i had:
    kAILayerSuite, kAILayerSuiteVersion9, &sAILayer,
    The normal kAILayerSuiteVersion in CS3 SDK refers to kAILayerSuiteVersion10. Seems I was referencing an older suite version. Changing it to:
    kAILayerSuite, kAILayerSuiteVersion, &sAILayer,
    has solved the problem.

  • Unhandled exception at 0x000F1C0F

    When i run my project i get this message from VS express:
    Unhandled exception at 0x000F1C0F in The_Seed_.exe: 0xC0000005: Access violation writing location 0x00000000.
    when i try to press continue i pop-up again and is still on the samme exception and when i press break, i stops loading the rest of the project, but when i go over to the solution explore and say rebuild on my project the following warning comes:
    Warning
    1
    warning C4316: 'D3DClass' : object allocated on the heap may not be aligned 16
    E:\TheSeed\The Seed Engine\The_Seed_\The_Seed_\The_Seed_\Graphicsclass.cpp
    23
    1
    The_Seed_
    Does any1 have an idea why, or know what it is?

    The "Access violation writing location 0x00000000" is probably because a null pointer. Null pointers are just like that... they don't point to anything, so attempt to refer thru them causes crash. Better don't do this, check your pointers.
    The warning "Object allocated on the heap may not be aligned 16" means that some special operation requires that data be aligned on 16 bytes. Normally, VC++ aligns variables on 8 bytes for 32-bit code, which is enough for most normal
    programs. To get things aligned on 16 bytes, use __declspec(align(16))  or _aligned_malloc.
    -- pa

  • InDesign CS4 - Unhandled Exception in Visual Studio

    Hi.
    I'm in the process of creating a long Technical Manual (book) with several chapters and witihn one of the Chapters, I've been creating a table with alternating shading to the rows.
    All works ok for a time, then after adding text into the table, this particular chapter crashes with a "Visual Studio Just-In-Time Debugger" popup containing...
    "An unhandled win32 exception occurred in InDesign.exe [5540].
    Clicking on the Yes option to debug, the resultant screen shows...
    "Unhandled exception at 0x0b324dd in InDesign.exe: 0xC0000005:
    Access violation reading location 0x00000000."
    All has been working ok creating several documents, brochures, etc but it seems that adding in a table creates this problem.
    Any assistance would be appreciated, as I'm wary of it crashing again just as I've fully populated the table, as there are many, many tables in this Technical Manual.
    Regards
    Dave Shields.

    Hi Peter.
    Yes I'm using the same font in the table as used throughout my document: Palatino Linotype
    The only slight difference is that in one column, I've set it to a different swatch colour - Pantone 276C and the first row of the table is also set to bold type.
    Thanks
    Dave.

  • Unhandled Exception thrown

    hi,
    running on W2003 SP 2, CRXI's java and activex viewers throw an exception (over the obligatory white screen). First time running on this particular box.  The activex add-in does show as enabled in IE6.
    Actual error:
    Unhandled exception at 0x33dbf8e7 in iexplore.exe: 0xC0000005
    access violation reading location 0x0000004c.
    this appears when VS2005 is allowed to attempt a debug.
    Tried the same routine on a different W2003 SP2 machine earlier this week without incident.
    Any ideas on what gives?
    thanks.

    If you're using the CR Java SDK, post your query to the Java Development - Crystal Reports forum:
    SAP Crystal Reports, version for Eclipse
    Else, provide more info on what CR SDK you are using
    Also, exact version of CR (Help | About)?
    Ludek

  • InitCVIRTE generates error message "Unhandled exception in "MyApp.exe": 0xC0000005: Access violation reading location 0x00000000."

    Hi,
    I have converted a LabWindows CVI project to Visual Studio 2005. When I start the application i debug mode I get the message "Unhandled exception at 0x685662ba in EE352-500V.exe: 0xC0000005: Access violation reading location 0x00000000."
    It comes when the application calls:  InitCVIRTE in this context:
    int __stdcall WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow)
    // Initialize LabWindows/CVI run-time library
    if (InitCVIRTE (hInstance, 0, 0) == 0)
    return -1; /* out of memory */
    The debugger indicates that value of hInstance is 0x00400000 {unused=9460301} 
    Can someone give me a solution to this problem. I have done some search on the Web without success.
    Thanks!

    I think that exception might be coming from the data execution prevention service that is part of Win XP SP2.  The OS thinks that you're somehow trying to execute in the data segment and kills the process.  It's intended to catch worms and viruses.
    You can turn this service off for non-Microsoft programs using the control panel.
    Many pointer handling errors now report as this exception instead of as a memory violation exception.  That looks like a null pointer derefence to me.
    Menchar
    Message Edited by menchar on 11-09-2007 07:12 PM

  • Unhandled win32 exception in crw32.exe

    Post Author: eddieedwards
    CA Forum: Upgrading and Licensing
    I have installed Crystal Reports XI Developer's Edition on a Windows 2003 SP2 box, and now whne I try to launch the application I get the error: "unhandled win32 exception in crw32.exe" and it tries to launch the debugger.  I downloaded and installed CRXI SP4, but it did not make any difference.  Any ideas?
    Thanks,
    Mike

    Post Author: eddieedwards
    CA Forum: Upgrading and Licensing
    Turns out this was an operating system issue.  The new (to me, at any rate) Data Execution Prevention feature was set to its default and was preventing Crystal from starting.  Silly me.

  • 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

Maybe you are looking for

  • Need some quick help with server proxy on PI 7.1 system

    Hi, I am implementing a server proxy on the PI 7.1 system to do some logging to a table. So, when I go the the proxy in sproxy and generate it, in the interface section on the properties tabs I only see a drop down that says point to point enabled. T

  • Struts can't display the input jsp page

    Hello, I'm using Struts 1.3.8 to construct a simple user registration system, in which the user could input his info (such as uuname and gpin, both are strings) in a jsp page, and after the submit, the system should go to a success page. However, som

  • Safari save as window opens larger than screen size and I can't get to the

    In safari, I choose File -> Save As. The save dialogue window is taller than my screen and the buttons get buried under my bottom toolbar. I can't reach the save buttons and I can't seem to reach the right hand corner to manual resize it. I've tried

  • Get variable in Target currency under currency conversion Tab for Key Figure

    Hi Experts, In one of the query in BEx Designer, for particular set of key figures I am unable to edit Target Currency under currency conversion. We created user exit and using a variable in BEx. When I chose currency conversion parameter in "Currenc

  • Is Acrobat X Pro included in CS6 Production Premium?

    Can you please confirm if Acrobat X Pro is included in the CS6 Production suite? From your website (http://helpx.adobe.com/creative-suite/suites-help.html), it does not appear to be but I find it strange because it is included in the other 3 CS6 suit