cancel
Showing results for 
Search instead for 
Did you mean: 

PowerBuilder 12.6 crashes when closing application

Former Member
0 Kudos

PB 12.6 classic application works fine until closing it.

Message "SAP PowerBuilder 12.6 has stopped working correctly. Please close the program."
Development or Runtime makes no difference.

Windows 7 Enterprise Service Pack 1.

Thanks in advance,

Rene.

Application error log:

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rene;

  Does this crash always happen when closing the application from the same spot (ie MDI Frame) and with the same Window classes open?

Regards ... Chris

0 Kudos

Hi Chris,

Thank you for your reply. We are currently reinstalling the machines with a fresh image and re-install PB12.6, to rule out any environmental variables.

We will commence further testing when this is done, and of course come back on your reply.

Former Member
0 Kudos

I would suggest reinistalling PB 12.6 back to the GA release and start testing your application issue from that build. If that works, apply an EBF and retest until the problem reappears - then you will know what EBF might have caused it. If the problem does not reappear, then the installation will have been the the root cause. However, I would bet on a EBF rather than overall installation problem being the cause (just my spidy sense tingling on that one - LOL).

0 Kudos

This morning, we went back to the PB12.6 GA release, but the result remains the same.


So back to the drawing board...

Former Member
0 Kudos

Hi Erik;

At least now you don't have to apply all those EBF's ... but still, I feel your pain! 

Any possibility that you can install PB 12.5.1 (the absolute most recent stable release my clients are using) instead and continue your application development on that release for now?

Regards ... Chris

0 Kudos

Hi Chris,

We started the migration to PB12.6 as a side-project, so our development with PB 12.5.1 wouldn't be interrupted.

My dear colleague, René Maas, found out that the problem was in our pbdom.pbl. We didn't import the new pbdom126.pbx after migrating. When we finally did, followed by a full build, everything worked like a charm.

Again, thanks for your support and, yes, we hugged our datawindows...all of them

Former Member
0 Kudos

Excellent news (all around) then! 

Former Member
0 Kudos

Maybe you have some code in the close event that tries to access objects that are already destroyed during the close process?