ryanjon2040 / Unreal-Binary-Builder

An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
MIT License
657 stars 150 forks source link

App crash when NumberFormatInfo.NumberDecimalSeparator != "." #50

Open max-dark opened 2 years ago

max-dark commented 2 years ago

App crash when NumberFormatInfo.NumberDecimalSeparator != "."

crash in file MainWindow.xaml.cs method double GetEngineValue() line 1271

Suggested patch: replace "." with NumberFormatInfo.NumberDecimalSeparator in variable RemovedName before pass it to Convert.ToDouble

max-dark commented 2 years ago

51 fix it