Kodi Community Forum
XBMC process running but does not load - 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: XBMC process running but does not load (/showthread.php?tid=152142)



XBMC process running but does not load - Kissell - 2013-01-15

After i rebooted, it looks like XBMC isn't loaded on my Ubuntu 12.04 machine.

However, with I list running processes I see it running.

I kill those processes and re-open XBMC, but again, nothing happens, yet I can see xbmc.bin running as a process on the computer.

I've tried doing a "apt-get purge xbmc" and then re-installing it... but same thing...

Sad




RE: XBMC process running but does not load - teeedubb - 2013-01-15

Debug log file?


RE: XBMC process running but does not load - Kissell - 2013-01-15

Here is the xbmc.log

I don't see anything unusual.

https://www.dropbox.com/s/f6g5cxe1zck5dgp/xbmc.log



RE: XBMC process running but does not load - teeedubb - 2013-01-15

I don't think that's a debug log

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

Als you tried launching xbmc from the terminal? Might be some info there.


RE: XBMC process running but does not load - Kissell - 2013-01-15

When I launch from command line it says:

Code:
Running DIL (3.22.0) Version
DtsDeviceOpen: Opening HW in mode 0
DtsDeviceOpen: Create File Failed

and is just hung there without returning to command prompt.



RE: XBMC process running but does not load - Kissell - 2013-01-15

Crap... turns out it was an IP address change. The router broke and was replaced a few days ago and it changed my XBMC's IP.

I changed the advancedsettings.xml file to look for the NFS shares on the new IP, and changed mysql's bind-address to the new IP, and XBMC at least opens now...

Now it's stuck saying "Preparing..." and there are no thumbnails, but at least it opened... big step forward.



RE: XBMC process running but does not load - Kissell - 2013-01-15

hmm... looks like the NFS entries in the mysql database are all set using the old IP address... grrr...

I used IP so there would not be name resolution problem with other devices... they would just all use the IP.

But my router craps out and gets a memory error when I use the old IP address range...

So I'll now need to figure out how to edit the mysql tables to replace all those entries...
Yep, that did it...

I needed to edit sources.xml to use the hostname I set in the /etc/hosts file.

Then dumped the mysql DB: mysqldump -u root -p MyVideos75 > ./MyVideos75
Edited the MyVideos75 file to search and replace the old IP.
Then re-imported that mysql backup: mysql -u root -p MyVideos75 < ./MyVideos75



RE: XBMC process running but does not load - nickr - 2013-01-15

get your router (or whatever is handling dhcp) to hand out the same ip address to the nfs server every time, or set it manually to have the same IP address every time