Page 1 of 1

EViews shuts down

Posted: Sat Sep 10, 2022 3:44 am
by tvonbrasch
if you run this program a couple of times:

Code: Select all

wfcreate(wf=wf) u 100 winminimize wf 'minimize window close @all
EViews 13 shuts down. I have panes and tabs activated. Please take a look.
t

Re: EViews shuts down

Posted: Mon Sep 12, 2022 10:37 am
by EViews Steve
I can't seem to replicate this crash. I've run your program in a loop over 200 times and it seems to be stable for me on build dates 2022.09.08 and 2022.09.09. Any other ideas on how to recreate this issue?

Re: EViews shuts down

Posted: Tue Sep 13, 2022 2:28 am
by tvonbrasch
Hi,

My EViews is build september 9.

To generate the crash, I open a program with these commands:

Code: Select all

wfcreate(wf=wf) u 100 winminimize wf 'minimize window close @all
Then I manually click on run and OK (quiet mode):
2022-09-13 11_25_03-EViews.png
2022-09-13 11_25_03-EViews.png (36.48 KiB) Viewed 3438 times
It runs okay the first time, but when executing this code in this manual procedure once more (clicking on run etc), then EViews crashes ...

t