AppBuilder crashes

zeta

New Member
Hello,

WinXP SP2
v9.1C25

I'm having a very annoying problem with my AppBuilder. When I open my biggest smart-window (biggest I mean with 2 SmartBrowse, 2 SmartViewer, 1 SmartFrame, Dynamic Toolbar etc) and I save the program, everything is okay. But when I also open an include from the AppBuilder and I want to save the smart-window, the AppBuilder crashes. My smart-window file is corrupted, only the first 219 lines are saved and the other +/- 500 are gone.
This only happens with this function and only when I open a program from the AppBuilder which is loaded into a ProcedureEditor (like an include).

The protrace file displayes an ACCESS_VIOLATION error, see file below.

Does anyone have any ideas?

Many thanks
Zeta

Protrace file:

//=====================================================
PROGRESS stack trace as of Wed Apr 13 09:00:10 2005
//=====================================================
Exception code: C0000005 ACCESS_VIOLATION
Fault address: 101ECF18 01:001EBF18 C:\Progress\DLC91C\bin\prow32.dll

Registers:
EAX:00000000
EBX:00000000
ECX:00C90000
EDX:00000000
ESI:00142396
EDI:0006B568
CS:EIP:001B:101ECF18
SS:ESP:0023:0012F284 EBP:0012F2DC
DS:0023 ES:0023 FS:003B GS:0000
Flags:00010212

Call Stack:
Address Frame
101ECF18 0012F2DC DllStartup+1A0829
101ED393 0012F3DC DllStartup+1A0CA4
101EBE36 0012F458 DllStartup+19F747
101F28FC 0012F478 DllStartup+1A620D
1002A6A8 0012F4A0 0001:000296A8 C:\Progress\DLC91C\bin\prow32.dll
10013421 0012F528 0001:00012421 C:\Progress\DLC91C\bin\prow32.dll
1002C41F 0012F534 0001:0002B41F C:\Progress\DLC91C\bin\prow32.dll
10013421 0012F5BC 0001:00012421 C:\Progress\DLC91C\bin\prow32.dll
1019756A 0012F6B0 DllStartup+14AE7B
1019C6F8 0012F704 DllStartup+150009
10188BCB 0012F710 DllStartup+13C4DC
101A23F8 0012F724 DllStartup+155D09
101A22D9 0012F760 DllStartup+155BEA
101A20D1 0012F7C4 DllStartup+1559E2
101A1485 0012F934 DllStartup+154D96
1003509B 0012F978 0001:0003409B C:\Progress\DLC91C\bin\prow32.dll
10013421 0012FA00 0001:00012421 C:\Progress\DLC91C\bin\prow32.dll
101BA4CE 0012FA18 DllStartup+16DDDF
1019C6F8 0012FA6C DllStartup+150009
10188BCB 0012FA78 DllStartup+13C4DC
101A23F8 0012FA8C DllStartup+155D09
101A22D9 0012FAC8 DllStartup+155BEA
101A20D1 0012FB2C DllStartup+1559E2
101A1485 0012FC9C DllStartup+154D96
1003509B 0012FCE0 0001:0003409B C:\Progress\DLC91C\bin\prow32.dll
10013421 0012FD68 0001:00012421 C:\Progress\DLC91C\bin\prow32.dll
101BA4CE 0012FD80 DllStartup+16DDDF
1019C6F8 0012FDD4 DllStartup+150009
10188BCB 0012FDE0 DllStartup+13C4DC
101F3CF8 0012FE64 DllStartup+1A7609
1010B5B9 0012FEC0 DllStartup+BEECA
102F966A 0012FECC DllStartup+2ACF7B
1001A483 0012FED8 0001:00019483 C:\Progress\DLC91C\bin\prow32.dll
100063E5 0012FF08 0001:000053E5 C:\Progress\DLC91C\bin\prow32.dll
1004C6EB 0012FF1C ProStartup+5F
00401008 0012FF24 0001:00000008 C:\Progress\DLC91C\bin\prowin32.exe
00401148 0012FFC0 0001:00000148 C:\Progress\DLC91C\bin\prowin32.exe
7C816D4F 0012FFF0 RegisterWaitForInputIdle+49

//=====================================================
PROGRESS stack trace as of Wed Apr 13 09:00:10 2005
//=====================================================
Exception code: C0000005 ACCESS_VIOLATION
Fault address: 101ECF18 01:001EBF18 C:\Progress\DLC91C\bin\prow32.dll

Registers:
EAX:00000000
EBX:00000000
ECX:00C90000
EDX:00000000
ESI:00142396
EDI:0006B568
CS:EIP:001B:00000000
SS:ESP:0023:0012FFF8 EBP:00000000
DS:0023 ES:0023 FS:003B GS:0000
Flags:00010212

Call Stack:
Address Frame
00000000 0012FFF4
 
Greetings,
Fairly simple answer is to compile your folder / DIR with the objects in. Compile the query SDO FIRST - then th smart window then your SDO objects. Make sure your start compilation with your query, then move onto your objects. Once you have compiled and created the new rcode you will be able to open the src in the appbuilder.
 
Top