v3.03.7 beta w/ CEF crash on timeout?

Questions and comments about currently under development PWB v3

Moderators: Tyler, Scott

Post Reply
ntgreg
Observer
Observer
Posts: 3
Joined: Wed Apr 09, 2014 9:43 pm

v3.03.7 beta w/ CEF crash on timeout?

Post 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?

Scott
Site Admin
Site Admin
Posts: 2528
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

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

Post 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

ntgreg
Observer
Observer
Posts: 3
Joined: Wed Apr 09, 2014 9:43 pm

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

Post 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

Scott
Site Admin
Site Admin
Posts: 2528
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

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

Post 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

Post Reply