Jump to content




how can i avoid the "too long without yielding" error?

turtle

  • You cannot reply to this topic
5 replies to this topic

#1 MRX

  • New Members
  • 2 posts

Posted 27 March 2013 - 02:15 PM

there is a way to avoid that error with the cobble generator from http://computercraft...obble_Generator ? i think the sleep(0) is not the most efficient way...

#2 lieudusty

  • Members
  • 419 posts

Posted 27 March 2013 - 02:16 PM

Its the only way without modifying the BIOS

Bleh I was wrong. Ignore this :P

#3 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 27 March 2013 - 02:22 PM

Coroutine protection isn't in the BIOS, it's in the java code itself.

Moved to Ask a Pro.

#4 MysticT

    Lua Wizard

  • Members
  • 1,597 posts

Posted 27 March 2013 - 02:53 PM

Here's a tutorial I wrote about this. You'll have to adapt it to the program, but it's pretty easy. If you have any questions about it just ask.

#5 lieudusty

  • Members
  • 419 posts

Posted 27 March 2013 - 03:43 PM

View PostLyqyd, on 27 March 2013 - 02:22 PM, said:

Coroutine protection isn't in the BIOS, it's in the java code itself.

Moved to Ask a Pro.
Oh. I thought it was in the bios because every time I get too long without yielding the error is in the BIOS.

#6 MRX

  • New Members
  • 2 posts

Posted 27 March 2013 - 04:28 PM

View PostMysticT, on 27 March 2013 - 02:53 PM, said:

Here's a tutorial I wrote about this. You'll have to adapt it to the program, but it's pretty easy. If you have any questions about it just ask.
oh, thanks!
really useful :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users