I put months of work into my first game, never exported it though in later versions, just tested it daily in C2´s previewer & debugger from the capx file. Today after finally managing implementing highscores on a mysql database I did my first export and uploaded, ready to finish it.
I get a damned black screen after the preloader icon and progress bar finish loàding! Pretty desperate...
In FF I managed to see my game menu layout once, never after. I´m used to get and solve game breaking errors every day but this is a bit much
First I removed the recent Ajax additions, nope wasn´t it. Developer tools in FF and Chrome show me different errors. FF is missing some sound formats, probably a MIME type thing, so I deleted all sounds from project, didn´t help. Also deleted all Spriter files & assets to see if that is the issue. Apparently not.
Chrome´s developer tools console shows this error dozens of times a second->
c2runtime.js:243 Uncaught TypeError: Cannot read property 'type' of null.
FF konsole says error is in
C2runtime_ 243:145
Could "type" be an undefined variable of same name I use in certain object families?
In C2´s previewer the game runs without problems though.
So does the runtime line 243 from browser help me somehow find the reason for all this or does anybody have an idea what´s going on here?