MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Main Features (talk, share your ideas, get support) » Input / Output interfaces » External Display » Improvement Suggestions


Improvement Suggestions Improvement Suggestions for the external displays feature

Reply
 
Thread Tools Display Modes
Old 2007-05-28, 22:31   #1 (permalink)
Portal Member
 
CHli's Avatar
 
Join Date: Jul 2005
Location: Switzerland
Age: 27
Posts: 1,011
Thanks: 8
Thanked 3 Times in 3 Posts

My System

fixed BUG fixed in VFD_Control.cs

Since some months now I have an IndexOutOfBuffer exception at media portal start which is due to a bug in VFD_Control.cs. (only logged no error is being displayed)

In the method FindTheHid() there is a problem which cause an exception because we try to read at DevicePathName[128] and this goes beyond the array limits.

Just replace line 215 in VFD_Control.cs :

} while (!(_MyDeviceDetected | (MemberIndex == DevicePathName.Length + 1)));

with

} while (!(_MyDeviceDetected | (MemberIndex == DevicePathName.Length)));


Fixed

Last edited by CHli; 2007-05-29 at 21:33.
CHli is offline   Reply With Quote
This User Say Thank You:
Old 2007-05-28, 23:22   #2 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,552
Thanks: 90
Thanked 100 Times in 73 Posts

Country:

My System

Default

Aaah - thank you! Added to svn now.
__________________
rtv is offline   Reply With Quote
Old 2007-05-29, 19:30   #3 (permalink)
Portal Member
 
CHli's Avatar
 
Join Date: Jul 2005
Location: Switzerland
Age: 27
Posts: 1,011
Thanks: 8
Thanked 3 Times in 3 Posts

My System

Default

My pleasure !
CHli is offline   Reply With Quote
Reply

Bookmarks

Tags
fixed, vfdcontrolcs

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Choppy LiveTV without timeshift BUG FIXED Sentinel fixed 0.2.0.0 final Bugs 0 2006-07-04 10:31
[FIXED] bug with resizing channel thumbs in EPG Sentinel Skins 2 2006-06-21 16:58
help with resolution tv - (fixed) pacosal General Support 3 2006-03-16 02:25
Bug in MyTV on/off and timeshift/record (live.tv bug?) Nefius The old Bugreport Forum 12 2006-01-14 12:56
READ THIS: Bug Tracker / Bug Support Template mPod The old Bugreport Forum 0 2005-04-16 20:08


All times are GMT +1. The time now is 20:48.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress