![]() |
|
New MythTV add-on using libcmyth - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: PVR Development (/forumdisplay.php?fid=136) +--- Thread: New MythTV add-on using libcmyth (/showthread.php?tid=110694) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
RE: New MythTV add-on using libcmyth - andyb2000 - 2012-05-28 15:39 Hm, very strange. I can start it up with plugin disabled and xbmc itself is fine. Enable the add-one I get a crash, or a hang. http://xbmclogs.com/show.php?id=3042 (EDIT: That first one I didn't have the plugin full debug on, thats with the plugin debug on also) Is the log from xbmc, the last line is where it hangs, basically I've got xbmc onscreen but totally frozen. Any ideas what to try next? RE: New MythTV add-on using libcmyth - ZIOLele - 2012-05-28 17:29 (2012-05-26 23:31)InoD Wrote:(2012-05-26 18:07)druhboruch Wrote: InoD: Could you share your recent openelec build? Nice! InoD taks for the build, but if your buildscript is integrated in openelec' buildchain, could you share it? so we can build on the latest tsp development. RE: New MythTV add-on using libcmyth - tsp42 - 2012-05-28 20:42 andyb2000: Some of the threads can still be alive and produce log messages. Could you provide me with a full stack trace as described in the very first post in this thread of the deadlocked xbmc.bin process? I can't see any obvious reason for the hang in the log file. RE: New MythTV add-on using libcmyth - apnar - 2012-05-28 21:31 (2012-05-28 15:39)andyb2000 Wrote: Hm, very strange. I can start it up with plugin disabled and xbmc itself is fine. Enable the add-one I get a crash, or a hang. I had a similar issue recently. I switched to a new .xbmc dir and it worked fine. RE: New MythTV add-on using libcmyth - KeithLM - 2012-05-29 03:49 While working on some other issues with my client system I noticed that on occasional reboots the PVR client wouldn't start every time and coincidentally that the weather was reporting incorrectly. This lead me to think that there was an issue with network connectivity. I've run into other issues with ubuntu and certain services starting in the wrong order and have found a fix for this. If you are using an XBMCbuntu based installation go to /etc/init and edit the file xbmcbuntu.conf and look for the line that begins with "start on". Change it to the following: Code: start on (starting lightdm and net-device-up IFACE!=lo)This will keep xbmc from starting until the network interface is up and connected. RE: New MythTV add-on using libcmyth - andyb2000 - 2012-05-29 11:59 Thanks tsp42, Sorry i hadn't seen the method of getting crashlogs there, I've got them for the hung xbmc process, pasted at: http://xbmclogs.com/show.php?id=3062 Am going to try resetting my .xbmc home dir and see how that goes too just incase there is something strange in there. --EDIT: Reset my .xbmc folder, setup just the cmyth add-on, enabled live tv, and same, crash. KeithLM: Good call, this is a common issue I've spotted when my machine powers up, it complains it cannot connect to the PVR service, wait a few seconds, then it comes up. I also attribute this to using Cisco switches which take a while to go through BLF before the interface passes traffic. RE: New MythTV add-on using libcmyth - rdoac - 2012-05-29 14:09 Anyone know what's going on with sound in this version. Everything works until it just decides not to. I get this in the log. Code: 07:03:55 T:2990332736 DEBUG: CSoftAE::Run - Sink restart flaggedRE: New MythTV add-on using libcmyth - andyb2000 - 2012-05-29 14:20 Hi rdoac, I also noticed this with the build, sound effects for the menus, etc, at first boot work fine, however try to play a video, either from your saved ones or via TV and no audio, I get errors about libdvd. I tried the git from dushmaniac and it doesn't suffer from this audio issue (although obviously Myth doesn't work there). RE: New MythTV add-on using libcmyth - InoD - 2012-05-29 21:26 (2012-05-28 17:29)ZIOLele Wrote: Nice! InoD taks for the build, but if your buildscript is integrated in openelec' buildchain, could you share it? so we can build on the latest tsp development. You're welcome. My buildscript is really a custom script that automates the steps needed to build OpenELEC with a different XBMC version. I could share it, but it is not pretty nor perfect. The steps it takes care of for me:
I have some options for which XBMC source to get (tsp's or mine) and whether to do debugging and this is where it gets to get messy. Sometimes my OpenELEC tree gets messed up with changes that weren't undone and since untracked file are not removed on a normal checkout, I sometimes have to manually clean the tree. Let me know if you dare to use it, then I'll post it. RE: New MythTV add-on using libcmyth - dodoadoodoo - 2012-05-29 22:06 (2012-05-29 14:09)rdoac Wrote: Anyone know what's going on with sound in this version. Everything works until it just decides not to. I get this in the log. Looks like you may have AudioEngine running there. Are you perhaps using the master branch? If so, you should probably post a full log over at that thread. If there is no particular reason for you to run master (aka pre-frodo) you may want to try the Eden-pvr branch, which is quite stable. /D |