war2edit icon indicating copy to clipboard operation
war2edit copied to clipboard

issues for saving

Open Wastedzz opened this issue 4 years ago • 1 comments

Hi, thanks for you wonderful contribution. I have an issue about failing to save the generated map, the terminal reports:

"ERR<58738>:eina_safety ../src/lib/elementary/efl_ui_focus_manager_calc.c:150 _manager_in_chain_set() safety check failed: manager == NULL"

How can I fix this?

Wastedzz avatar Nov 12 '21 04:11 Wastedzz

Hi, I think this message is "just" EFL being overly verbose. Also, these messages change from one version to another. As long as maps can be saved without corrupting any data, I think you can try to set an environment variable to hide such messages. I don't have a development environment with EFL around anymore, but I guess that setting something like export EINA_LOG_LEVELS="eina_safety:0 could do the trick.

jeanguyomarch avatar Nov 17 '21 14:11 jeanguyomarch