Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elementary_tests.exe: Prefs explode on errors #426

Open
Coquinho opened this issue Sep 10, 2020 · 2 comments
Open

elementary_tests.exe: Prefs explode on errors #426

Coquinho opened this issue Sep 10, 2020 · 2 comments
Labels
windows-native Related to port of EFL to natively compile in Windows with clang-cl

Comments

@Coquinho
Copy link
Contributor

Current behavior

Just from opening it return errors like:

ERR:edje ../src/lib/edje/edje_embryo.c:4719 _edje_embryo_test_run() You are running Embryo->EDC->Embryo with script program '_p2';
A run_program runs the '2'th program 'call_animation,state1' in the group 'prefs_edje' of file C:/Users/coku/source/efl/prefix/share/elementary/objects/test_prefs.edj;
By the power of Grayskull, your previous Embryo stack is now broken!
ERR:edje ../src/lib/edje/edje_embryo.c:4719 _edje_embryo_test_run() You are running Embryo->EDC->Embryo with script program '_p3';
A run_program runs the '3'th program 'call_animation,state2' in the group 'prefs_edje' of file C:/Users/coku/source/efl/prefix/share/elementary/objects/test_prefs.edj;
By the power of Grayskull, your previous Embryo stack is now broken!
ERR:edje ../src/lib/edje/edje_embryo.c:4719 _edje_embryo_test_run() You are running Embryo->EDC->Embryo with script program '_p2';
A run_program runs the '2'th program 'call_animation,state1' in the group 'prefs_edje' of file C:/Users/coku/source/efl/prefix/share/elementary/objects/test_prefs.edj;
By the power of Grayskull, your previous Embryo stack is now broken!

And by sliding a bit any of the two sliders errors similar to this raised:

ERR:eina_safety ../src/lib/elementary/efl_ui_textbox.c:3307 _efl_ui_textbox_efl_ui_scrollable_scroll_hold_set() safety check failed: sd->scroller == NULL
ERR:eina_safety ../src/lib/elementary/efl_ui_textbox.c:3307 _efl_ui_textbox_efl_ui_scrollable_scroll_hold_set() safety check failed: sd->scroller == NULL
ERR:eina_safety ../src/lib/elementary/efl_ui_textbox.c:3307 _efl_ui_textbox_efl_ui_scrollable_scroll_hold_set() safety check failed: sd->scroller == NULL
ERR:eina_safety ../src/lib/elementary/efl_ui_textbox.c:3307 _efl_ui_textbox_efl_ui_scrollable_scroll_hold_set() safety check failed: sd->scroller == NULL

Expected behavior

To don't throw all those errors.
Besides the errors being throw, the application actually seems to work as it does on the master branch, but I couldn't understand what it should do.

Steps to reproduce

  1. Run elementary_test.exe
  2. Open Prefs - this is enough to see the first group of errors.
    3, Play a little with the slider - this should yield the second group of errors
@Coquinho
Copy link
Contributor Author

Oh, those errors actually happen on linux too

@joaoantoniocardoso
Copy link
Contributor

Just to mention that the message By the power of Grayskull, your previous Embryo stack is now broken! is mentioned in #432 too.

@joaoantoniocardoso joaoantoniocardoso added the windows-native Related to port of EFL to natively compile in Windows with clang-cl label Sep 15, 2020
@JPTIZ JPTIZ added this to the Natively Compile in Windows milestone Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows-native Related to port of EFL to natively compile in Windows with clang-cl
Projects
None yet
Development

No branches or pull requests

3 participants