34 posts
Posted 15 April 2013 - 03:15 PM
So whenever I try to paint something it gives me this error. io:71: too long without yielding
even if I paint something really simple it still gives me that.
2447 posts
Posted 15 April 2013 - 09:05 PM
Do you have a lot of files on the Computer?
818 posts
Posted 15 April 2013 - 10:43 PM
You have probably overwritten a root function. Try restarting the computer.
34 posts
Posted 16 April 2013 - 05:47 AM
Ok, And yeah. I have quite a bit of files on the computer, ill try on another and see if it still happens
Edit: Hmmm, even on another computer it still happens. Anyway gtg to school. Be back on around 3-4 Pacific
767 posts
Posted 16 April 2013 - 05:56 AM
Are you on Server / Singleplayer?
40 posts
Posted 16 April 2013 - 07:47 AM
I Keep Getting That Error Aswell
Get nPaintPro If It Happens Again
175 posts
Posted 16 April 2013 - 10:13 AM
Confirming the error, had it happen both in MC and ccemu, no overwritten functions.
34 posts
Posted 16 April 2013 - 12:35 PM
Singleplayer.
34 posts
Posted 23 April 2013 - 05:38 AM
Is anyone gonna respond?
1688 posts
Location
'MURICA
Posted 23 April 2013 - 05:46 AM
The program is taking too long to save your image. In some cases, it doesn't reach the end of the image when going through each individual pixel, converting it to hex, and writing it to a buffer.
It's a problem that can be solved easily using os.clock() to yield with every 1-2 second difference while saving (or doing any other major operations). So in other words, it's a bug with the program.