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

fix(controller): prevent NumberFormatException on starting game #628

Merged
merged 6 commits into from
Feb 16, 2021

Conversation

skaldarnar
Copy link
Member

@skaldarnar skaldarnar commented Feb 16, 2021

As described in #627 the determination for whether we are starting a LWJGL v2 or v3 game fails for games downloaded from the "new" Jenkins (http://jenkins.terasology.io).

With this fix the ApplicationController relies on the determination as done by the repository adapters and does not attempt to parse the version string on its own.

@skaldarnar skaldarnar changed the title fix(controller): prevent NumberFormatException by using release metadata from selected release on starting game fix(controller): prevent NumberFormatException when starting recent games Feb 16, 2021
@skaldarnar skaldarnar changed the title fix(controller): prevent NumberFormatException when starting recent games fix(controller): prevent NumberFormatException on starting game Feb 16, 2021
@skaldarnar skaldarnar added the Type: Bug Bug reports for launcher releases (reproducible from master) label Feb 16, 2021
@skaldarnar skaldarnar added this to the v4.3.1 milestone Feb 16, 2021
Base automatically changed from refactor/release-metadata to master February 16, 2021 19:24
@skaldarnar skaldarnar merged commit c0fef8e into master Feb 16, 2021
@skaldarnar skaldarnar deleted the fix/nfe-on-start-game branch February 16, 2021 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug reports for launcher releases (reproducible from master)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants