love2d-book icon indicating copy to clipboard operation
love2d-book copied to clipboard

Error in livecodes

Open desk467 opened this issue 9 years ago • 2 comments
trafficstars

For some reason, the last livecode in "Better Steering" does not work. An image with the state of livecode and the console log:

Screenshot

desk467 avatar Feb 18 '16 13:02 desk467

I know about this, but I don't know why it happens, it's consistently the last example but on it's own it works fine.

Paging @TannerRogalsky I don't know how to debug love.js

I have a feeling that it has to do with the number of modules running in parallel, and that it might resolve itself once I do lazy-initialization (creating modules when they get focus)

s-ol avatar Feb 18 '16 15:02 s-ol

You need to use the debug build to get anything close to a usable error message. https://github.com/TannerRogalsky/love.js/tree/master/debug

TannerRogalsky avatar Feb 18 '16 15:02 TannerRogalsky