Davidobot / love.js

LÖVE ported to the web using Emscripten, updated to the latest Emscripten and LÖVE (v11.5)
MIT License
605 stars 27 forks source link

Uncaught RuntimeError: indirect call to null #68

Open piface314 opened 1 year ago

piface314 commented 1 year ago

After dealing with issues #41 and #42, I ran into a rather cryptic error, which just says Uncaught RuntimeError: indirect call to null on the console, after downloading game data, and right before running any game related code. What could be the cause?

I'm using Firefox, LÖVE 11.4, and using python -m http.server to serve the output folder from love.js. I'm running npx love.js with options -c and -m, with -m set to an arbitrarily large value, to avoid #42. I tried on different .love files and the error is the same.