You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
at iTin.Core.ReadOnlyCollectionExtensions.Extract(ReadOnlyCollection`1 data, Byte start, Byte lenght)
at iTin.Core.Hardware.Specification.EEDID.GetExtensionDataBlocks(ReadOnlyCollection`1 edidData)
at iTin.Core.Hardware.Specification.EEDID.InitBlockTable(IDictionary`2 blockDictionary)
at iTin.Core.Hardware.Specification.EEDID.get_BlockTable()
at iTin.Core.Hardware.Specification.EEDID.get_HasBlocks()
at iTin.Core.Hardware.Specification.EEDID.get_Blocks()
What I have Tried
I tried master branch and the v1.0.3 tag from github and the problem seems to be resolved there.
I decompiled the dlls from the nuget package and I feel like the nuget package that is marked as v1.0.3 might not contain the updates that are found in the source code from v1.0.3 tag in github.
For now I can use a self compiled DLL from the master branch.
I hope you will consider pushing out a new nuget package.
Thanks for the library.
nk64.
The text was updated successfully, but these errors were encountered:
Hi, I 've been having a bit of fun with your library (v 1.0.3 from nuget).
I get an exception parsing one the 6 EDIDs that I tried.
Sample Code
Exception
What I have Tried
I tried master branch and the v1.0.3 tag from github and the problem seems to be resolved there.
I decompiled the dlls from the nuget package and I feel like the nuget package that is marked as v1.0.3 might not contain the updates that are found in the source code from v1.0.3 tag in github.
For now I can use a self compiled DLL from the master branch.
I hope you will consider pushing out a new nuget package.
Thanks for the library.
nk64.
The text was updated successfully, but these errors were encountered: