[Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Sam Parkinson
Hi, I was trying to run a web activity on an XO with the 102 image, but no matter what activity I run I just get: 1397035392.644876 ERROR root: Using port 56277 /usr/lib/python2.7/site-packages/gi/module.py:151: Warning: cannot register existing type `WebKitWebResource' g_type =

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Gonzalo Odiard
I don't know what could be the error, but thanks for reporting! Gonzalo On Wed, Apr 9, 2014 at 6:46 AM, Sam Parkinson sam.parkins...@gmail.comwrote: Hi, I was trying to run a web activity on an XO with the 102 image, but no matter what activity I run I just get: 1397035392.644876 ERROR

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Daniel Narvaez
The sugar-build errors sounds like missing Mesa/gl bits, which are probably not part of the platform yet. What are you trying to do? On Wednesday, 9 April 2014, Sam Parkinson sam.parkins...@gmail.com wrote: Hi, I was trying to run a web activity on an XO with the 102 image, but no matter

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Sam Parkinson
I am trying to: * run the 2048 Activity ( http://activities.sugarlabs.org/en-US/sugar/addon/4738 ) * use the 'handwritten' (notebook) theme in sugar slides ( https://github.com/SAMdroid-apps/sugar-slides ). That theme has 2 fonts to load so maybe that is it? On Apr 9, 2014 8:11 PM, Daniel Narvaez

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Gonzalo Odiard
Are you using css animations? Manuq reported problems with that in specific hardware Can you test the Memorize web activity and see if you have the same error, when the game finish and the pieces rotate? Gonzalo On Wed, Apr 9, 2014 at 7:37 AM, Sam Parkinson sam.parkins...@gmail.comwrote: I

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Sam Parkinson
Yep, 2048 does have css animations. Memorize web does crash too! But slides doesn't use animations, and the @font-face works a charm elsewhere, so I don't know what is going on there :( On Wed, Apr 9, 2014 at 8:43 PM, Gonzalo Odiard godi...@sugarlabs.orgwrote: Are you using css animations?

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Gonzalo Odiard
Would be good have these issues documented in the wiki. Gonzalo On Wed, Apr 9, 2014 at 7:56 AM, Sam Parkinson sam.parkins...@gmail.comwrote: Yep, 2048 does have css animations. Memorize web does crash too! But slides doesn't use animations, and the @font-face works a charm elsewhere, so I

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Jerry Vonau
How about actually using the preexisting bug tracker: http://bugs.sugarlabs.org Jerry On April 9, 2014 at 6:08 AM Gonzalo Odiard godi...@sugarlabs.org wrote: Would be good have these issues documented in the wiki. Gonzalo On Wed, Apr 9, 2014 at 7:56 AM, Sam Parkinson

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Gonzalo Odiard
True. Better use trac. On Wed, Apr 9, 2014 at 8:17 AM, Jerry Vonau m...@jvonau.ca wrote: How about actually using the preexisting bug tracker: http://bugs.sugarlabs.org Jerry On April 9, 2014 at 6:08 AM Gonzalo Odiard godi...@sugarlabs.org wrote: Would be good have these issues

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Sam Parkinson
Cool, bug URL: http://bugs.sugarlabs.org/ticket/4760 On Apr 9, 2014 9:18 PM, Gonzalo Odiard godi...@sugarlabs.org wrote: True. Better use trac. On Wed, Apr 9, 2014 at 8:17 AM, Jerry Vonau m...@jvonau.ca wrote: How about actually using the preexisting bug tracker: http://bugs.sugarlabs.org

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Jerry Vonau
My gut feeling is this is related to the new viewhelp.py and its import of webkit. Jerry On April 9, 2014 at 6:28 AM Sam Parkinson sam.parkins...@gmail.com wrote: Cool, bug URL: http://bugs.sugarlabs.org/ticket/4760 On Apr 9, 2014 9:18 PM, Gonzalo Odiard godi...@sugarlabs.org wrote:

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Gonzalo Odiard
I have tested removing the import and webview references in viewhelp.py and the error continue. Also, the helpview is in the sugar process, not in the activity process. Just as a reference, 0.102 images are using the webkit1 implementation. I have tested it in sugar-build and show the same error

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Daniel Narvaez
Ok. Those are probably using OpenGL. I think these days support for gl should really be in the platform, but we should probably propose and discuss that explicitly. On Wednesday, 9 April 2014, Sam Parkinson sam.parkins...@gmail.com wrote: I am trying to: * run the 2048 Activity (

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Gonzalo Odiard
I found two problems with the web activities using webkit1 The first can be solved with http://ur1.ca/h1lgy the second with http://ur1.ca/h1lh4 I understand the first problem, but still can't understand the second. Gonzalo On Wed, Apr 9, 2014 at 1:44 PM, Daniel Narvaez dwnarv...@gmail.com

Re: [Sugar-devel] Really bad web activity crashes on XO

2014-04-09 Thread Daniel Narvaez
Is the server listening on 127.0.0.1? I wonder if the server refuses the connection because of that. It wouldn't easily explain the fact that it works with chrome, but maybe libsoup and chrome handles 0.0.0.0 differently. On Wednesday, 9 April 2014, Gonzalo Odiard godi...@sugarlabs.org wrote: I