Closed omidb closed 1 year ago
When looking for a fix for a similar issue, ( https://github.com/PaperMC/Paper/issues/696 ), we ended up solving a similar issue as noted on there, specifically setting the system properly library.jansi.version
to a value that pleases windows.
Not entirely sure if this is the same issue, however figured the least I could do is note it incase somebody else happens to fall across this; Not my writing, but:
When jansi attempts to extract its natives, by default it tries to extract a specific
version using the loading class's implementation version. Normally this works
completely fine however when on Windows certain characters such as - and :
can trigger special behaviour.
Furthermore this behaviour only occurs in specific combinations due to the parsing done
by jansi. For example test-test works fine, but test-test-test does not! In order to avoid
this all together but still keep our versions the same as they were, we set the override
property to the essentially garbage version Paper. This version is only used when
extracting the libraries to their temp folder.
Closing as this is related to jansi 1.x which is not supported anymore.
Hi, I'm not using directly JANSI but I assume some of the libraries that I use are working with it. I get this exception:
Any thought on that? It's sort of incompatibility with other things.