Page 1 of 1

v3.03.7 beta w/ CEF crash on timeout?

Posted: Fri Apr 11, 2014 6:30 pm
by ntgreg
Hello,

We've been testing the 3.03.7 beta w/ CEF, and I have found (on 2 different machines) that when the activity timer reaches 0, and the final warning message expires, PWB crashes.

Is this a known bug w/ the beta?

Re: v3.03.7 beta w/ CEF crash on timeout?

Posted: Sun Apr 13, 2014 9:30 am
by Scott
This is not a known bug, but thank you for reporting it.

What is the error message you are getting?

What do you have the following set to?

[Activity]
ActivityTimer=True
ActivitySeconds=10
ActivityMessageFile=activity.html
ActivityAction=Exit
ActivityWarnAt=
ActivityWarnMessageFile=
ActivityStartOnOpen=FALSE
ActivitySecondWarnAt=
ActivitySecondWarnMessageFile=


--Scott

Re: v3.03.7 beta w/ CEF crash on inactivity timeout?

Posted: Mon Apr 14, 2014 5:16 pm
by ntgreg
First, thanks for the quick reply!

Second, I mis-reported in initial post; the issue is on the inacitivity timer, not the activity timer (my apologies...I've updated thread subject accordingly!)

Here are the settings I have (pretty much the default):

[Inactivity]
InactivityTimer=True
InactivitySeconds=20
InactivityMessageFile=Inactivity.html
InactivityAction=Home
InactivityStartOnOpen=False
InactivityShowDialog=True
ResetOnMouseMove=True
ResetOnMouseButton=True
ResetOnKeyboard=True


Error info from the Windows event log:

Faulting application name: PWB.exe, version: 3.0.3.7, time stamp: 0x533c493f
Faulting module name: PWB.exe, version: 3.0.3.7, time stamp: 0x533c493f
Exception code: 0xc0000005
Fault offset: 0x0007c874
Faulting process id: 0xdd4
Faulting application start time: 0x01cf5835e42bf4a5
Faulting application path: C:\Users\gwilliams\Desktop\PWBv3037cefC\PWB.exe
Faulting module path: C:\Users\gwilliams\Desktop\PWBv3037cefC\PWB.exe
Report Id: 3d9cf77a-c429-11e3-af03-90b11c758d0c

Re: v3.03.7 beta w/ CEF crash on timeout?

Posted: Tue Apr 15, 2014 9:57 am
by Scott
Thank you.

The bug is now fixed in version "PWBv3037cefD" currently available on the Beta Downloads page.

A better option instead of "InactivityAction=Home" is to use the "InactivityAction=Exit" with "[Security]ClearCacheOnClose=True" and "[Security]RestartonClose=True". This gives each new patron a fresh browser.

--Scott