Kodi Community Forum
kodi 17 installed but will not launch in ubuntu - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: kodi 17 installed but will not launch in ubuntu (/showthread.php?tid=314914)

Pages: 1 2 3 4 5 6


RE: kodi 17 installed but will not launch in ubuntu 17.04 - pcaroselli - 2017-05-20

Can I post also my experience ? I've got the same error and the result of the two command line give by DaVu, I obtained these:
1) http://termbin.com/47rd
2) http://termbin.com/phvy

could you help me?
Lino


RE: kodi 17 installed but will not launch in ubuntu 17.04 - fritsch - 2017-05-20

Where is your Debug Log?


RE: kodi 17 installed but will not launch in ubuntu 17.04 - pcaroselli - 2017-05-20

############## Kodi CRASH LOG ###############

################ SYSTEM INFO ################
Date: sab 20 mag 2017, 16.56.18, CEST
Kodi Options:
Arch: x86_64
Kernel: Linux 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015
Release: Ubuntu 14.04.5 LTS, Trusty Tahr
############## END SYSTEM INFO ##############

############### STACK TRACE #################
=====> Core file: /home/lino/core (2017-05-20 16:56:18.511380000 +0200)
=========================================
[New LWP 5188]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/x86_64-linux-gnu/kodi/kodi.bin'.
Program terminated with signal SIGABRT, Aborted.
#0 0x00007f91668aac37 in raise () from /lib/x86_64-linux-gnu/libc.so.6

Thread 1 (Thread 0x7f916db8c840 (LWP 5188)):
#0 0x00007f91668aac37 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f91668ae028 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00007f9166eb2535 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3 0x00007f9166eb06d6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4 0x00007f9166eb0703 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5 0x00007f9166eb0922 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6 0x00007f9166f02955 in std::__throw_regex_error(std::regex_constants::error_type) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#7 0x0000000000c089d9 in std::__detail::_Compiler<char const*, std::regex_traits<char> >::_M_disjunction() ()
#8 0x0000000000c0838c in std::__detail::_Compiler<char const*, std::regex_traits<char> >::_M_atom() ()
#9 0x0000000000c087ca in std::__detail::_Compiler<char const*, std::regex_traits<char> >::_M_alternative() ()
#10 0x0000000000c08994 in std::__detail::_Compiler<char const*, std::regex_traits<char> >::_M_disjunction() ()
#11 0x0000000000c08d5b in std::__detail::_Compiler<char const*, std::regex_traits<char> >::_Compiler(char const* const&, char const* const&, std::regex_traits<char>&, unsigned int) ()
#12 0x0000000000c09160 in std:Confusedhared_ptr<std::__detail::_Automaton> std::__detail::__compile<char const*, std::regex_traits<char> >(char const* const&, char const* const&, std::regex_traits<char>&, unsigned int) ()
#13 0x00000000008220a3 in ?? ()
#14 0x0000000002002d7d in __libc_csu_init ()
#15 0x00007f9166895ed5 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#16 0x000000000085d3d3 in _start ()
############# END STACK TRACE ###############

################# LOG FILE ##################

Logfile not found in the usual place.
Please attach it separately.
Use pastebin.com or similar for forums or IRC.

############### END LOG FILE ################

############ END Kodi CRASH LOG #############


RE: kodi 17 installed but will not launch in ubuntu 17.04 - fritsch - 2017-05-20

Where do you see "the same error"? I cannot follow.


RE: kodi 17 installed but will not launch in ubuntu 17.04 - pcaroselli - 2017-05-20

When I run Kodi from menu does not happen nothing. If I run kodi in terminal sudo kodi thi is the error:
lino@lino ~ $ sudo kodi
[sudo] password for lino:
terminate called after throwing an instance of 'std::regex_error'
what(): regex_error
Aborted (core dumped)
Crash report available at /home/lino/kodi_crashlog-20170520_204337.log


RE: kodi 17 installed but will not launch in ubuntu 17.04 - nickr - 2017-05-20

Don't run kodi as root, leave the sudo out.


RE: kodi 17 installed but will not launch in ubuntu 17.04 - pcaroselli - 2017-05-20

I understand, but if I run kodi from menu under application it does not work and automatically write a log error that I put


RE: kodi 17 installed but will not launch in ubuntu 17.04 - wsnipex - 2017-05-20

mv ~/.kodi ~/.kodi.bak


RE: kodi 17 installed but will not launch in ubuntu 17.04 - pcaroselli - 2017-05-20

that is very very strange. I run "mv ~/.kodi ~/.kodi.bak" and the answer was /home/lino/.kodi: File o directory does not exist.

But I see Kodi under menu and in MintInstall there are Kodi installe with all the things bin, pvr iptvsimple,pvr mythtv etc.


RE: kodi 17 installed but will not launch in ubuntu 17.04 - nickr - 2017-05-21

open a terminal as your own user, not root. Don't use sudo at all for running kodi.

Now at your terminal window start kodi.
Code:
kodi



RE: kodi 17 installed but will not launch in ubuntu 17.04 - pcaroselli - 2017-05-21

nothing. The result is:

lino@lino ~ $ kodi
terminate called after throwing an instance of 'std::regex_error'
what(): regex_error
Aborted (core dumped)
find: "/home/lino/.cache/dconf": Permesso negato
Crash report available at /home/lino/kodi_crashlog-20170521_142429.log
lino@lino ~ $


RE: kodi 17 installed but will not launch in ubuntu 17.04 - fritsch - 2017-05-21

the result is, you broke your system running with sudo ...

Code:
sudo chown lino:lino /home/lino/.kodi -R
sudo chown lino:lino /home/lino/.cache -R
sudo chown lino:lino /home/lino/.config -R



RE: kodi 17 installed but will not launch in ubuntu 17.04 - pcaroselli - 2017-05-21

I've been blocked at the first step:

sudo chown lino:lino /home/lino/.kodi -R

lino@lino ~ $ sudo chown lino:lino /home/lino/.kodi -R
[sudo] password for lino:
chown: impossible to access to "/home/lino/.kodi": File o directory does not exist
lino@lino ~ $


RE: kodi 17 installed but will not launch in ubuntu 17.04 - fritsch - 2017-05-21

I think you should switch your distribution to something like libreelec via: www.libreelec.tv - with the provided information no on can help you. For me it looks like your home directory is read-only and kodi cannot create its home directory ...


RE: kodi 17 installed but will not launch in ubuntu 17.04 - pcaroselli - 2017-05-21

I tried to create the directory .kodi and works. After that I run the command to unblock eventually 'home/lino, the command is: sudo chmod 777 -R (file path).

Now I ask, can you send me all the command to totally clean and remove kodi. I want to try to reinstall everything