I cannot reproduce such an error with basic application. Can you? Also, can you reproduce it after resetting emulator to factory state? (Use Options > Sailfish OS > Emulator > Factory reset… inside the IDE)
Thank you @martyone , it fixed the issue for me. It is strange that it start appearing after upgrade of sdk, I thought that it reinstall whole image after every sdk update…
You are right. Maybe you got some configuration package picked up during dependency resolution, which was meant for real devices instead of the emulator. So you may also reproduce it again later. If that happens, I would suggest to compare the list of installed packages (sfdk emulator exec rpm -qa) prior to and after doing factory reset, which could give us a clue. It sounds like something to be improved.