crash on new build
#1
I built a new Kodi and it crashes, apparently updating db.
what could I do ?
thanks

Edit: inline log removed.
Reply
#2
You can install gdb and reproduce so you get a stack trace, then upload the log to pastebin or xbmclogs and link to it here instead of pasting it in the forum.
Reply
#3
here it is
http://xbmclogs.com/show.php?id=292520
Reply
#4
Quote:19:04:54 T:140700258019648 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
19:04:54 T:140700258019648 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)

Sure that you did sudo make install correctly?

Quote:19:04:55 T:140700258019648 INFO: GUI format 1920x1080, Display 1920x1080@ 30.00 - Full Screen
19:04:55 T:140700258019648 DEBUG: guilib: Fill viewport on change for solving rendering passes
19:04:55 T:140700258019648 DEBUG: SECTION:LoadDLL(libcurl-gnutls.so.4)
19:04:55 T:140700258019648 DEBUG: Loading: libcurl-gnutls.so.4
19:04:55 T:140700258019648 NOTICE: Running database version Addons16
19:04:55 T:140700258019648 DEBUG: Initialize, updating databases...
19:04:55 T:140700258019648 NOTICE: Running database version ViewModes6
19:04:55 T:140700258019648 NOTICE: Running database version Textures13
19:04:55 T:140700258019648 NOTICE: Running database version MyMusic48
19:04:55 T:140700258019648 NOTICE: Running database version MyVideos89
19:04:55 T:140700258019648 ERROR: SQL: SQL error or missing database
Query: SELECT idVersion FROM version

Remove your .xbmc directory and make sure that this .xbmc directory is owned by the user running it.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#5
just to be sure I recompiled...
Code:
-----------------------
XBMC built successfully
-----------------------
➜  xbmc git:(master) ✗ sudo make install
[sudo] password for lotsoh:
Copying XBMC binary to /usr/local/lib/xbmc/
You can run XBMC with the command 'xbmc'
Copying support and legal files...                                            
Done!
Copying system files to /usr/local/share/xbmc
Copying bindings to /usr/local/include/xbmc

it crashes the same. http://xbmclogs.com/show.php?id=292643
still got the "No settings file to load" that made you think sudo make install had not been performed correctly
all files belong to the user running it, at least
Code:
find .xbmc ! -user lotsoh
doesn't list anything.

after doing this :
Code:
➜  xbmc git:(master) ✗ mv ~/.xbmc ~/.xbmc_old
xbmc starts normally, with a new .xbmc folder
lost the DB though, any way to get it back ?
Reply
#6
ok I fixed it, for some reason I ignore I had an empty TV26.db file which caused the crash
-rw-r--r-- 1 lotsoh lotsoh 0 Sep 13 17:58 TV26.db
I removed it and it upgraded fine from TV25 to TV26
sorry for the trouble
Reply

Logout Mark Read Team Forum Stats Members Help
crash on new build0