| Sponsored Ads |
|
|||||||
| Notices |
| Improvement Suggestions You have an idea how MediaPortal could be improved? Post it in here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#12 (permalink) |
|
Portal Member
Join Date: Apr 2006
Location: San Sebastian
Posts: 381
Thanks: 7
Thanked 15 Times in 11 Posts
|
PLEASE PLEASE, I'm using EABIN patch so MP works better under Vista. The advantages of the patch are:
1.- When you go to My DVD you don't see the windows Desktop (all the icons) very ugly 2- When starting a TV channel on another card you don't see main MP window going black with a Windows Title of "NO response" The bad part.. MY alarm Sleep funtion does not work.. I have check the code and the diference is that the "Ontimer" even is not fired with the Eabin Patch.. I have spend a lot of time trying to search the bug.. but unfortunately my MP internal knowlage and C# is not enouth.. ![]() Can you check the EABIN patch and try to may Myalarm compatible? I have been using EABIN patch for months and works great, the only problem it breaks MyAlarm Seep.. Milion off thanks! Iosu Note: I have attach EABIN's patch I forgot to mention I'm using EVR :-) Last edited by iosub; 2008-04-11 at 18:03. |
|
|
|
|
|
#13 (permalink) |
|
Portal Developer
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,498
Thanks: 81
Thanked 95 Times in 69 Posts
Country:
|
I'll look at the diff and see why it breaks the plugin. Although recalling it's code there's nothing special - so most likely the "patch" does break a few other parts of MP as well..
|
|
|
|
|
|
#14 (permalink) |
|
Portal Member
Join Date: Apr 2006
Location: San Sebastian
Posts: 381
Thanks: 7
Thanked 15 Times in 11 Posts
|
It's breaking other part of MP?? I did have any more issues other that MyAlarm..
But you are the developer :-) What I know is that with this patch the MP and Vista Experience is much better... :-) Thank you !! |
|
|
|
|
|
#15 (permalink) |
|
Portal Developer
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,498
Thanks: 81
Thanked 95 Times in 69 Posts
Country:
|
Eabin's patch is basically nothing more than only rendering every 2nd frame. Therefore your performance problems seem to be solved - which gfx card do you use btw?
The "patch" just has to be recompiled as some other stuff in MediaPortal.cs has been changed as well (regarding the idle detection). |
|
|
|
|
|
#16 (permalink) | |
|
Portal Member
Join Date: Apr 2006
Location: San Sebastian
Posts: 381
Thanks: 7
Thanked 15 Times in 11 Posts
|
Quote:
I'm lost :-( Iosu NOte. I have Nvidia 7600GT and Nvidia 8600m, bouth under vista and nvidia driver ver 174.74 |
|
|
|
|
|
|
#17 (permalink) |
|
Portal Developer
Join Date: Sep 2006
Posts: 364
Thanks: 6
Thanked 25 Times in 17 Posts
|
i really hope rtv is wrong about the patch
![]() what it is supposed to do is to avoid blocking the Message Queue by doing as much as possible in a second thread and not in "WM_IDLE". If the WM_IDLE message does not return within a certain time, vista thinks that the process hangs. and because all of the time intensive stuff (building the directshow graph, reading tv-epg-data, ...) is done within this message handler too, this happens quite often. i knew beforehand that this patch will break a lot of stuff, because many things don't like being called from different threads (you just gotta love MS+.NET for that). this is e.g. the case with visualizations in My Music , and seems to be something similar with My Alarms. and it is the reason why i never tried commiting it. this can only be really fixed by re-designing a big part of MP --> hence i wait for MP II which (hopefully?) does not suffer from this issue. |
|
|
|
|
|
#18 (permalink) |
|
Portal Member
Join Date: Apr 2006
Location: San Sebastian
Posts: 381
Thanks: 7
Thanked 15 Times in 11 Posts
|
Hi Eabin, Nice to see you back
So, the conclusion is that is hard to fix this problem? That's to bad, because you can see that the "no responding" window and that each time it take a long time to change some time you see the windows desktop. VER VERU hugly Iosu |
|
|
|
![]() |
| Bookmarks |
| Tags |
| put, sleep, sleeptimer, system |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sleep Timer | dirtboy | Improvement Suggestions | 5 | 2006-12-05 02:13 |
| Sleep Timer Like on TV? | jhoff81 | Improvement Suggestions | 4 | 2006-08-05 12:16 |
| Sleep timer | xclocked | Plugins | 6 | 2006-05-26 10:20 |
| Sleep Timer button while watching MyTV | xclocked | Improvement Suggestions | 2 | 2005-08-16 07:20 |
| Sleep timer | Anonymous | Improvement Suggestions | 2 | 2004-10-27 14:58 |