Closed 1-alex98 closed 4 years ago
We did not really change anything on that code segment of ours since it keeps happening.
This is probably the wrong repo right?
Happens since travis switched to AdoptOpenJDK
@johanvos I'm assuming this is because AdoptOpenJDK needs to be bundled with a certain freetype lib or that travis needs to run an apt-get install of freettype?
Aslo see AdoptOpenJDK/openjdk-build#577
Well we have added javfx our selves and it worked with normal openjdk before
I switched back to openjdk https://openjdk.java.net and it started working again
OK, thanks - I'm not sure what's causing that crash but I can only imagine it's a difference in freetype version.
Yeah i am not sure either. Not too much into this.
Closing due to inactivity. If you want us to pursue this, please test with recent versions and provide an executable test case.
Enviroment Linux inside Docker (Ubuntu 14.04.5 LTS)
In our travis build pipeline our unit tests (which load java fx Elements) fail. https://travis-ci.org/FAForever/downlords-faf-client/builds/553860824?utm_source=github_status&utm_medium=notification For the full error log see line 744 in the Travis build.
If you wanna see what exactly we called see https://github.com/FAForever/downlords-faf-client/pull/1340 .