Re: [E-devel] understanding eo errors

2012-11-04 Thread [email protected]
Hi, In your case, it seems you try to execute a Edje Smart function to an object that is not Edje Smart, but just Evas Smart (maybe some elm/e widget). I suggest you to put a breakpoint on eina_magic_fail and check the backtrace. Too, you can print the object type stored as string in the evas o

Re: [E-devel] understanding eo errors

2012-11-04 Thread Lucas De Marchi
On Sun, Nov 4, 2012 at 8:57 PM, [email protected] wrote: > Hey, > > looking through all the warnings evry throws, I'm wondering what might cause: > ERRlib/eo/eo.c:405 Can't find func for op 1a4 either it's indeed an op missing in this object, or it's the wrong type of object (for example

[E-devel] understanding eo errors

2012-11-04 Thread [email protected]
Hey, looking through all the warnings evry throws, I'm wondering what might cause: ERRlib/eo/eo.c:405 Can't find func for op 1a4 (Edje_Smart:EDJE_OBJ_SUB_ID_CALC_FORCE) for class 'Evas_Object_Smart'. Aborting. Regards, Hannes -