Page 1 of 1

EViews breaks down every two program runs

Posted: Tue Jun 12, 2018 6:33 am
by jlbrillet
Hello,

For some time now I get the message "EViews has stopped working" almost every two runs of the same program....

It disappeared for a while but is on again.

Jean Louis.

Re: EViews breaks down every two program runs

Posted: Tue Jun 12, 2018 7:28 am
by EViews Gareth
Could you provide the program/data?

Re: EViews breaks down every two program runs

Posted: Wed Jun 13, 2018 7:02 am
by EViews Steve
We recently found a problem that can happen during long program runs while a workfile window is open. This will be fixed in the next patch but you can avoid this if you minimize (not close) any workfile windows before you start your program.

If your issue is different, please give us more details so we can look into it.

In programs that cause crashes, you can turn on logmode at the beginning so that each line of your program is recorded before EViews executes it -- this will tell us where it is crashing. For example,

Code: Select all

logmode(autosave=on,clearfile,filename=c:\files\mylog.txt) program


Steve