![]() |
|
Nuka1195's repository for unofficial plugins and scripts with the SVN Repo Installer - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Third Party Repositories (/forumdisplay.php?fid=157) +---- Thread: Nuka1195's repository for unofficial plugins and scripts with the SVN Repo Installer (/showthread.php?tid=29911) |
- BigBellyBilly - 2009-10-15 22:00 Line 54 - sorted. Extra help: Not a problem. just want to get it working. I'm without a Linux setup at moment so all help appreciated. Just send me mods so I can coordinated patching. re: Show SVN settings; Could you mail me 2 full debug logs 1) run without settings (failing) 2) with settings Does it make a difference if just one of those settings are set ? thanks - changeling - 2009-10-15 22:51 @BBB I haven't had time to spend in depth here, but I thought I'd post a log of a quick run through. Interestingly, the script wasn't creating installed_items.dat, so I put the following after each declaration of INSTALLED_ITEMS_FILENAME: Code: log("INSTALLED_ITEMS_FILENAME: %s" % INSTALLED_ITEMS_FILENAME)And it fixed the problem somehow. There's something wonky going on, but I won't have time to spend on it for a while. For what it is worth, the log shows the following sequence, with a few carriage returns between each action I took. 1) Launched XBMC. 2.) Clicked on Programs. 3.)Clicked on Program plugins 4.)Clicked on SVN Repo Installer 5.) Clicked on xbmc-addons 6.) Clicked on plugins. 7.) Clicked on pictures. 8.) Clicked on Picasa. 9.) Clicked on Install. 10.) Clicked on '..' 11.) Clicked on video 12.) Clicked on 'TED Talks' 13.) Clicked on 'Install' XBMC Immediately locks up. No cursor movement, the last two log entries are posted to log after GUI locks up. It seems consistent, albeit with a different failure, across attempts. I tried the same sequence again, and with NBC Universal video plugin instead of TED, and it either locks up the gui immediately, or blacks the screen, leaving the 'X' cursor of an Xorg session with nothing loaded. I 'll try to spend more time today, but I'm suddenly pretty busy, so it might not be until tonight or tomorrow. http://pastebin.com/m3c30f314 Cheers, Chris - changeling - 2009-10-16 01:34 @BBB @daledude @queeup I'm thinking that ticket 6430 might be a big part of this problem, In fact, I'm wondering if maybe that ticket, coupled with setting the global HOME_DIR, might effectively fix the dang thing: http://www.xbmc.org/trac/ticket/6430 Cautiously optimistic, -Chris PS I'm starting a build of the latest rev for XBMC now. Will test with this later this evening. - changeling - 2009-10-16 20:00 No joy on that ticket fixing things. I'll try to look at whats going on, but right now, it looks like I'm still frequently dying at Window DeInits. I'm not convinced the 'fix' for the ticket I mentioned actually fixed things. - daledude - 2009-10-17 01:21 I had a few mins last night to update to latest svn and got further with SVN Repo. It wouldn't kill XBMC, but when trying to install an update through "check for updates" it would seem to freeze so I had to kill XBMC. When installing a new plugin it worked ok. I'll get a debug log later tonight. - purch - 2009-10-18 13:03 BigBellyBilly Wrote:Heres a link to a modded version if Linux ppl could try it out ?http://www.box.net/shared/nvuby1bfv9 Not working on ubuntu jaunty 64bit. XBMC crashes after starting it. Crash log XBMC package info - amet - 2009-10-18 18:17 Hi, I am having the same issue on ATV. I get "Error:XBMC/Boxee exited with status:11" debug log Crash Reporter I have tried queeup's solution to enable settings and it doesnt make a difference. One thing I should point out, Installer shows me the list of available updates, scripts or plugins, if I select OpenSubtitles_OSD it is showing as v1.37 PHP Code: 20:02:25 T:53064192 M: 34734080 DEBUG: [SVN Repo Installer]: readURL() url=http://xbmc-addons.googlecode.com/svn/trunk/scripts/OpenSubtitles_OSD/default.pyand if I manually go to http://xbmc-addons.googlecode.com/svn/trunk/scripts/OpenSubtitles_OSD/default.py, it shows the correct v1.40. Let me know if you need me to post more debug info. HTH Zeljko - Birtybasset - 2009-10-19 21:44 I'm not sure if this is the best place to ask but I'm having a bit of difficulty using this. Upon clicking 'install' everything hangs and I have to reboot via ssh. I've used version 1.7.5 through to the latest version and the error persists. The same thing happens when I try to update the Repo installer to the latest version. Apologies in advance if I've not uploaded the correct log http://pastebin.com/m5928b76e If it makes any difference I can manually add plugins and they work fine Thanks in advance - BigBellyBilly - 2009-10-19 22:17 The plugin has problems on Linux. The problems not been identified yet. NB. please post FULL debug logs and make sure debug is actually ENABLED (it will be full of [SVN Repo Installer] entries). - amet - 2009-10-19 22:48 BigBellyBilly Wrote:The plugin has problems on Linux. The problems not been identified yet. @ BBB sorry, I think that pastebin is cutting the log ![]() here is the full one Zeljko |