I have a bug that I can reproduce 80% of the time, but I haven’t been able to find listed anywhere here.
I have a box running Windows 7 Ultimate.
I have two categories inside of Media Browser – Movies and TV.
When I start it up, it goes to the Recently Added screen as per normal. If I then choose a category, it hangs about 80% of the time. I can press the green button the remote and it will exit, but that’s the only thing that responds.
The one strange factor is that I watch it in full screen. If I make it anything OTHER than full screen, media browser starts responding normally again.
The minute I make it full screen again, it stops.
Restarting Media Center or the machine doesn’t solve the problem.
Thanks!
What version are you running?
This sounds a LOT like what used to happen sometimes quite a while ago. It was somehow related to the clock timer but it got fixed in, like, April…
Actually, because I thought this issue may have been fixed, I checked out the latest version from SVN and I'm running that. I don’t remember exactly what version it is, but if the problem was fixed in April, I'm pretty certain it would be included in the build I have.
I'm now trying some different themes, which seems to be making a difference, but I'll do some more experimentation and see what happens.
In all seriousness, great product though.
try turning off the clock (it used to be an issue it may have come back)
I have this exact same problem. I used to only have this problem on my extender (it always does this there at midnight) but now it is on my HTPC about 80% of the time as well.
rweiler are you using win7? if so check out settings/general/optimization see what time it is set to i think the default is 12am when it runs it stops extenders and media center
I am running W7 RTM and I have not seen this at all since way back several months ago. Could this be video driver related?
tikuf –
I am using Win 7. I actually have optimization turned off (was set for 4 a.m.).
@rweiler, does this go away if you disable show clock in the config menu?
@sam – It sure does. It’s been working perfectly both on my HTPC and my extenders since I disabled the clock.
I have this same issue (Win7, MB 2.1.1), I can reproduce it every night at midnight and I really don’t want to disable the clock, is there some other workaround?
This is not going in phoenix unless we have it reproduced in trunk, anyone????
Sam I havnt been able to reproduce the full screen bug or the midnight stop I did however notice that the methods for calling the time differ in vanilla to every other page (except the ehs which uses the same method)
all vanilla pages use
<!-- Variable that uses the .NET Framework DateTime object -->
<cor:DateTime Name="CurrentTime"/>
<!-- Timer to use to update the clock display -->
<Timer Name="MyTimer" AutoRepeat="true" Interval="500" Enabled="true"/>
<IntRangedValue Name="Hour"/>
And the associated timmer code
where all the other pages call
<Binding Source="[Clock.Time]" Target="[TimeDisplay.Content]">
<Conditions>
<Equality Source="[Application.Config.ShowClock]" ConditionOp="Equals" Value="true" />
</Conditions>
</Binding>
dont know if it is relevant or not I only noticed it because the ehs (vanilla) displays (on pc not extender) 9.30pm where all other pages show 21.30 (if you have your pc clock in 24hr time)
As I said if its relevant cool if not disregard (–:
waiting for midnight on the stop thing
edit : didnt stop for me at 12am
If anyone is getting this I need to know if it happens in all themes or is a Vanilla only bug.
I'll switch themes tonight and let you know.
(I think I found a bug in the community app, it seems to think I'm “roy” when I'm clearly not….)
^^ ignore that, I think it’s coming from my google profile.
Ok tried again at midnight still cant get it to stop responding in vanilla (it may be that i am using win7) it might be the version of .net that is causing it or it may be vista specific dunno (–:
I am getting this issue in Diamond. With MC full screen – as is normal – I can get to the initial MB screen and see my categories – I have only movies and TV set up at this time. If I choose any category or one of the recentely added, MediaBrowser appears to hang and lock up – but it is not. If I then change MediaCenter to windowed mode (using the icons in the top right corner) I can see everything as it should be and it behaves normally as long as I am windowd. Going back to full screen at that point only shows me the blank backround.
If I start playing something in windowd mode and then go full screen it plays normally. After playing I have to go back to windowd mode to see icons and move through menu items. I am using Beta 2.1.3 (R1536) on Win 7 Ultimate RTM.
I did this on 2.1.2 and continued here (after uninstall, delete appdata folder, and reinstall).
I just confirmed that turning off the clock fixes this issue on my system
I can confirm that it also resolved the issues. I am using the release build 2.1.1.0 on Win 7 rtm.
I tried getting trunk but it will not compile as it has errors.
Fixed in trunk:
This is bizarre, adjusted clock constraint so its 1 pixel smaller.
Tested with “12:59 PM” and some longer strings.
that is twilite zone stuff i gotta ask what made you try that almost as bizare as the bug lol
This inbox thingy I implemented on CT rules, @tikuf I guessed that it was something to do with the width of the time rendered on the screen.
I hope this is gone now. I may force the format and test all the times in the day to ensure this is really gone now.