<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title></title>
</head>
<body>
<div class="plainTextContent">
Hi<br />
 <br />
I have managed to fix most of my bugs for my new game, but please could someone<br />
help me with this?<br />
 <br />
I am using olpcgames wrapper.<br />
 <br />
Exception in thread Thread-1:<br />
Traceback (most recent call last):<br />
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner<br />
    self.run()<br />
  File "/usr/lib/python2.6/threading.py", line 477, in run<br />
    self.__target(*self.__args, **self.__kwargs)<br />
  File<br />
"/usr/share/sugar/activities/FreeFromMalaria.activity/olpcgames/canvas.py", line<br />
143, in _start<br />
    gtk.main_quit()<br />
RuntimeError: called outside of a mainloop<br />
 <br />
 <br />
The code is in git://git.sugarlabs.org/freefrommalaria/mainline.git<br />
 <br />
And the main loop is in GameController.py , I cannot for the life of me figure<br />
out where this exception is being raised in my code. I have no idea whats being<br />
called outside the mainloop. Please could any one offer any insight?<br />
 <br />
Thanks in advance.<br />
<br />
 <br />
 
</div>
<p style="margin: 0px;"><span></span></p>
</body>
</html>