I'm just checking if anybody else has the same problem, as I'm debugging everything in order to find out what's wrong.
My game runs fine in the stable R95 release when previewing. The same game gets just a blank screen with the following error message in R96 (running in Chrome):
<img src="http://i49.tinypic.com/2iuuw4i.png" border="0" />
I tried debugging in Firefox using FireBug, where I get the error:
<font face="Courier New, Courier, mono">cr.eventinclude is not a constructor
var inc = new cr.eventinclude(this, parent, m);
eveng.js (row 74)</font>
So, has anybody else experienced the same thing? As mentioned, I'm trying to debug everything in order to find out what's causing this. The game runs fine when reverting back to R95.