I exported the game from C3 and I am getting a blank page when I try to access the game from any browser.
These are the errors I copied from the browser's console:
Safari
[Error] SyntaxError: 'break' is only valid inside a switch or loop statement.
(anonymous function) (c2runtime.js:2)
[Error] TypeError: window.cr_createRuntime is not a function. (In 'window.cr_createRuntime({
exportType: "html5"
})', 'window.cr_createRuntime' is undefined)
Start (start.js:7)
[/code:1e8pci92]
Opera:
[code:1e8pci92]c2runtime.js:2 Uncaught SyntaxError: Illegal break statement
at c2runtime.js:2
c2runtime.js:2 Uncaught TypeError: g_a.g_jt is not a function
at g.g_iy (c2runtime.js:2)
at XMLHttpRequest.g_gb.e.onload (c2runtime.js:2)[/code:1e8pci92]