Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.8.3 errors with "Input string was not in a correct format" when selecting Processing Chain Preset #12

Open
Piquetage opened this issue Dec 8, 2023 · 1 comment

Comments

@Piquetage
Copy link

Downloaded the v0.8.3 zip, ran the exe file, selected preset (any) and run into the "Input string was not in a correct format" error.

The error window also provided a stacktrace:
System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Double.Parse(String s)
at MusicAnalyser.Form1.DisplayScriptSettings(Int32 scriptIndex) in H:\Projects\source\repos\MusicAnalyser\MusicAnalyser\UI\Form1.cs:line 811
at MusicAnalyser.UI.ScriptSelector.cbScript_SelectedIndexChanged(Object sender, EventArgs e) in H:\Projects\source\repos\MusicAnalyser\MusicAnalyser\UI\ScriptSelector.cs:line 22
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at MusicAnalyser.Form1.SetAppliedScripts(Dictionary2 selectionDict) in H:\Projects\source\repos\MusicAnalyser\MusicAnalyser\UI\Form1.cs:line 741 at MusicAnalyser.App.AppController.ApplyPreset(String presetName, Dictionary2 preset) in H:\Projects\source\repos\MusicAnalyser\MusicAnalyser\App\AppController.cs:line 237
at MusicAnalyser.Form1.cbPresets_SelectedIndexChanged(Object sender, EventArgs e) in H:\Projects\source\repos\MusicAnalyser\MusicAnalyser\UI\Form1.cs:line 900
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ComboBox.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

@Seank23
Copy link
Owner

Seank23 commented Dec 17, 2023

Hi, I'm not able to replicate this issue. Do you have the same issue if you add and configure the scripts manually or is it only when selecting a preset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants