war2 / war2edit

Warcraft II World Map Editor
https://war2.github.io/war2edit/
MIT License
19 stars 3 forks source link

issues for saving #38

Open Wastedzz opened 2 years ago

Wastedzz commented 2 years ago

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?

jeanguyomarch commented 2 years ago

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.