Blondazz / KeyOverlay

A simple key overlay for osu! streaming
GNU General Public License v3.0
197 stars 28 forks source link

Special Characters not working #27

Closed Ryclic closed 2 years ago

Ryclic commented 2 years ago

When I use characters such as ',' and '.' the program launches but closes immediately afterwards.

Error log:


> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
>    at System.Collections.Generic.List`1.get_Item(Int32 index)
>    at System.Linq.Enumerable.ElementAt[TSource](IEnumerable`1 source, Int32 index)
>    at KeyOverlay.AppWindow..ctor() in C:\Users\Daniel\source\KeyOverlay\AppWindow.cs:line 89
>    at KeyOverlay.Program.Main(String[] args) in C:\Users\Daniel\source\KeyOverlay\Program.cs:line 13
Blondazz commented 2 years ago

In case you closed it on accident: image