Search found 2 matches

by Rusketh
Mon Jun 12, 2017 7:23 pm
Forum: Support and Development
Topic: Attempt to yield across C-call boundary
Replies: 4
Views: 5135

Re: Attempt to yield across C-call boundary

Yep, lua simply does not support yeild from inside a debughook. I tried to do this with a few projects in gmod and eventualy a bunch of us found out that native lua just can not do it. I think its because the debughook is not called with in the same luastack as the co-routine but instead is called b...
by Rusketh
Mon Jun 12, 2017 7:14 pm
Forum: Support and Development
Topic: Issues drawing a frame.
Replies: 0
Views: 1661

Issues drawing a frame.

Hi all, Fairly new to love but not new to lua and definitely not new to programming/scripting in general. So I started work on my first game and I got to a point I was happy that I had love2D figured. https://love2d.org/imgmirrur/7nM8i8j.png So that was really good, the start of my first game, so pr...