Kodi Community Forum

Full Version: Upgrade to Eden Beta 1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

My upgrade to Eden Beta 1 went OK after fixing a few issues.

First, I previously started XBMC with a script that first killed pulseaudio. When doing this now, xbmc segfaults / crashes on startup. Changing to another sound profile + not starting with the script fixed this.

Second, everything lagged like crazy when it started. I checked xbmc.log and found that xbmc worked hard on fixing / upgrading my library database (which I have pointed to a MySQL-server).

XBMC tried to copy my database (xbmc_video) to xbmc_video58. This was not allowed by the user that I had added to access the database xbmc_video. Thus, this failed and XBMC was consuming 100% CPU from time to time.

Changing to a sql-user with full rights fixed this.

This could be noted somewhere..

After this was fixed, everything worked fine!
It's in the wiki already:

http://wiki.xbmc.org/index.php?title=HOW...SQL_server

"You will still need to set up MySQL to let XBMC create databases, as noted below. "