Code:
0.1.8
- change: fetch the recording locations and use these locations when querying the recordings
- fix: Stop update thread when destroying the PVR addon - fixes shutdown issues
jdembski
Fan Posts: 455 Joined: Feb 2012 Reputation: 11 |
2012-04-07 20:51
Post: #231
Some changes - now the shutdown should work again...
Code: 0.1.8
(This post was last modified: 2012-04-07 21:17 by jdembski.)
|
| find quote |
trans
Junior Member Posts: 46 Joined: Mar 2012 Reputation: 2 |
2012-04-07 22:27
Post: #232
(2012-04-07 20:51)jdembski Wrote: Some changes - now the shutdown should work again... hi jdembski, unfortunately XMBC can still not clean finish. When debugging, it remains to put this in vudata.cpp stand. Code: StoreChannelData();Sorry for my english, I use google translate. |
| find quote |
jdembski
Fan Posts: 455 Joined: Feb 2012 Reputation: 11 |
2012-04-07 22:46
Post: #233
(2012-04-07 22:27)trans Wrote:(2012-04-07 20:51)jdembski Wrote: Some changes - now the shutdown should work again... Is it really stuck permanently? At least after 5 seconds it should stop the thread... |
| find quote |
trans
Junior Member Posts: 46 Joined: Mar 2012 Reputation: 2 |
2012-04-07 23:06
Post: #234
Sorry for my english, I use google translate. |
| find quote |
jdembski
Fan Posts: 455 Joined: Feb 2012 Reputation: 11 |
2012-04-07 23:57
Post: #235
OK, I debugged it on linux with gdb and changed some stuff - at least for me it is exiting normally now (before this it would also crash with a segfault - I didn't look into it because I thought it was due to some XBMC-PVR-internal stuff)
Code: [New Thread 0xb37e0b70 (LWP 32311)] |
| find quote |
trans
Junior Member Posts: 46 Joined: Mar 2012 Reputation: 2 |
2012-04-08 00:12
Post: #236
Yes, now terminated cleanly XBMC, great work.
Sorry for my english, I use google translate. |
| find quote |
sb206
Member Joined: May 2010 Reputation: 0 |
2012-04-08 10:32
Post: #237
@trans
Could you compile this again for windows? Thanks |
| find quote |
trans
Junior Member Posts: 46 Joined: Mar 2012 Reputation: 2 |
2012-04-08 10:48
Post: #238
(2012-04-08 10:32)sb206 Wrote: @trans Addon for windows: http://www.mediafire.com/?np1fts866cgyarw Sorry for my english, I use google translate. |
| find quote |
trans
Junior Member Posts: 46 Joined: Mar 2012 Reputation: 2 |
2012-04-08 12:23
Post: #239
I now have the addon as a "release (DirectX)" compiled. Now XBMC crashes when accessing the "channeldata.xml". The "channeldata.xml" is 0 KB in size.
Compiled as a "debug (DirectX)" works just fine. Sorry for my english, I use google translate. |
| find quote |
jdembski
Fan Posts: 455 Joined: Feb 2012 Reputation: 11 |
2012-04-08 12:30
Post: #240
(2012-04-08 12:23)trans Wrote: I now have the addon as a "release (DirectX)" compiled. Now XBMC crashes when accessing the "channeldata.xml". The "channeldata.xml" is 0 KB in size. Can you check the compiler / preprocessor options? My ms visual studio license expired, so I cannot check it |
| find quote |