2008-06-09, 14:00
@matzei:
you have a userdata folder problem. xbmc cant open or create the database files. if you look in the log, you'll see a bunch of errors like this:
Thus, anything that's reliant on the database wont work. whats causing your problem? i really have no idea. it could be a permissions problem. maybe its due to the spaces in the folder name? i don't know.
you have a userdata folder problem. xbmc cant open or create the database files. if you look in the log, you'll see a bunch of errors like this:
Code:
18:29:38 T:772 M:1399291904 ERROR: unable to open database:C:\Documents and Settings\matías\Datos de programa\XBMC\UserData\Database\ViewModes.db (3)
18:29:38 T:772 M:1399291904 ERROR: Unable to open ViewModes.db (old version?)
...
#
18:29:38 T:772 M:1397936128 ERROR: unable to open database:C:\Documents and Settings\matías\Datos de programa\XBMC\UserData\Database\MyMusic7.db (3)
18:29:38 T:772 M:1397923840 ERROR: Unable to open MyMusic7.db (old version?)
Thus, anything that's reliant on the database wont work. whats causing your problem? i really have no idea. it could be a permissions problem. maybe its due to the spaces in the folder name? i don't know.