-
Notifications
You must be signed in to change notification settings - Fork 2
line 14362: Uncaught TypeError: Cannot read property 'GetState' of null #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Further to the above, here is the console output: Loading '../JSIL/Libraries/Polyfills.js'... Warning: JSIL.Browser.js:199 Warning: JSIL.Browser.js:199 Error: 192:168.1.80/:146 module.printErr @ 192.168.1.80/:46 Warning Warning :8080/SampleFNA/soft_oal.js:4 Error :8080/SampleFNA/bin/JSIL/FNA,%20Version=0.0.0.1,%20Culture=neutral,%20PublicKeyToken=null.js:14360 |
I figured out it is because ... hmmm. |
This in turn seems to be happening because LoadContent is not being called. var flag = (this._graphicsDeviceService !== null) && graphicsDeviceService (and GraphicsDevice) are both not null ... so it is this call to $IM02 which is returning false. $IM02 is calling this: function InterfaceMethod_CallInterface_I753$get_GraphicsDevice$void$eq619(thisReference, ga) { |
Apologies if this is the wrong place to ask for help.
I have installed the SDKs, built the content, run the .bat files ...
When I load the index page, it gives a bunch of loading messages,
then I get the "Starting" message, and then I get this:
Loading data ... done.
OpenGL Device: WebKit WebGL
OpenGL Driver: WebGL 1.0 (OpenGL ES 2.0 Chromium)
OpenGL Vendor: WebKit
Using EXT_swap_control_tear VSync!
Unhandled exception at http://192.168.1.80:8080/SampleFNA/bin/JSIL/FNA,%20Version=0.0.0.1,%20Culture=neutral,%20PublicKeyToken=null.js line 14362:
Uncaught TypeError: Cannot read property 'GetState' of null
Thanks if you could point me in the right direction. :-)
Andrew
The text was updated successfully, but these errors were encountered: