Lovrom8 / RSMods

383 stars 34 forks source link

GUI Crash #90

Closed sqlenders closed 3 years ago

sqlenders commented 3 years ago

First time it ran fine. Than it crashed. Since it is about ASIO I included my asio setting file. The problem is in my RS_Asio.ini file. BuffersizeMode=custom but the buffersize is missing.

RS_ASIO.ini.txt


Error

De waarde van 0 is niet geldig voor Value. Value moet tussen 'Minimum' en 'Maximum' liggen. The value of 0 is not valid for Value. Value should be between Minimum and Maximum

Parameternaam: Value System.ArgumentOutOfRangeException: De waarde van 0 is niet geldig voor Value. Value moet tussen 'Minimum' en 'Maximum' liggen. Parameternaam: Value at System.Windows.Forms.NumericUpDown.set_Value(Decimal value) at RSMods.MainForm.PriorSettings_LoadASIOSettings() in C:\projects\rsmods\RSMods\UI.cs:line 556 at RSMods.MainForm..ctor() in C:\projects\rsmods\RSMods\UI.cs:line 107 at RSMods.Program.Main() in C:\projects\rsmods\RSMods\Program.cs:line 18

OK

ffio1 commented 3 years ago

Fixed in commit f74f0e4a46d86cee27cc413fe391d8fc125c4786

Will be pushed public in the next update. For now, set a custom buffer size since "CustomBufferSize" shouldn't be blank.

sqlenders commented 3 years ago

Excellent work.