Windows 7 64Bit. APPCRASH on opening a Form

hi,
I am setting my Windows 7 64Bit environment to work with Oracle Developer Suite 10.1.2.0.2, connected to a 10.2.0.1.0 DB. Everything seems to work with Reports Builder, but not yet with Forms. When I double click on a .fmb file, a appcrash raises. Here you are the details
Problem signature:
Problem Event Name:     APPCRASH
Application Name:     frmbld.exe
Application Version:     10.1.2.0
Application Timestamp:     42d63632
Fault Module Name:     KERNELBASE.dll
Fault Module Version:     6.1.7601.17651
Fault Module Timestamp:     4e211319
Exception Code:     ebad198c
Exception Offset:     0000b9bc
OS Version:     6.1.7601.2.1.0.256.48
Locale ID:     1040
Additional Information 1:     200e
Additional Information 2:     200ec500b6815f859e4322ac3e81ebf6
Additional Information 3:     f0ad
Additional Information 4:     f0ad4513401e148000010c6a2d5dde8a
to workaround this problem, I must to open Forms Builder, connect to the DB, then open the form. In this way, I can work. But it would be better if I could have the option to open the form by double click. How can I resolve this issue? thank you

Obviously you didn't read the instructions on metalink how to install forms 10gR2 on windows7; there are a number of patches which need to be applied in order > to have iDS working successfully on windows7. The forum search is useful in this case, as this question is asked almost once a week.
(amongst other threads): Is Oracle 10g Dev Suite compatible with Windows 7 version - urgent
If you don't have a valid support contract then the only option is to use a virtual XP. Windows7 64 bit isn't certified btw. so you might or might not get it to work > in any case.obviously i didnt read the instructions on metalink because they have blocked our account, despite on we have upgraded our contract to golden licence (and regularly paid)... damn on them!
I will keep reading the forum, thank you

Similar Messages

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

  • ITunes on Windows 7 64bit

    After iTunes installed on my Windows 7 64bit, the application opens with 2 options: Go to store & scan for media, in which, each are unresponsive.

    Uninstalled, then reinstalled as administrator.

  • Opening a form in a POP UP window from report

    I would like to open a form in a new window from a
    link on a field in the report .
    Parameters should be passed from the report to form.
    Is it possible to do this with a portal link?
    Also After modification of the form & on click of save is it possible to close the newly opened window(form) & refresh the report to reflect the changes as both refer to the same table.
    Any Idea pls reply,
    Thanks in Adv,
    Sajith.

    Hi,
    You can achieve this using by sql based reports. Here is a sample code snippet
    select ''||
    to_char(empno)||'' empno
    from SCOTT.EMP
    Please dont forget to change the display type of the column to HTML in the column formatting section of the reports,
    otherwise the report will render the html code.
    You can have a close button on the form on which you can write a javascript which closes itself. You can write this
    on OnClick
    self.close();
    Hope this clarifies you doubt :-)
    Thanks,
    Sharmila

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

  • Audigy SE and Windows 7 64bit hiccups when i listen music and open a picture

    LAudigy SE and Windows 7 64bit hiccups when i listen music and open a picture' Hi,
    PC September 2009 ->> MSI P35 Neo 2FR , E8400 , Audigy SE , Windows 7 64bit RC build 700 = crystal sound , no hangs or hiccups, worked flawless in any application
    PC Octomber 2009 ->> AsRock P55 Pro , Core i7 860 , the same Windows 7 64bit RC build 700 and the same sound card Creative Audigy SE with the same drivers? i have problems when i liste music on any player.
    Symptom = i listen to music and when i open any random picture/program the music hiccup/hangs for a milisecond.
    i tried every driver on this site and every setting on the audigy control manager , nothing worked.
    i tried to update de DirectX .... i can't find any cure to my problem
    i need help please[img"]http://xtrempc.ro/forum/download/file.php?id=4035&mode=view" height="83[/img] width="54">
    [img"]http://xtrempc.ro/forum/download/file.php?id=4034&mode=view" height="8[/img] width="53">
    [size="">Sorry 4 my bad english

    i tried even PCI Latency 64 and 96 ... no change

  • HT5581 Why cant i get ITunes to open up on my windows 7/ 64bit I have tryed all kinds of stuff and still no luck?

    Look on my desk top HP running windows 7/ 64bit. I can not for the world of me get ITunes to open up at all and have tried all .??

    Many thanks for your post. I've been trying for days to get this sorted and was getting well fed up with I-Tunes. Really thought i'd never get it working again. Tried un-installing it, loading older versions and they still wouldn't work.
    Came across your suggestion by chance and top man - it worked..!!!!
    How you even knew what to do is beyond me - but thanks so much. I really was pulling my hair out.
    You need to put your post over the Web as there seem to be loads of people having the same trouble.
    Thanks again.

  • I am unable to access my LR5.7 Catalog of my recent holiday. I am running Windows 7 (64Bit) and recently installed and then uninstalled DxO Optics Pro. The error message says it "cannot be opened because another application already has it opened.Quit the

    I am unable to access my LR5.7 Catalog of my recent holiday. I am running Windows 7 (64Bit) and recently installed and then uninstalled DxO Optics Pro. The error message says it "cannot be opened because another application already has it opened.Quit the other copy of Lightroom before trying to launch"  The problem is, that I can only see one copy of LR5 open and cannot locate the ".lrcat.lock" file for the specific catalog I want to open. I have tried re-booting my computer, but this did not work.

    Thanks Geoff. I was finally able to locate the ".lrcat.lock" file relevant to the catalog I want to open. Once I deleted it, LR5 was able to access my images. Problem solved. THANK YOU

  • To Open 11g Forms output on a seperate popup window

    Hi,
    Anybody help me, how to Open 11g forms output on a seperate popup window. Now it is comming in browser itself.
    regards
    Ahamed Rafeeque CH

    This is controlled in the Forms Services configuration. You will need to modify the "separateFrame" configuration setting using the WebLogic Server interface. You could also modify the formsweb.cfg using a standard text editor, but it is not recommended. The default value for separateFrame is FALSE. By setting the value to TRUE it instructs Forms Services to use a seperate browser window for the Java Applet.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Right JRE for forms 10gR2(10.1.2.0.2) on Windows 7 64bit

    Hi All,
    What is the right JRE for windows 7 64bit OS and our forms app server is 10.1.2.0.2. Any one's help is much appreciated.
    Regards

    Thanks Carlos,
    We are using some custom java beans and image jar files along with the frmall_jinit.jar,frmwebutil.jar,,jacob.jar,ojdbc14.jar. After using Java Plug-in 1.6.0_45. I am hitting this error
    Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError: oracle/bali/share/sort/StringComparator
    and
    Caused by: java.lang.ClassNotFoundException: oracle.bali.share.sort.StringComparator
    Do you suggest to apply the patch 10.1.2.3. I have noticed few people still have some issues after applying this patch.
    Please suggest.
    Regards.

  • Opening a Form in a popup window

    Hi,
    What's the easiest way to open a Form in a popup window? Do I use Javascript or is there another way? Is there a documented example either in Technet or Metalink?
    Thanks,
    Steve West

    Hi,
    For further information you can see the following reply
    Re: Fax and voice solution technical details!
    Thanks
    Vineet

  • Unable to open same form with Multiple logins on Windows IE8

    Hello All,
    We recently upgraded our instance from Jinitiator to Java Plugin Version 1.6 U18.
    After that we are unable to open same form from different logins on a same windows machine.
    the following is scenario.
    1) Login as X user into EBS and open a sales order form. -- Every thing is fine.
    2) On the same machine in another browser window, login as X user again and open Sales order form. --- No issue here also,
    3) On the same machine in another browser window(Keeping the above forms open), login as Y user and open sales order form ---> Form opened from Y user is fine, but, both forms of X user are exiting Oracle applications with message" Your logon session become invalid. Exiting Oracle applications".
    we have encountered issues with opening an attachment from a form, and it is resolved by Unchecking "Enable the next generation java plugin" option in Java control panal --> Advanced -> Java plugin. This workaround done according to note: 290807.1
    But the multiple login issue is not resolved.
    THis isssue is in our PROD and we are loosing customers. Please Advice ASAP.
    THanks.
    Rama Krishna N K J

    Hi Rama;
    It was working before? If yes what have you been changed on your system?(patch etc) You have same error on IE 7 or firefox? Did you check apache log file for more details? You have any FRM error code?
    Please check those settings on your IE8:
    1 - Go to Tools > Internet Options > Security > Select Sites > click on button "Sites": add the url of ebs.
    2 - Go to Tools > Internet Options > Security > Select Sites > Custom Level > Disabled XSS filter.
    Also check:
    Recommended Browsers for Oracle E-Business Suite 11i [ID 285218.1]
    Regard
    Helios

  • Issue opening or creating new files in illustrator CS5 windows 7 64bit, "Not Responding"

    Issue opening or creating new files in illustrator CS5 windows 7 64bit, program becomes "Not Responding" when opening a file.
    I had recently tried a trial version of FontExplorer Pro X, and this issue has come up after the Uninstallation of that program.  Any suggestions?

    Check for ant third party plugin in the plugin folder....?
    Also Check in the new user account?
    Message was edited by: Manish_1988

  • Hello to everyone : I have a problem every time I try to open iTunes for windows 8 64bit... Program stops to work every time trying to access to the store... Is anyone able to help me to solve this issue? Thank you so much...

    Hello to everyone : I have a problem every time I try to open iTunes for windows 8 64bit... Program stops to work every time trying to access to the store... Is anyone able to help me to solve this issue? Thank you so much...
    N.B. iTunes version is the last one available from https://apple.com/it

    Hey sweetcake74,
    Thanks for the question. I understand you are experiencing performance issues with iTunes for Windows. The following articles may help to resolve your issue:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Thanks,
    Matt M.

  • Why does my Windows 7 64bit PC reboot intermittently when opening itunes?

    Intermittenly for the past 6 months my Windows 7 64bit machine will instantly reboot when I open the latest version of iTunes (11.1.5.5).   If I open it manually or if automatically when connecting my iPod classic. It does not even show a BSOD.  On reboot I can open it no problems and access the store also fine.
    I have an NVIDIA GTX 570 graphics card with up to date drivers. Asus XONAR DG sound card is also up to date.
    Any ideas?!

    Whenabouts are you getting the hang? Is it when going "Edit > Preferences" in iTunes and when attaching a device? Or is it a different sort of hang? (If it's a different sort of hang, walk us through what's going on in some more detail, please.)

Maybe you are looking for