Skip to content

VersionHandler not working on machines that use comma separation instead of the dot #43

@bence98

Description

@bence98

Basically, float.TryParse() will return false if the OS is in a language that uses comma as the decimal separator instead of the dot. This means that it will fall back to 5.4, which in turn causes it to attempt to load BuildTarget number 11, resulting in an instant crash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions