Linux Fedora 22 Kodi crashes on start
#1
Hi, I'm trying to install kodi on a fedora 22 workstation, but when I launch kodi it crashes. Someone can help me please? On another fedora 22 workstation it works well and I dont understand what happens here.

crash log here -> http://pastebin.com/PWLr9WFS

Thank you
Reply
#2
Quote:20:05:26 T:139831634327872 NOTICE: WARNING: unsupported ffmpeg version detected
^^ it crashes exactly in your non supported ffmpeg version Sad
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
mmm......
rpm -qa | grep ffmpeg
ffmpeg-2.6.4-1.fc22.x86_64
ffmpeg-xpra-2.7.2-1.fc22.x86_64
ffmpeg-libs-2.6.4-1.fc22.x86_64

What is the supported version? And how can I install it?
Reply
#4
Crash is not related to ffmpeg. I have the same version on another fedora22 workstation (with the same WARNING in logs) and kodi works well......
Reply
#5
if you're the expert then tell us why it crashes?
Your backtrace clearly says it deep inside libavutil. Go and report your issue to the fedora guys that still think they know better then the ones writing kodi.
Reply
#6
Quote:#0 0x00007f2d0e6cb9e2 in av_opt_next () from /lib64/libavutil.so.54

^^ not our file.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#7
@wsnipex: you are a genius..... a really useful answer. thank you.

@fritsch: thank you for your support... are you using another version of libavutil? However, I'm sorry... I don't want "accuse" anyone of problems on my workstation. I'm not an expert of kodi and is not easy for me understand that the problem was libavutil.
Reply
#8
From what I see without knowing what fedora does. You seem to have different mixed version of different ffmpeg components running. What is this doing: ffmpeg-xpra-2.7.2-1.fc22.x86_64 vs. the 2.6.4 versions?

Try to edit guisettings.xml and disable menu sounds :-)
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#9
Hi, I am using OpenSuse 42.1 Leap and installed kodi but it crashes on startup. Can you please tell me what to do? (kinda new to this stuff) Sad
Here is the crash log: http://pastebin.com/gACwMS1L
It seems like i get the same error about the ffmpeg...
Reply
#10
(2015-12-14, 13:10)klalala Wrote: Hi, I am using OpenSuse 42.1 Leap and installed kodi but it crashes on startup. Can you please tell me what to do? (kinda new to this stuff) Sad
Here is the crash log: http://pastebin.com/gACwMS1L
It seems like i get the same error about the ffmpeg...

No - it does not seem like it. Please install gdb and post again as we did not get a backtrace.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#11
At least got a solution for opensuse leap 42.1.
Update all ffmpeg packages to packman repository:
Code:
i | ffmpeg            | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libavcodec56      | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libavdevice56     | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libavfilter5      | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libavformat56     | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libavresample2    | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libavutil54       | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libpostproc53     | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libswresample1    | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libswscale3       | Paket | 2.8.3-39.1          | x86_64 | Packman Repository
Reply
#12
(2015-12-14, 16:07)fritsch Wrote:
(2015-12-14, 13:10)klalala Wrote: Hi, I am using OpenSuse 42.1 Leap and installed kodi but it crashes on startup. Can you please tell me what to do? (kinda new to this stuff) Sad
Here is the crash log: http://pastebin.com/gACwMS1L
It seems like i get the same error about the ffmpeg...

No - it does not seem like it. Please install gdb and post again as we did not get a backtrace.

i installed gdb
heres the new crash log: http://pastebin.com/CyL1jjMi

also when i run kodi from terminal i get:
/usr/bin/kodi: line 165: 27775 Segmentation fault (core dumped) "$LIBDIR/${bin_name}/${bin_name}.bin" $SAVED_ARGS

after that it crashes
Reply
#13
(2015-12-15, 13:32)kiloalphaindia Wrote: At least got a solution for opensuse leap 42.1.
Update all ffmpeg packages to packman repository:
Code:
i | ffmpeg            | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libavcodec56      | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libavdevice56     | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libavfilter5      | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libavformat56     | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libavresample2    | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libavutil54       | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libpostproc53     | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libswresample1    | Paket | 2.8.3-39.1          | x86_64 | Packman Repository      
i | libswscale3       | Paket | 2.8.3-39.1          | x86_64 | Packman Repository

i tried updating all but it did not work :\ thank you though Smile
Reply
#14
(2015-12-16, 16:16)klalala Wrote: i installed gdb
heres the new crash log: http://pastebin.com/CyL1jjMi

It still doesn't contain a backtrace, nor is debugging enabled. I'm afraid we'll have to point you to opensuse, as they prefer to release those patched builds we specifically advice against.
Reply

Logout Mark Read Team Forum Stats Members Help
Fedora 22 Kodi crashes on start0