Away3D: Error #2044: Unhandled ErrorEvent:. text=Error #3702: Context3D not available.

If you have an error like this when compiling an Away3D mobile project, check your application.xml and search for these 2 nodes, renderMode and depthAndStencil


       <  renderMode > direct < /renderMode  >

      < depthAndStencil > true < /depthAndStencil  >


If they are commented, uncomment them and recompile. That should deal with the problem

1 comments:

Sachin Potdar said...

Thanks for suggestions....

It really works after inserting these two parameters.

My Instagram