xmamo / VanillaVotifier

Votifier plugin, but for Minecraft vanilla!
https://mamo.dev/vanillavotifier
Other
17 stars 8 forks source link

Java errors when executing jar #12

Closed beaker4224 closed 8 years ago

beaker4224 commented 8 years ago

Hi, I'm getting the following error when trying to execute the most recent release of the votifier using the command "java -jar VanillaVotifier.jar". I'm running as root, added the ports to iptable, gave it all the permissions (to test). Any idea what might be causing it?

The errors I'm getting are:

Exception in thread "main" java.lang.NoSuchMethodError: java.lang.System.lineSeparator()Ljava/lang/String; at co.virtualdragon.vanillaVotifier.impl.PropertiesLanguagePack.getString(PropertiesLanguagePack.java:45) at co.virtualdragon.vanillaVotifier.impl.PropertiesLanguagePack.getString(PropertiesLanguagePack.java:38) at co.virtualdragon.vanillaVotifier.impl.PropertiesLanguagePack.getString(PropertiesLanguagePack.java:47) at co.virtualdragon.vanillaVotifier.impl.VanillaVotifierLogger.printlnTranslation(VanillaVotifierLogger.java:96) at co.virtualdragon.vanillaVotifier.impl.VanillaVotifierLogger.printlnTranslation(VanillaVotifierLogger.java:91) at co.virtualdragon.vanillaVotifier.impl.VanillaVotifier.main(VanillaVotifier.java:77)

xmamo commented 8 years ago

I just released a new release, it should work now. Please keep in mind that because of #11, VanillaVotifier doesn't currently work on MC 1.9+.