xbmc crash right after startup !
#1
my atv2 start to freeze right after start up
can you guys check and help !!!
here is the log :
http://pastebin.com/Xzv00GPp
Reply
#2
Allow me to introduce you to the word "Error", it means something bad happened. Looking through your xbmc.log.

19:05:44 T:114589696 ERROR: Error Type: <class 'sqlite3.OperationalError'>
19:05:44 T:114589696 ERROR: Error Contents: unable to open database file

and you are running an external database. check that and report back
Reply
#3
davilla Wrote:Allow me to introduce you to the word "Error", it means something bad happened. Looking through your xbmc.log.

19:05:44 T:114589696 ERROR: Error Type: <class 'sqlite3.OperationalError'>
19:05:44 T:114589696 ERROR: Error Contents: unable to open database file

and you are running an external database. check that and report back
hehehhe
thanks for introducing me to the meaning of Error !!!
I looked at the log !
and as i dont run mysql database or any other databse I asked here !
my media are all in my ubuntu shared over smaba and i dont have any database running at my home !!!!
Reply
#4
papampi Wrote:hehehhe
thanks for introducing me to the meaning of Error !!!
I looked at the log !
and as i dont run mysql database or any other databse I asked here !
my media are all in my ubuntu shared over smaba and i dont have any database running at my home !!!!

The why is this in your advancedsettings.xml ?


Code:
<musicdatabase>
                                                    <type>mysql</type>
                                                    <host>192.168.1.14</host>
                                                    <port>3306</port>
                                                    <user>xbmc</user>
                                                    <pass>xbmc</pass>
                                                    <name>xbmc_music</name>
                                                </musicdatabase-->
Reply
#5
davilla Wrote:The why is this in your advancedsettings.xml ?


Code:
<musicdatabase>
                                                    <type>mysql</type>
                                                    <host>192.168.1.14</host>
                                                    <port>3306</port>
                                                    <user>xbmc</user>
                                                    <pass>xbmc</pass>
                                                    <name>xbmc_music</name>
                                                </musicdatabase-->

Looks like you are copy/pasting things that you don't understand Smile
Reply
#6
davilla Wrote:Looks like you are copy/pasting things that you don't understand Smile
come on man!!!
dont you see its disabled Huh
have a look again !!!!
you will see these <!-- --> before and after !!!
if you have a look at my join date you know i'm not that much noob !!!!
i tried to run mysql but at that time atv2 was not compatible with ubuntu !!!
Reply
#7
yeah and its an sqlite3 error ... might be a permission issue ... did you copy over a backup as user root or something? Then you should "chown" the XBMC settings dir to the user "mobile". HowTo do this is stated in the FAQ.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#8
Memphiz Wrote:yeah and its an sqlite3 error ... might be a permission issue ... did you copy over a backup as user root or something? Then you should "chown" the XBMC settings dir to the user "mobile". HowTo do this is stated in the FAQ.
Hmmmmm!
Permission issue ! Can be! I upload the tv next air addon folder from my ubuntu the other day but after that I upgraded the ATv2 to latest ! And also removed the script and installed it again !
So I wil chown the folder for mobile and test again !
Thanks again !
Reply

Logout Mark Read Team Forum Stats Members Help
xbmc crash right after startup !0