Forum Discussion
o0netquik0o
4 years agoRising Ace
"o0netquik0o;c-2220408" wrote:
Now the problem here is that when opening the warning window there is a bug in newer game code that want to set a property named "Mode" that does not belong to webfrontend.gui.BadBrowserWindow while "BrowserMode" exists and is used to then redirect partial support or nowebgl (with continue button)
Looking at old game code (21.4) i can confirm that before new framework that property was called "Mode" and all was working. After the property has changed in "BrowserMode" in class webfrontend.gui.BadBrowserWindow while checkBrowserSupport function was not updated in same way. So is not like an isolated Opera issue but all not supported or partially supported browser will hang at start due to the same error. I think you can test it loading the game in any other not supported browser. ;)