![]() |
|
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-20 00:49 try the test version from Box.net http://www.box.net/xbmcscripts/1/22182018/343772693 It has some changes to the oninit() that the crash happens in and may reveal a little more. Possible workaround that worked for me - fatsidney - 2009-10-20 01:18 I don't know why, but I have been having the same issue everyone else has with the SVN Repo Installer, but I have also noticed random crashes in other areas, namely using playlists. I am also using a newly built Juanty on an ASRock Ion 330 and have all the latest sw with MediaStream_Redux as the skin. What I did to get stuff to work was changed my audio hardware to digital and the crashes ceased. Since I just installed it the audio was set to Analog by default. Don't ask me why this worked, as I have not been able to look at everything yet. I just figured I would see if this works for anyone else. Hope this helps. - BigBellyBilly - 2009-10-20 10:23 I'm assuming at some point it did used to work on Linux, so if someone has the time and the resources, it might be an idea to rollback xbmc to find the last build it did work on. Time consuming I know, but we may then be able to work out what changes were done at that time? - amet - 2009-10-20 12:34 BigBellyBilly Wrote:I'm assuming at some point it did used to work on Linux, so if someone has the time and the resources, it might be an idea to rollback xbmc to find the last build it did work on. Is that only for Linux or would you want me to try on ATV as well? BTW, I am having almost no trouble running it on OSX 10.6.1. - BigBellyBilly - 2009-10-20 12:55 yes, ATV also would be good. thanks. please use that v1.8.3_beta from my box.net - amet - 2009-10-20 17:44 BigBellyBilly Wrote:yes, ATV also would be good. thanks. please use that v1.8.3_beta from my box.net here is an update from ATV: the plugin failed with error in xbmcplugin_logviewer.py" in line 54 PHP Code: #base_path = os.path.join( xbmc.translatePath( "special://profile/" ), "plugin_data", "programs", os.path.basename( os.getcwd() ) )when I uncommented the first line, and commented out the second one it worked, it installed the script correctly. ATV r22514 HTH Zeljko - UnisonRuss - 2009-10-20 19:31 Hello! First let me say thank you for this installer...it makes things much easier! I do have a problem though... with every video plugin, I get a script error, or every time I try to open a video stream, it crashes XBMC. Any idea as to why this is happening? I am running the current svn build (r23842) if that helps, with the skin MediaStream_Redux. Thank you for any help! - BigBellyBilly - 2009-10-20 20:01 Amet: The 2nd line is the new mod, it just has a syntax error of an extra ) at end of line that needs removing. Try it again with 2nd line in. (script now updated in http://www.box.net/shared/nvuby1bfv9 ) UnisonRuss: sorry you've got problems, but I think there outside of the scope of this thread. repost in another section and I'm sure someone will help. (you will need to make a post debug post thou - see stickys on how to do this) - amet - 2009-10-20 20:23 BigBellyBilly Wrote:Amet: The 2nd line is the new mod, it just has a syntax error of an extra ) at end of line that needs removing. hi, removing ")" worked, but first it crashed(debug log) and after reboot it successfully updated one script and installed another. let me know if you want me to do more tests. - BigBellyBilly - 2009-10-20 20:29 might be worth you updating to to try latest svn build (23842) as yours is back at 22514 ? |