[Sugar-devel] dbus exception

2015-09-02 Thread Tony Anderson
Another problem. The Quiz activity crashes in various ways. On some occasions, it completes normally. The log shows no error messages. However, it reports in some cases terminated with signal 6 or signal 11. Using try, I was able to narrow it down to a datastore.get. The exception is

Re: [Sugar-devel] dbus exception

2015-09-02 Thread Tony Anderson
Hi, Gonzalo Sadly, the log shows nothing. I get the exception on a try: datastore.get(obj) (where obj = olpcgames.ACTIVITY.game_handle) where the activity uses the standard olpcgames activity.py, the activity.py in olpcgames has: def __init__(self, handle): if handle.object_Id:

Re: [Sugar-devel] dbus exception

2015-09-02 Thread Gonzalo Odiard
Hi Tony, Could you attach log files and link to the activity version you are using? The information provided is not enough to guess what is happening "DBusException('Did not receive a reply, ...)." means the datastore is not replying, (or is taking a too log time) but why that is happening is not