The latest nightly build ignoring Advancedsettings.xml
#1
***
PROBLEM = SOLVED:

I'm using the latest nightly build from September 9th. Using it to fix my sync issues and it works great....except that it is ignoring my advancedsettings.xml. Everything in that xml worked before, but now it completely ignores it. Acts like it isn't even there.

What's up?

Windows 7

Getting this in the error log:

02:23:27 T:3168 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
02:23:27 T:3168 ERROR: Error loading special://profile/advancedsettings.xml, Line 45
Error reading end tag.
Reply
#2
need Debug Log
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
Here's my advanced settings:

<advancedsettings>
<videolibrary>
<cleanonupdate>true</cleanonupdate>

</videolibrary>


<video>
<!-- Settings for when "Adjust refreshrate to match video fps" is enabled, available since r33806. -->
<!-- NOT available in the Dharma release or any release before that -->
<adjustrefreshrate>

<!-- "Adjust refreshrate to match video fps" will try to select the best refreshrate for the video fps -->
<!-- but it doesn't always get it right, for example it might switch to an unsupported refreshrate. -->

<!-- You can add overrides here to switch to a certain refreshrate based on video fps -->
<!-- It's possible to add as many overrides as you need. -->
<!-- Overrides are processed in order, if the first one doesn't match the fps or no refreshrates match -->
<!-- that override, it will try the next one until no overrides are left -->


<override>
<fpsmin>27</fpsmin> <!-- You can also specify the fps range yourself -->
<fpsmax>70</fpsmax>
<refreshmin>29</refreshmin> <!-- Same for the refreshrate -->
<refreshmax>31</refreshmax>
</override>

<override>
<fpsmin>22</fpsmin> <!-- You can also specify the fps range yourself -->
<fpsmax>25</fpsmax>
<refreshmin>23</refreshmin> <!-- Same for the refreshrate -->
<refreshmax>24</refreshmax>
</override>


<latency>
<refresh>
<min>23</min>
<max>24</max>
<delay>125</delay>
</refresh>
</latency>

</video>
</advancedsettings>
Reply
#4
(2012-09-12, 09:30)Martijn Wrote: need debug log

02:23:27 T:3168 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
02:23:27 T:3168 ERROR: Error loading special://profile/advancedsettings.xml, Line 45
Error reading end tag.
Reply
#5
Still need the debug log (wiki) Martijn requested above. Upload it to www.xbmclogs.com and post the URL link for the uploaded log here with your reply.
Reply
#6
What you posted is not the debug log (wiki), it's just a single error message extracted from your log. Without context, it is of little value. Be sure you enable debug log (wiki)ging in XBMC first, exit XBMC, restart XBMC so that the error is captured with debugging enabled.
Reply
#7
The closing tag for <adjustrefreshrate> is missing...
-= Team Kodi developer fueled by heavy metal =-
Reply
#8
Alright, here we go. My bad, guys. My advanced settings should do the following:

- Clean the library after the initial scan
- Force the refresh rate to not go above 30 Hz because my display doesn't support above that
- Force PAL 25p videos to display at 24p, because I can't get it to display any other way.

In this log, I opened XBMC. Tried running a TV show that I know would make my secondary monitor display higher than 30 Hz (usually the advancedsettings.xml caps it), and of course it blacks out my monitor. So, I exit out of the TV show and went into PseudoTV. It knocked me out so I went back in and it worked until I got on a show that did the same thing the original TV show does.

http://www.xbmclogs.com/show.php?id=8311
Reply
#9
(2012-09-12, 09:59)arnova Wrote: The closing tag for <adjustrefreshrate> is missing...

Have you actually read this ^^
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#10
(2012-09-12, 10:16)Martijn Wrote:
(2012-09-12, 09:59)arnova Wrote: The closing tag for <adjustrefreshrate> is missing...

Have you actually read this ^^
Sorry, I didn't have the page refreshed when I looked at that. It's back up and working!

I feel like a total moron missing that, totally on my bad. Now if only I can get those 25p videos to just display in 1080i 30Hz so it doesn't have judder/stutter or whatever so the 24p can catch up!
Reply
#11
Ooooooooook, new problem.

XBMC is abruptly pausing videos after so long. Watched two episodes of TV and had to back out and resume each one after about 15-20 minutes of play. I can't resume very quickly, I have to either wait for the pause logo to turn into play and hit that, but then it usually pauses within a second again. Then, I have to back out and resume.

http://www.xbmclogs.com/show.php?id=8313
03:44:43 T:7432 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
03:44:44 T:1932 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available

seems to be the culprit possibly
Reply
#12
New problem = new thread... Re-using an old thread for a different problem is confusing...
-= Team Kodi developer fueled by heavy metal =-
Reply
#13
(2012-09-12, 11:26)arnova Wrote: New problem = new thread... Re-using an old thread for a different problem is confusing...

Gotcha, didn't want you guys to get mad making a new thread so quickly.
Reply

Logout Mark Read Team Forum Stats Members Help
The latest nightly build ignoring Advancedsettings.xml0