Problem running on Linux - 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: Problem running on Linux (/showthread.php?tid=28479) |
Problem running on Linux - lephron - 2007-09-12 Hi guys, First of all: I love XBMC and I've been using it on my XBox for years! I've been using and developing on Linux for around 10 years so I thought I'd try and help with the Linux porting effort. However, I'm running into some problems. The XboxMediaCenter application starts up but nothing ever gets displayed other than a black screen. I've gone through the debugger and it's constantly looping at line 669 of Application.cpp. It looks like it's expecting some user input, but pressing keys or clicking mouse buttons doesn't seem to do anything. Am I missing something obvious? What might be going wrong where? Many thanks - pike - 2007-09-12 no offense but did you try using build.sh ? if you didn't use build.sh before, you need to clear any XML's from system/profiles before using build.sh - lephron - 2007-09-12 I hadn't tried build.sh no - I followed the linux build guide and it makes no mention of build.sh. I have tried it now though, and I get exactly the same problem. - babazoid - 2007-09-12 Someone should probably move this to the other forum. And you probably want to mention your system specs, what x window manager you are using, etc. I know that for some reason XBMC doesn't run under Compizfusion for me. - jmarshall - 2007-09-12 Also check xbmc.log, check what output there is from the commandline etc. etc. - lephron - 2007-09-12 I'm using NVIDIA twinview, which may be causing some issues - but like I said the application just keeps looping while waiting for user input. Here is the output: Quote:MoveFile - cant move file </home/bmd/xbmc/branches/linuxport/XBMC/xbmc.log>. trying lower case </home/bmd/xbmc/branches/linuxport/xbmc/xbmc.log> - d4rk - 2007-09-13 pike Wrote:... if you didn't use build.sh before, you need to clear any XML's from system/profiles before using build.sh Did you do this? - lephron - 2007-09-13 No sorry I missed that. I've deleted system/profiles.xml, removed the BUILD directory and done a make clean. Doing a new build now. - jmarshall - 2007-09-13 You're running from the SVN folder. Run build.sh and it'll put everything (+ fix case issues) in a BUILD folder. The issue you are having is with case of files by the looks (thus the "fatal error handler" which doesn't actually work :p) |