[E-devel] edje_cc error on Windows

2011-05-31 Thread Vincent Torri


Hey,

Here are the error I get since I updated the repo:

'evas_image_loader.edj' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
ERR:edje edje_calc.c:1880 _edje_image_recalc_apply() Error loading image collection 
"edje/images/154" from file 
"C:\MinGW\msys\1.0\efl\share\elementary/themes/default.edj". Missing EET Evas loader 
module?
ERR:edje edje_calc.c:1899 _edje_image_recalc_apply() Error type: 
EVAS_LOAD_ERROR_UNKNOWN_FORMAT

it seems it fails at loading edje/images/154 155 and 156 only. I don't 
know what those 3 images are (is there a way to know ?).


eet is correctly installed, the loader exists (i tested it with a test 
program). I seems that edje_cc fails at using the eet loader and try the 
generic evas_image_loader.edj instead (which of course does not exist).


So does someone see where I can start digging in the edje_cc code ?

thank you

Vincent--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje_cc error on Windows

2011-05-31 Thread Cedric BAIL
On Tue, May 31, 2011 at 5:14 PM, Vincent Torri  wrote:
> Here are the error I get since I updated the repo:
>
> 'evas_image_loader.edj' n'est pas reconnu en tant que commande interne
> ou externe, un programme exécutable ou un fichier de commandes.
> ERR:edje edje_calc.c:1880 _edje_image_recalc_apply() Error loading image
> collection "edje/images/154" from file
> "C:\MinGW\msys\1.0\efl\share\elementary/themes/default.edj". Missing EET
> Evas loader module?
> ERR:edje edje_calc.c:1899 _edje_image_recalc_apply() Error type:
> EVAS_LOAD_ERROR_UNKNOWN_FORMAT
>
> it seems it fails at loading edje/images/154 155 and 156 only. I don't know
> what those 3 images are (is there a way to know ?).
>
> eet is correctly installed, the loader exists (i tested it with a test
> program). I seems that edje_cc fails at using the eet loader and try the
> generic evas_image_loader.edj instead (which of course does not exist).
>
> So does someone see where I can start digging in the edje_cc code ?

Sounds like an issue in evas or below. edje_cc doesn't start the
generic loader, evas try it when it fail to open with all the other
possibility. For an unknow reason eet loader doesn't work. Maybe add
some printf in eet loader, then inside eet itself. How did you
generate your edj ?
-- 
Cedric BAIL

--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje_cc error on Windows

2011-05-31 Thread Vincent Torri



On Tue, 31 May 2011, Cedric BAIL wrote:


On Tue, May 31, 2011 at 5:14 PM, Vincent Torri  wrote:

Here are the error I get since I updated the repo:

'evas_image_loader.edj' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
ERR:edje edje_calc.c:1880 _edje_image_recalc_apply() Error loading image
collection "edje/images/154" from file
"C:\MinGW\msys\1.0\efl\share\elementary/themes/default.edj". Missing EET
Evas loader module?
ERR:edje edje_calc.c:1899 _edje_image_recalc_apply() Error type:
EVAS_LOAD_ERROR_UNKNOWN_FORMAT

it seems it fails at loading edje/images/154 155 and 156 only. I don't know
what those 3 images are (is there a way to know ?).

eet is correctly installed, the loader exists (i tested it with a test
program). I seems that edje_cc fails at using the eet loader and try the
generic evas_image_loader.edj instead (which of course does not exist).

So does someone see where I can start digging in the edje_cc code ?


Sounds like an issue in evas or below. edje_cc doesn't start the
generic loader, evas try it when it fail to open with all the other
possibility. For an unknow reason eet loader doesn't work. Maybe add
some printf in eet loader, then inside eet itself. How did you
generate your edj ?


edje_cc, it's the elementary theme.

Vincent--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje_cc error on Windows

2011-05-31 Thread Vincent Torri



On Tue, 31 May 2011, Vincent Torri wrote:




On Tue, 31 May 2011, Cedric BAIL wrote:


On Tue, May 31, 2011 at 5:14 PM, Vincent Torri  wrote:

Here are the error I get since I updated the repo:

'evas_image_loader.edj' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
ERR:edje edje_calc.c:1880 _edje_image_recalc_apply() Error loading image
collection "edje/images/154" from file
"C:\MinGW\msys\1.0\efl\share\elementary/themes/default.edj". Missing EET
Evas loader module?
ERR:edje edje_calc.c:1899 _edje_image_recalc_apply() Error type:
EVAS_LOAD_ERROR_UNKNOWN_FORMAT

it seems it fails at loading edje/images/154 155 and 156 only. I don't 
know

what those 3 images are (is there a way to know ?).

eet is correctly installed, the loader exists (i tested it with a test
program). I seems that edje_cc fails at using the eet loader and try the
generic evas_image_loader.edj instead (which of course does not exist).

So does someone see where I can start digging in the edje_cc code ?


Sounds like an issue in evas or below. edje_cc doesn't start the
generic loader, evas try it when it fail to open with all the other
possibility. For an unknow reason eet loader doesn't work. Maybe add
some printf in eet loader, then inside eet itself. How did you
generate your edj ?


edje_cc, it's the elementary theme.


I copied the default.edj theme from linux to Windows, and I have the same 
problem, so there are good chances that there is no problem with the 
creation of the theme.


I'll check the eet loader, then eet itself

thanks

Vincent--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje_cc error on Windows

2011-05-31 Thread rob
On 31/05/11 17:26, Vincent Torri wrote:
>
>
> On Tue, 31 May 2011, Vincent Torri wrote:
>
>>
>>
>> On Tue, 31 May 2011, Cedric BAIL wrote:
>>
>>> On Tue, May 31, 2011 at 5:14 PM, Vincent Torri 
>>> wrote:
 Here are the error I get since I updated the repo:

 'evas_image_loader.edj' n'est pas reconnu en tant que commande interne
 ou externe, un programme exécutable ou un fichier de commandes.
 ERR:edje edje_calc.c:1880 _edje_image_recalc_apply() Error loading
 image
 collection "edje/images/154" from file
 "C:\MinGW\msys\1.0\efl\share\elementary/themes/default.edj". Missing
 EET
 Evas loader module?
 ERR:edje edje_calc.c:1899 _edje_image_recalc_apply() Error type:
 EVAS_LOAD_ERROR_UNKNOWN_FORMAT

 it seems it fails at loading edje/images/154 155 and 156 only. I
 don't know
 what those 3 images are (is there a way to know ?).

 eet is correctly installed, the loader exists (i tested it with a test
 program). I seems that edje_cc fails at using the eet loader and try
 the
 generic evas_image_loader.edj instead (which of course does not exist).

 So does someone see where I can start digging in the edje_cc code ?
>>>
>>> Sounds like an issue in evas or below. edje_cc doesn't start the
>>> generic loader, evas try it when it fail to open with all the other
>>> possibility. For an unknow reason eet loader doesn't work. Maybe add
>>> some printf in eet loader, then inside eet itself. How did you
>>> generate your edj ?
>>
>> edje_cc, it's the elementary theme.
>
> I copied the default.edj theme from linux to Windows, and I have the
> same problem, so there are good chances that there is no problem with
> the creation of the theme.
>
> I'll check the eet loader, then eet itself
>
> thanks
>
> Vincent
>

Is the wallpaper ?module? affected? Going to Picture, then selecting 
picture to have as wallpaper get:

  "Enlightenment was unable to import picture due to conversion errors"

Following shows up on console:

sh: evas_image_loader.thm: not found
sh: evas_image_loader.thm: not found
sh: evas_image_loader.thm: not found
sh: evas_image_loader.thm: not found
sh: evas_image_loader.thm: not found
sh: evas_image_loader.thm: not found
ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER
ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER
edje_cc: Wrote   152 bytes (   0Kb) for "edje_file" header
edje_cc: Error. Unable to load image "pict0646-3310511edt.png" used by 
file "/home/rat/.e/e/backgrounds/pict0646-3310511edt.edj": File (or file 
path) does not exist. Check if path to file "pict0646-3310511edt.png" is 
correct (both directory and file name).
ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER
ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER




rob

--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje_cc error on Windows

2011-05-31 Thread The Rasterman
On Wed, 01 Jun 2011 00:31:52 +0100 rob  said:

> sh: evas_image_loader.thm: not found
> sh: evas_image_loader.thm: not found
> sh: evas_image_loader.thm: not found
> sh: evas_image_loader.thm: not found
> sh: evas_image_loader.thm: not found
> sh: evas_image_loader.thm: not found
> ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER
> ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER
> edje_cc: Wrote   152 bytes (   0Kb) for "edje_file" header
> edje_cc: Error. Unable to load image "pict0646-3310511edt.png" used by 
> file "/home/rat/.e/e/backgrounds/pict0646-3310511edt.edj": File (or file 
> path) does not exist. Check if path to file "pict0646-3310511edt.png" is 
> correct (both directory and file name).
> ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER
> ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER

vincent is talking of a windows port issue. your issue is something already
fixed in svn - update e.

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel