Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I am working on a multiplayer game for WebGL platform and i am using (http://lockstep.io/ - SocketIo & node.js server ) for handling the game.

I am facing these issues as shown in the attached image.

I have no idea about what these errors state?

I don't think that the issue is from my coding side as my multiplayer game runs perfectly in standalone builds with more than 4 instances of the standalone build.

But it does not even open in my WebGL build.

Does WebGL does not support threading??

Please guide. What are these errors all about? Can these issues be solved?? or Do i have to change my whole project implementation?

Thank you![enter image description here]1

share|improve this question

WebGl does not support threading currently. As for your error, I can't say what it is exactly. It's still tough to debug WebGL builds.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.