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

Added temporary fix for build error #5973

Merged
merged 3 commits into from
Aug 4, 2019
Merged

Added temporary fix for build error #5973

merged 3 commits into from
Aug 4, 2019

Conversation

TimMcGilly
Copy link
Contributor

This pull request add System.load("C:\\Windows\\System32\\WindowsCodecs.dll"); to 2 of the tests as a temporary fix to javafxports/openjdk-jfx#66. This was causing gradlew builds to fail on my side with EXCEPTION_ACCESS_VIOLATION during running Task :test.

This commit need to be tested on linux and mac machines as it could cause builds to fail on them.

@TimMcGilly
Copy link
Contributor Author

The travis build failed confirming what I suspected, that it would fail to build on linux machines. Not sure what action to go from here as it fixes some builds on windows but breaks other builds?

@TimMcGilly
Copy link
Contributor Author

This fix should be temporary until JavaFX 13 is released which is a permanent fix.

@grimreaper
Copy link
Member

almost there. mind adding a comment linking to the upstream bug (or at least back to this comment) so when JavaFX 13 comes out we'll know to remove it.

@grimreaper grimreaper merged commit ecd437d into PCGen:master Aug 4, 2019
@grimreaper
Copy link
Member

Thank you!

@TimMcGilly TimMcGilly deleted the javafx-build-fix branch August 4, 2019 21:56
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

Successfully merging this pull request may close these issues.

2 participants