TannerRogalsky / love.js

LÖVE ported to the web using Emscripten
MIT License
491 stars 52 forks source link

Stuck at "syncing filesystem" #55

Open slmjkdbtl opened 6 years ago

slmjkdbtl commented 6 years ago

It works right few days ago and I haven't changed the code. Now I tried to run it stucks at syncing filesystem

TannerRogalsky commented 6 years ago

Sounds like a browser update broke something? A few questions: are you both using the same browser? And you using the 0.10.x port on the master branch or the 0.11 port on the 0.11 branch?

slmjkdbtl commented 6 years ago

@TannerRogalsky I'm using the master branch. Tried chrome, safari and firefox and they all crashes at running now. It's weird it works at first, and it never works after like 2 weeks

slmjkdbtl commented 6 years ago

I found the problem, I was passing the .love file instead of the project folder.