Jerenaux / phaserquest

Reproduction of Mozilla's BrowserQuest using Phaser, socket.io and Node.js
http://www.dynetisgames.com/2017/03/18/phaser-quest/
MIT License
374 stars 126 forks source link

Game locks up on "Creating World..." #10

Closed DeveloperMCD closed 5 years ago

DeveloperMCD commented 7 years ago

I have the server running OK, and the client seems to load. I type in a character and click "new game". But then the game basically locks up on the phrase "Creating World..."

Is there something I have to do to initialize the Mongo DB? I have Mongo DB installed on the default port and everything. I also made sure all the ports were open on the firewall, etc.

Is there any configuration that needs to be done, to get this to run on a particular server install?

Jerenaux commented 7 years ago

Nope, normally everything works out of the box (if you have all the necessary things installed, which seems to be your case).

Is there any output from the server in the console?

DeveloperMCD commented 7 years ago

No, there is no output on the console.

Jerenaux commented 7 years ago

Just to be sure, I mean the node.js console, not the browser console?