Sailsman63
Sailsman63
Is it known whether this issue affects the compiled binary version of the stub, or is it specific to the shell script?
Hmm... could this return different hashes in the *same* run if the file got pulled in two different ways? (Diamond dependency) If so, that might explain the multi-hash thing that...
At this point, possibly not. However, I'm already finding that I am deliberately optimizing my opening moves for the (known) starting state, rather than improving my flight skills. I get...
At this point, I've only cleared level one once! I did notice the scoring. I was thinking that this might be an interesting arena to test various AIs against, if...
Had this bumped back to my consciousness by @MeFisto94's listed issue above. It's less "Compiled with wrong Java" and more that OpenJDK's releases have broken binary compatibility with every other...
My concern would be making sure that natives compiled with the Oracle/ JVMs also work with AdoptOpenJDK. Otherwise, you'd have to maintain full separate build stacks depending on which JRE...
That's a good point. One thing that seems to be missing with the lwjgl2 build that @MeFisto94 has linked is that there's no clear way to launch a basic test,...
^ My understanding was that it boiled down to [This glibc bug](https://sourceware.org/bugzilla/show_bug.cgi?id=19329). Situations when the runtime tries to load multiple native libraries in quick succession (Such as lwjgl2, or older...
>Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed! This looks very familiar. This error is typical of binary incompatibility between native...
And in particular, there has been a serious push to remove the `sun.*` packages altogether. However, if that were the cause you should be getting `java.lang.NoClassDefFoundError`, unless it's being swallowed...