seoz pushed a commit to branch master. http://git.enlightenment.org/apps/enjoy.git/commit/?id=c0bcab4f3b256664e4fb109db7c6995c45afc5cd
commit c0bcab4f3b256664e4fb109db7c6995c45afc5cd Author: Sanjeev BA <[email protected]> Date: Tue Feb 25 13:46:56 2014 +0900 Better error msg. Signed-off-by: Sanjeev BA <[email protected]> --- src/bin/win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/win.c b/src/bin/win.c index 82d1026..180b93f 100644 --- a/src/bin/win.c +++ b/src/bin/win.c @@ -937,7 +937,7 @@ win_new(App *app) w->emotion = emotion_object_add(evas_object_evas_get(w->win)); if (!emotion_object_init(w->emotion, NULL)) { - CRITICAL("could not create emotion engine"); + CRITICAL("could not create emotion engine : please ensure you have emotion_generic_players and emotion"); goto error; } emotion_object_video_mute_set(w->emotion, EINA_TRUE); --
