![]() |
Release reFocus 1.4.0 for Gotham (deprecated) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: reFocus (https://forum.kodi.tv/forumdisplay.php?fid=72) +----- Thread: Release reFocus 1.4.0 for Gotham (deprecated) (/showthread.php?tid=191491) |
RE: reFocus 1.1.1 for Gotham (Release Candidate) - amornik - 2014-05-17 Hello ! i'm a huge fan of this skin from the Frodo days. I have a new installation of Gotham, the latest. when i try to install the repo and the skin from there one of 2 things happen: 1. it gets to 97% and then freezes. 2. i click but nothing happens. stuck on 0% when i tried the actual master file from github, it didn't even do anything. nothing gets installed. what am i doing wrong? again - brand new installation, this is the first thing im trying to install. thanks ! RE: reFocus 1.1.1 for Gotham (Release Candidate) - Namekkural - 2014-05-17 How long do you wait when its stuck? Mine got stuck at 99% and stayed like that for 1 1/2 minutes RE: reFocus 1.1.1 for Gotham (Release Candidate) - amornik - 2014-05-17 I waited about 15 minutes. RE: reFocus 1.1.1 for Gotham (Release Candidate) - Namekkural - 2014-05-17 Well that's not normal ![]() RE: reFocus 1.1.1 for Gotham (Release Candidate) - Quaith - 2014-05-17 (2014-05-17, 14:01)gcmvanloon Wrote: I would like to report a bug that I've found in reFocus, an otherwise fantastic skin! I can confirm this. Happens for me on Windows and Mac OS as well using the stable release of XBMC. It doesn't happen when using Confluence. RE: reFocus 1.1.1 for Gotham (Release Candidate) - carmenm - 2014-05-17 (2014-05-17, 11:24)Jeroen Wrote: Why would that make it easier? The master branch is always the development branch, and there is no auto build... The official releases are compiled builds, not branches. I don't think you get what i am talking about. The technique i am talking about is one we usually use in software dev. Let s say you have a repo toto on github - branch develop : daily development. - branch master : official releases In your case and as it is what you are doing right now, develop=master and master=gotham/Helix. ... So in your case the auto build process would be on the branch gotham or helix. I was not talking about nightly compiled builds. I thought about that after sending you the compile script. Seeing it would allow automatic compilation of the skin, why not automate it and not have to do it yourself. This is something we are faced daily in open source dev. But it was just a suggestion to make your like easier ![]() RE: reFocus 1.1.1 for Gotham (Release Candidate) - Jeroen - 2014-05-17 (2014-05-17, 18:32)Quaith Wrote:(2014-05-17, 14:01)gcmvanloon Wrote: I would like to report a bug that I've found in reFocus, an otherwise fantastic skin! Please post your debug logs. The skin doesn't trigger anything on pressing back here, so i'm not sure what I should be looking for, but got to start somewhere. What about pressing escape / exit instead of back? Does that work normally? (2014-05-17, 17:08)amornik Wrote: I waited about 15 minutes. I can't check it right now but maybe there's an issue on github or something. Everything worked normally for me before and I haven't changed anything on the repo since. RE: reFocus 1.1.1 for Gotham (Release Candidate) - Quaith - 2014-05-17 (2014-05-17, 19:36)Jeroen Wrote:(2014-05-17, 18:32)Quaith Wrote:(2014-05-17, 14:01)gcmvanloon Wrote: I would like to report a bug that I've found in reFocus, an otherwise fantastic skin! http://pastebin.com/SQSjZwYy Pressing escape doesn't make XBMC crash. The crashing also doesn't happen using backspace when one of the player control buttons is selected. RE: reFocus 1.1.1 for Gotham (Release Candidate) - removed151214 - 2014-05-18 Jeroen, just FYI as I presume you're manually pulling script.watchlist to your repo, I've made a very minor update to it to fix a potential crash on Helix ![]() RE: reFocus 1.1.1 for Gotham (Release Candidate) - Jeroen - 2014-05-18 (2014-05-17, 19:00)carmenm Wrote: In your case and as it is what you are doing right now, develop=master and master=gotham/Helix. ...Ah but before you we're talking about using master for official releases. Every project I follow on Github uses master for daily development ![]() I guess having to spend a couple of minutes every month (or even week) to manually make a build just isn't a big enough problem for me ![]() Aside from that I use a different ID for the development version and the official releases so before building I have to adjust the version number anyway. (2014-05-17, 17:08)amornik Wrote: I waited about 15 minutes.Did you get it to install? I updated the skin on my rPi last night and didn't have any problems. (2014-05-18, 00:30)Unfledged Wrote: Jeroen, just FYI as I presume you're manually pulling script.watchlist to your repo, I've made a very minor update to it to fix a potential crash on Helix Great, thanks for the head up ![]() RE: reFocus 1.1.1 for Gotham (Release Candidate) - Jeroen - 2014-05-18 (2014-05-17, 18:32)Quaith Wrote: http://pastebin.com/SQSjZwYyI have been trying to reproduce the problem using the PVR demo add-on (a customized version that uses local streams as channels), but so far without succes. I don't have a clue to be honest. The crash happens when leaving VideoFullScreen.xml, which is one of the most uneventful windows of all ![]() EDIT: While checking the file I noticed the skin was missing a couple of new(ish) pvr stream information labels (the ones you see when you press O). So I added these (on Git) but I can't imagine this having to do anything with the problem though. RE: reFocus 1.1.1 for Gotham (Release Candidate) - Quaith - 2014-05-18 (2014-05-18, 08:06)Jeroen Wrote:(2014-05-17, 18:32)Quaith Wrote: http://pastebin.com/SQSjZwYyI have been trying to reproduce the problem using the PVR demo add-on (a customized version that uses local streams as channels), but so far without succes. I don't have a clue to be honest. The crash happens when leaving VideoFullScreen.xml, which is one of the most uneventful windows of all Updated the skin and unfortunatly the crash still happens. Might as well be a XBMC bug though as there is basicly nothing in the log that looks like a skin error, although your skin might be triggering the bug ![]() RE: reFocus 1.1.1 for Gotham (Release Candidate) - Jeroen - 2014-05-18 True. I'll submit a trac ticket and include your debug log. Just to be sure, this only happens when using live tv right? You cannot reproduce this using a movie or episode for example? RE: reFocus 1.1.1 for Gotham (Release Candidate) - Quaith - 2014-05-18 (2014-05-18, 10:32)Jeroen Wrote: True. I'll submit a trac ticket and include your debug log. Good question, this actually does happen with movies and tv shows as well. Sorry that I forgot to mention this. RE: reFocus 1.1.1 for Gotham (Release Candidate) - Jeroen - 2014-05-18 (2014-05-18, 10:48)Quaith Wrote:(2014-05-18, 10:32)Jeroen Wrote: True. I'll submit a trac ticket and include your debug log. No problem, at least that means I can stop looking for PVR specific things. Seeing as I'm on OSX too, one would expect it to be reproducible though... Could you check your OSX crash log? If XBMC crashed I would expect there to be references to it there. |