| |||||||
| Improvement Suggestions Improvement Suggestions for the external displays feature |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Jul 2005 Location: Switzerland Age: 27
Posts: 1,011
Thanks: 8
Thanked 3 Times in 3 Posts
| 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. |
| | |
| This User Say Thank You: |
| |
![]() |
| Bookmarks |
| Tags |
| fixed, vfdcontrolcs |
| Thread Tools | |
| Display Modes | |
|
|
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 |