Page 1 of 1
LogL crash
Posted: Mon May 04, 2015 11:55 am
by trubador
When I attempt to open "Estimate" tab on the LogL object after the estimation is done, it crashes. It is not model or workfile specific (to me at least). You can try the following example:
Code: Select all
wfcreate u 100
series y = 2 + nrnd
logl temp
temp.append @logl maxlik
temp.append res = y-c(1)
temp.append var = c(2)^2
temp.append maxlik = log(@dnorm(res/@sqrt(var))) - log(var)/2
temp.append param c(1) .0 c(2) 1.0
temp.ml
Re: LogL crash
Posted: Mon May 04, 2015 12:03 pm
by EViews Gareth
I can't replicate that. I run that program, open the logl object, click the estimate button, the dialog pops up, I click ok, and then it re-estimates just fine.
Re: LogL crash
Posted: Mon May 04, 2015 12:11 pm
by trubador
Unfortunately it crashes every time for me. Let me try the magic solution (restart) and see if that works.
Re: LogL crash
Posted: Mon May 04, 2015 12:19 pm
by startz
Crashes for me exactly as Trubador says.
Re: LogL crash
Posted: Mon May 04, 2015 12:25 pm
by EViews Gareth
Would one of you mind emailing us your eviews32.ini file?
Re: LogL crash
Posted: Mon May 04, 2015 12:33 pm
by startz
Done.
Re: LogL crash
Posted: Mon May 04, 2015 12:39 pm
by EViews Gareth
Still no crash. Weird. We'll poke around a bit.
Re: LogL crash
Posted: Mon May 04, 2015 12:45 pm
by startz
It's crashed for me three out of five attempts.
Try this: Copy Trubador's code from the forum. Open EViews. Paste into command pane. (Don't hit return.) File/New/Program. Paste into program. Run. Then double click on temp logl object and hit the Estimate tab. Crashes that way for me.
Re: LogL crash
Posted: Mon May 04, 2015 12:50 pm
by trubador
Just sent the file. I have noticed that 32bit version works fine, it is the 64bit that causes the trouble for me.
Re: LogL crash
Posted: Mon May 04, 2015 12:50 pm
by startz
I'm also running 64-bit.