xbmc-20111009-6c95a7c-master-atv2.deb Crash
#16
davilla Wrote:fixed in 4dd98b51c13fe28fa01d0cddd8b94e14ad03c6b1. just a warning, this plugin seems to need more love as it generated various warnings and non-fatal errors.

Yeah, its me bumbling around with a complicated addon, learning Python and Sql at the same time. I was just using Image making some decent looking backdrop from a poster or banner without it getting stretched.

I later put that pil import in a try block.

Btw can you tell me how to set the watched status of a listitem in an addon generated folder listing?
Reply
#17
ndeshmukh Wrote:Btw can you tell me how to set the watched status of a listitem in an addon generated folder listing?

Sorry, not a clue, not my area.
Reply
#18
No Problem. I found it, finally. It is not on wiki. infoLabels['overlay'] = 7 for watched and infoLabels['overlay'] = 6 for unwatched.
Reply
#19
davilla Wrote:ok, the problem is PIL support came into trunk a few days ago. The modified icefilms plugin uses PIL's image. There are two ways to import that in python, each results in a different python HASH and PIL's access.c detects this and calls exit(1) which results in xbmc's death as objects are getting destroyed while threads are still running, bang... crash.

see http://jaredforsyth.com/blog/2010/apr/28...h-1-and-1/

Was this fixed in windows version also?
Reply
#20
ndeshmukh Wrote:No Problem. I found it, finally. It is not on wiki. infoLabels['overlay'] = 7 for watched and infoLabels['overlay'] = 6 for unwatched.

Hopefully you will try to merge / push your chanegs to the upstream addon. Its a bit not so nice for having 2 different addons there...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#21
versus Wrote:Was this fixed in windows version also?

Was it the same problem on xbmc for windows ? My crystal ball can't tell.
Reply
#22
NP in Win7 x64. In the OP.
Reply
#23
Dixon Butz Wrote:NP in Win7 x64. In the OP.

You seem to be the lucky one. There are number of users that experience crashes.

http://forum.xbmc.org/showpost.php?p=907...count=3482

http://forum.xbmc.org/showpost.php?p=907...count=3515

http://forum.xbmc.org/showpost.php?p=907...count=3526

http://forum.xbmc.org/showpost.php?p=907...count=3532
Reply
#24
A few 'me toos" with no posting of xbmc.log or even any info on which version they might be running.

The golden rule is no xbmc.log, no soup.

There is no way anyone can debug what is going on without some basic info.

My number one rule is you don't post basic info and that thread gets passed by. I'm too busy to try to figure out something from nothing. Users gets a cluestick, "mee, toos" don't help, in-fact they hinder the debug/issue resolution.
Reply
#25
Uh-oh sorry
Reply
#26
davilla Wrote:A few 'me toos" with no posting of xbmc.log or even any info on which version they might be running.

The golden rule is no xbmc.log, no soup.

There is no way anyone can debug what is going on without some basic info.

My number one rule is you don't post basic info and that thread gets passed by. I'm too busy to try to figure out something from nothing. Users gets a cluestick, "mee, toos" don't help, in-fact they hinder the debug/issue resolution.

One of the "me toos" had a log attached. Anyway here's my log.

http://pastebin.com/cMHiT0mv

The author could't find anything strange about it. Later I observed something
searching for the same error.

http://www.google.hr/#sclient=psy-ab&hl=...80&bih=786

Icefilms (mine) is always crashing on this particular line. Apparently all looks normal and error cannot be detected.

Instantiating addon using automatically obtained id of "plugin.video.my.icefilms" dependent on version 1.0 of the xbmc.python api

However I have found other log from ATV2 that does not crash at this point but continues with the next line.

Loading skin file: DialogProgress.xml

Maybe this line is the culprit that causes CTD on Windows version.
Reply

Logout Mark Read Team Forum Stats Members Help
xbmc-20111009-6c95a7c-master-atv2.deb Crash0