Recurring crash in WWAHost.exe: Error: "An unhandled win32 exception occurred in WWAHost.exe[]". How to diagnose/fix?

It's now 4days, I keep getting this Error from Start up. Am using
windows8.1, since about a year now, first time I get any Error.
I can't tell what really caused it, I am a Web/Desktop programmer and for the past 1 month, I haven't done any
Desktop programming or windows store Apps, am just using Dreamweaver and
Firefox for my Current E-commerce Web Apps, now for the past
4days, this is happening...
One recurring problem is the following dialog, which
pops up every few second, and it's annoyingly annoying.

Hi Erick,
Did this error appear when you test your Dreamweaver application using Just-In-Time Debugger?
This problem may because the absolute path of the shell resides in the registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\shell with a value c:\windows\explorer.exe or c:\winnt\explorer.exe.
To resolve this problem, modify the value of the registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\shell with a value explorer.exe.
For the details, please refer to this article:
BUG: You receive an "Unhandled Win32 exception" error message you use the Just-In-Time (JIT) debugger
https://support2.microsoft.com/kb/811191?wa=wsignin1.0
In addition, I suggest you ask MSDN forum for more professional help:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vsdebug
Karen Hu
TechNet Community Support

Similar Messages

  • 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*

  • Error: An unhandled win32 exception occurred in sqldeveloperW.exe[5832].

    When I have sqldeveloper open but not working in the tool for a time ( 1/2 hr ) it crashes. I selected the windows debug option and got the error listed in this thread's subject line. I have also noticed at times what I believe is a memory leak. What I have noticed is that I didn't have anything running in the tool at the time but in windows task manager the memory used was just running up. I have experienced where my box would freeze till sqldeveloper crashes. I have also experienced this by just starting the sqldeveloper and attaching to a DB only, not performing any other function, just watched memory run up till app crashed.
    runnig on Visita , java: 1.6.0_10 , slqldeveloper: Version 2.1.0.63
    Anyone else experience this or have an idea of the problem?

    Not an expert at JAVA but looks like GeoRaptor may be the issue, here is what I get:
    Meter Registry started
    Meter Dispatcher has been started
    Meter Updater has been started
    Load: C:\software_kjs\sql_developer\sqldeveloper-2.1.0.63.73\sqldeveloper\sqldev
    eloper\bin\jdev\extensions\GeoRaptorLibs\Settings.xml
    java.io.FileNotFoundException: C:\software_kjs\sql_developer\sqldeveloper-2.1.0.
    63.73\sqldeveloper\sqldeveloper\bin\jdev\extensions\GeoRaptorLibs\Settings.xml (
    The system cannot find the path specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection
    .java:70)
    at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLCon
    nection.java:161)
    at java.net.URL.openStream(URL.java:1009)
    at oracle.xml.parser.v2.XMLReader.openURL(XMLReader.java:2639)
    at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:250)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:221)
    at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)
    at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)
    at org.GeoRaptor.MainSettings.load(Unknown Source)
    at org.GeoRaptor.PreferenceAddin.initialize(Unknown Source)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
    rImpl.java:407)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
    erImpl.java:214)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
    dinManagerImpl.java:128)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1949)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1573)
    at oracle.ide.Ide.startup(Ide.java:703)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:184)
    at oracle.ideimpl.Main.main(Main.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Exception initializing 'org.GeoRaptor.MenuControler' in extension 'GeoRaptor': o
    racle.classloader.util.AnnotatedNoClassDefFoundError:
    Missing class: oracle.jdeveloper.cm.dt.browser.jdbc.TableNode
    Dependent class: org.GeoRaptor.MenuControler
    Loader: ide-global:11.1.1.0.0
    Code-Source: /C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73
    /sqldeveloper/sqldeveloper/extensions/org.GeoRaptor.jar
    Configuration: extension jar in C:\software_kjs\sql_developer\sqldevel
    oper-2.1.0.63.73\sqldeveloper\sqldeveloper\extensions
    The missing class is not available from any code-source or loader in the system.
    at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClass
    Loader.java:2180) [/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqlde
    veloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.p
    ath), by sun.misc.Launcher$AppClassLoader@24216257]
    at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLo
    ader.java:1733) [/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldeve
    loper/modules/oracle.classloader_11.1.1.jar (from system property java.class.pat
    h), by sun.misc.Launcher$AppClassLoader@24216257]
    at oracle.classloader.PolicyClassLoader.access$000 (PolicyClassLoader.ja
    va:143) [/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/mo
    dules/oracle.classloader_11.1.1.jar (from system property java.class.path), by s
    un.misc.Launcher$AppClassLoader@24216257]
    at oracle.classloader.PolicyClassLoader$LoadClassAction.run (PolicyClass
    Loader.java:331) [/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldev
    eloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.pa
    th), by sun.misc.Launcher$AppClassLoader@24216257]
    at java.security.AccessController.doPrivileged (Native method) [unknown,
    by unknown]
    at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1692) [/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/mo
    dules/oracle.classloader_11.1.1.jar (from system property java.class.path), by s
    un.misc.Launcher$AppClassLoader@24216257]
    at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1674) [/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/mo
    dules/oracle.classloader_11.1.1.jar (from system property java.class.path), by s
    un.misc.Launcher$AppClassLoader@24216257]
    at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:320) [jre b
    ootstrap, by jre.bootstrap:1.6.0_10]
    at org.GeoRaptor.MenuControler.initialize (Unknown source file) [/C:/sof
    tware_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/sqldeveloper/exten
    sions/org.GeoRaptor.jar (from extension jar in C:\software_kjs\sql_developer\sql
    developer-2.1.0.63.73\sqldeveloper\sqldeveloper\extensions), by ide-global:11.1.
    1.0.0]
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin (AddinManag
    erImpl.java:407) [/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldev
    eloper/ide/lib/ideimpl.jar (from boot classpath entry in oracle.ide.boot.PCLMain
    .BOOT_ENTRIES), by ide-global:11.1.1.0.0]
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins (AddinMana
    gerImpl.java:214) [/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqlde
    veloper/ide/lib/ideimpl.jar (from boot classpath entry in oracle.ide.boot.PCLMai
    n.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins (A
    ddinManagerImpl.java:128) [/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.
    73/sqldeveloper/ide/lib/ideimpl.jar (from boot classpath entry in oracle.ide.boo
    t.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
    at oracle.ide.IdeCore.initProductAndUserAddins (IdeCore.java:1949) [/C:/
    software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/extensions/
    oracle.ide.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIE
    S), by ide-global:11.1.1.0.0]
    at oracle.ide.IdeCore.startupImpl (IdeCore.java:1573) [/C:/software_kjs/
    sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/extensions/oracle.ide.ja
    r (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-gl
    obal:11.1.1.0.0]
    at oracle.ide.Ide.startup (Ide.java:703) [/C:/software_kjs/sql_developer
    /sqldeveloper-2.1.0.63.73/sqldeveloper/ide/extensions/oracle.ide.jar (from boot
    classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0
    .0]
    at oracle.ideimpl.DefaultIdeStarter.startIde (DefaultIdeStarter.java:35)
    [/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/lib/i
    deimpl.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES),
    by ide-global:11.1.1.0.0]
    at oracle.ideimpl.Main.start (Main.java:184) [/C:/software_kjs/sql_devel
    oper/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/lib/ideimpl.jar (from boot classp
    ath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
    at oracle.ideimpl.Main.main (Main.java:146) [/C:/software_kjs/sql_develo
    per/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/lib/ideimpl.jar (from boot classpa
    th entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method) [unknown
    , by unknown]
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl
    .java:39) [unknown, by unknown]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcce
    ssorImpl.java:25) [unknown, by unknown]
    at java.lang.reflect.Method.invoke (Method.java:597) [unknown, by unknow
    n]
    at oracle.ide.boot.PCLMain.callMain (PCLMain.java:62) [/C:/software_kjs/
    sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/lib/ide-boot.jar (from <
    classpath> in /file:/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqld
    eveloper/ide/extensions/oracle.ide.jar!/META-INF/extension.xml), by sun.misc.Lau
    ncher$AppClassLoader@24216257]
    at oracle.ide.boot.PCLMain.main (PCLMain.java:54) [/C:/software_kjs/sql_
    developer/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/lib/ide-boot.jar (from <clas
    spath> in /file:/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldevel
    oper/ide/extensions/oracle.ide.jar!/META-INF/extension.xml), by sun.misc.Launche
    r$AppClassLoader@24216257]
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method) [unknown
    , by unknown]
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl
    .java:39) [unknown, by unknown]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcce
    ssorImpl.java:25) [unknown, by unknown]
    at java.lang.reflect.Method.invoke (Method.java:597) [unknown, by unknow
    n]
    at oracle.classloader.util.MainClass.invoke (MainClass.java:128) [/C:/so
    ftware_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/modules/oracle.cl
    assloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launche
    r$AppClassLoader@24216257]
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain (IdeLauncher.java
    :189) [/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/
    lib/ide-boot.jar (from <classpath> in /file:/C:/software_kjs/sql_developer/sqlde
    veloper-2.1.0.63.73/sqldeveloper/ide/extensions/oracle.ide.jar!/META-INF/extensi
    on.xml), by sun.misc.Launcher$AppClassLoader@24216257]
    at oracle.ide.boot.IdeLauncher.launchImpl (IdeLauncher.java:89) [/C:/sof
    tware_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/lib/ide-boot.j
    ar (from <classpath> in /file:/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.
    63.73/sqldeveloper/ide/extensions/oracle.ide.jar!/META-INF/extension.xml), by su
    n.misc.Launcher$AppClassLoader@24216257]
    at oracle.ide.boot.IdeLauncher.launch (IdeLauncher.java:65) [/C:/softwar
    e_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/lib/ide-boot.jar (
    from <classpath> in /file:/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.7
    3/sqldeveloper/ide/extensions/oracle.ide.jar!/META-INF/extension.xml), by sun.mi
    sc.Launcher$AppClassLoader@24216257]
    at oracle.ide.boot.IdeLauncher.main (IdeLauncher.java:54) [/C:/software_
    kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/lib/ide-boot.jar (fr
    om <classpath> in /file:/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/
    sqldeveloper/ide/extensions/oracle.ide.jar!/META-INF/extension.xml), by sun.misc
    .Launcher$AppClassLoader@24216257]
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method) [unknown
    , by unknown]
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl
    .java:39) [unknown, by unknown]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcce
    ssorImpl.java:25) [unknown, by unknown]
    at java.lang.reflect.Method.invoke (Method.java:597) [unknown, by unknow
    n]
    at oracle.ide.boot.Launcher.invokeMain (Launcher.java:713) [/C:/software
    kjs/sqldeveloper/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/lib/ide-boot.jar (f
    rom <classpath> in /file:/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73
    /sqldeveloper/ide/extensions/oracle.ide.jar!/META-INF/extension.xml), by sun.mis
    c.Launcher$AppClassLoader@24216257]
    at oracle.ide.boot.Launcher.launchImpl (Launcher.java:115) [/C:/software
    kjs/sqldeveloper/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/lib/ide-boot.jar (f
    rom <classpath> in /file:/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73
    /sqldeveloper/ide/extensions/oracle.ide.jar!/META-INF/extension.xml), by sun.mis
    c.Launcher$AppClassLoader@24216257]
    at oracle.ide.boot.Launcher.launch (Launcher.java:68) [/C:/software_kjs/
    sql_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/lib/ide-boot.jar (from <
    classpath> in /file:/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqld
    eveloper/ide/extensions/oracle.ide.jar!/META-INF/extension.xml), by sun.misc.Lau
    ncher$AppClassLoader@24216257]
    at oracle.ide.boot.Launcher.main (Launcher.java:57) [/C:/software_kjs/sq
    l_developer/sqldeveloper-2.1.0.63.73/sqldeveloper/ide/lib/ide-boot.jar (from <cl
    asspath> in /file:/C:/software_kjs/sql_developer/sqldeveloper-2.1.0.63.73/sqldev
    eloper/ide/extensions/oracle.ide.jar!/META-INF/extension.xml), by sun.misc.Launc
    her$AppClassLoader@24216257]
    ** Data Mining CodeGenerator was initialized **
    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  • 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.

  • 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

  • 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

  • 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..

  • 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 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.

  • 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 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 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

  • 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.

  • An Unhandled win32 exception occured in FNDLIBR.exe[5796]

    Hi
    I Installed successfully Oracle12(12.0.4) on windows 2003 server .But while running concurrent request i am getting a popup window which contain the error Message as Follows "An Unhandled win32 exception occured in FNDLIBR.exe[5796]"
    what could be reason for the Popup window error?
    Thanks
    With Regards
    Umair

    Umair,
    Stop the CM, and relink FNDLIBR.exe from adadmin, start the CM then and see if you can submit the request again.
    Can you find any errors in the Event Viewer?
    Regards,
    Hussein

Maybe you are looking for

  • Retina MacBook Pro: What new adapters do I need?

    I am seriously considering purchasing the new Retina Display MBP. My confusion lies with some of the adapters What adapter will I need to: a) hook a new Retina MacBook Pro to a VGA projector? b) hook a new Retina MacBookPro to a HDMI TV so that I can

  • Is there a way at all to put music videos in your ipod nano?

    Is there a way at all to put music videos in your ipod nano?

  • Do I need a Proxy, please?

    My iMac from mid-2011 with 4 GB of RAM, is Hard-wired to the Internet through Charter Communications in Asheville, NC.   BUT  I find it impossible even to-get Mavericks.  Always I've seen, "Your request is Temporarily unable to be processed.  Please

  • Typical Lead Scenario_URGENT!!!!

    Hi to all. I have a scenario wrt "Lead"      I am running a email Campaign which asks for Customers interest towards a Product.    Now who ever shows Clicks on Yes Button in the email , they need to be collected separately(for which there is a standa

  • Quality of final production

    I've got a newly purchased Canon XL2 and have been learning how to use it. I've also been experimenting quite a bit and wonder if any of you use this camera, and/or, could you point me to some example footage that has been taken with it. Currently I'