http://bugs.winehq.org/show_bug.cgi?id=12282
Summary: Oracle Forms 6i runtime crashes while opening a form Product: Wine Version: 0.9.58. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P1 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mclroy@gmail.com
Created an attachment (id=11731) --> (http://bugs.winehq.org/attachment.cgi?id=11731) short "WINEDEBUG=+all" of a crash
I have a legacy application. Actually it is a set of forms run under Oracle Forms 6i. I want to move the app to Linux with Wine. I've managed to install Oracle Forms 6i and Designer 6i under Wine 0.9.58 and almost everything went fine. I'm able to run Designer and generate forms. The Forms Builder runs fine also and is able to compile modules as well. On the final step when I try to run a compiled form (*.fmx) with Forms Runtime its main window just blinks for a moment and Forms Runtime crashes and generates its standard report ifrun60_dump_N where I can see:
[Sat 29 Mar 2008 18:21:30 GMT]::Client Status [ConnId=0, PID=8] >> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION ======================= STACK DUMP ======================= Fault address: 003AB96F 01:0005A96F Module: C:\orant\bin\ifrcm60.dll ..........................................................
When I try to debug it with: WINEDEBUG=+all wine ifrun60.EXE module="testcity.fmx" I can see that Forms Rintime raises exception just after opening a compiled form. This prevents me from breaking with Windows.