v15 Problems using a ControlEdit instead of a ControlLabel
#1
Hello ... I'm currently developing a skin that uses a SearchDialog function in Kodi. This is the file I'm currently stuck in: http://pastebin.com/fvC6uTsK

If you notice the control with id number 10 is currently a ControlEdit. When I open the window from my script all works well but when I leave the window I get a segfault: http://pastebin.com/dmK44Lsf

Instead if the control is a ControlLabel there is no problem. I want it to be an EditBox since I can input directly what I want to search for. Any ideas?

Here is the python class that controls the view: http://pastebin.com/XEJyjJYD

Thanks in advance
Reply
#2
please test with a recent nightly build of kodi v17 (krypton).

your version of kodi is pretty old, there's the odd change the bug has been fixed already.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
We're pretty close to our first release, so that is not an option for now. Did you manage to see the source code and notice if anything's wrong? Just now if I try to execute from my python script a line with SetLabel("test") on the object, it also segfaults.
Reply
#4
(2016-09-01, 19:18)teratux Wrote: We're pretty close to our first release, so that is not an option for now. Did you manage to see the source code and notice if anything's wrong?
i even tested it ;-)
on kodi 17 that is, it doesn't segfault on my end.

in case there is a bug in isengard, it won't be fixed anymore.
your only option would be to upgrade to jarvis or krypton.

(2016-09-01, 19:18)teratux Wrote: Just now if I try to execute from my python script a line with SetLabel("test") on the object, it also segfaults.

nope, not happening here either
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Problems using a ControlEdit instead of a ControlLabel0