Kodi Community Forum
XBMC ATV - exit with status 11 on certain videos - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: XBMC ATV - exit with status 11 on certain videos (/showthread.php?tid=61193)



XBMC ATV - exit with status 11 on certain videos - eheav - 2009-11-09

Hi,

I've been experiencing this issue with all of the recent XBMC builds I've tried.
Here's the log:
http://pastebin.com/m63a006ea
and here's the CrashReporter:
http://pastebin.com/m34aff333

ANy help would be greatly appreciated!


- jmarshall - 2009-11-09

Turn off software upscaling. If it's not available in the UI (it's not in Alpha1 I think?) take a hunt through guisettings.xml and kill it from there.


- eheav - 2009-11-09

Thanks,

I looked at the guisettings.xml, and found this:

<videoplayer>
<adjustrefreshrate>true</adjustrefreshrate>
<aspecterror>3.000000</aspecterror>
<calibrate></calibrate>
<displayresolution>10</displayresolution>
<dvdautomenu>false</dvdautomenu>
<dvdplayerregion>0</dvdplayerregion>
<highqualityupscaling>0</highqualityupscalingling>
<jumptocache></jumptocache>
<maxspeedadjust>5.000000</maxspeedadjust>
<rendermethod>3</rendermethod>
<resamplequality>1</resamplequality>
<sep1></sep1>
<sep1></sep1>
<sep2></sep2>
<sep3></sep3>
<sep4></sep4>
<sep5></sep5>
<synctype>0</synctype>
<teletextenabled>true</teletextenabled>
<upscalingalgorithm>8</upscalingalgorithm>
<usedisplayasclock>false</usedisplayasclock>
</videoplayer>

Am I looking at the right place? What should I do to kill upscaling?