Kodi 16.0 Crashes at Startup
#1
I had been using Kodi 16.0 Alpha successfully for nearly 6 months. After installing a new skin yesterday, Kodi crashed and now it crashes at startup/init. I tried installing 16.0 Final and an Alpha of 17.0 (both from source) but it's the same problem. It crashes after about 2 or 3 seconds. Here's what seems to be a relevant part of the crash log:

Core was generated by `/usr/local/lib64/kodi/kodi.bin'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000000000a83db9 in ActiveAE::CActiveAE::MixSounds (this=this@entry=0x4dc0990, dstSample=...) at Engines/ActiveAE/ActiveAE.cpp:2166
2166 int available_samples = it->sound->GetSound(false)->nb_samples - it->samples_played;
[Current thread is 1 (LWP 2498)]

If I need to post the whole thing, I can. Any ideas?

EDIT: I'm running this on OpenSUSE Tumbleweed, 4.4 Kernel
Reply
#2
Post a full backtrace and a Debug Log it smells like custom ffmpeg fuckup.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
Good call on the ffmpeg fuckup. I had tried to statically link ffmpeg 3.0 to fix my crashing problem and that was indeed the source of the error message. I recompiled with --with-ffmpeg=force and the error message (but not the crashing) went away. Here is the full crash log and debug log. By debug log, I'll assume you mean ~/.kodi/temp/kodi.log
Crash log: http://pastebin.com/MLHatq2V
Debug Log: http://pastebin.com/sLBbizY5
Reply
#4
it crashes in python(ssl) - script.tvtunes. Try removing that
Reply
#5
I apologize for my English, I'm from Rossii. At me after updating to version 16 there is an eternal restarting. Help, what to do?
Log: http://pastebin.com/apX6Suav
Reply
#6
(2016-02-25, 11:54)ks95658524 Wrote: I apologize for my English, I'm from Rossii. At me after updating to version 16 there is an eternal restarting. Help, what to do?
Log: http://pastebin.com/apX6Suav

You have an UPNP server issue, please disable this server and see if the issue persists. You are not alone, have seen this issue now at least 5 times ... but you are off topic in this thread here :-)
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#7
(2016-02-25, 11:56)fritsch Wrote:
(2016-02-25, 11:54)ks95658524 Wrote: I apologize for my English, I'm from Rossii. At me after updating to version 16 there is an eternal restarting. Help, what to do?
Log: http://pastebin.com/apX6Suav

You have an UPNP server issue, please disable this server and see if the issue persists. You are not alone, have seen this issue now at least 5 times ... but you are off topic in this thread here :-)

thank you. helped it seems.
Reply
#8
I removed script.tvtunes and that seems to have fixed the problem! Thanks!
It still crashes at exit but that's a different (and less urgent) problem.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi 16.0 Crashes at Startup0