Ran java -jar spongevanilla-1.8-2.1DEV-21-release.jar
It downloaded stuff and then I get this error:
Exception in thread “main” java.lang.NoClassDefFoundError: org/fusesource/jansi/AnsiConsole
at org.spongepowered.vanilla.launch.console.VanillaConsole.start(VanillaConsole.java:68)
at org.spongepowered.vanilla.launch.server.VanillaServerMain.main(VanillaServerMain.java:59)
Caused by: java.lang.ClassNotFoundException: org.fusesource.jansi.AnsiConsole
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
… 2 more
I tried installing: “apt-get install libjansi-java”, didn’t help.
I reverted back to DEV-20 and it didn’t throw errors at me. I’m testing this now for the first time and not interested in bug hunting at this time. If I start using and playing around with this some more I will be sure to start reporting bugs. But not right now. I just want to test it and see what this is all about.
Downloading minecraft_server.1.8.jar… This can take a while. https://s3.amazonaws.com/Minecraft.Download/versions/1.8/minecraft_server.1.8.jar
Successfully downloaded minecraft_server.1.8.jar and verified checksum!
Downloading launchwrapper-1.12.jar… This can take a while. https://libraries.minecraft.net/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
Successfully downloaded launchwrapper-1.12.jar and verified checksum!
[15:49:27 INFO] [Sponge]: Initializing Sponge…
[15:49:27 INFO] [Sponge]: De-obfuscation mappings are provided by MCP (http://www.modcoderpack.com)
[15:49:27 INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.4.4 Source=file:/home/pilvinen/pelit/spongepaska/spongevanilla-1.8-2.1DEV-21.jar Env=UNKNOWN
[15:49:27 INFO] [Sponge]: Initialization finished. Starting Minecraft server…
[15:49:32 ERROR] [mixin]: Critical injection failure: LVT in net/minecraft/entity/passive/EntityOcelot::func_70085_c has incompatible changes at opcode 8. Expected [Lnet/minecraft/item/ItemStack;] but found []. Callback afterGetCurrentItem(Lnet/minecraft/entity/player/EntityPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/item/ItemStack;)V
[15:49:32 ERROR] [LaunchWrapper]: Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at org.spongepowered.vanilla.launch.server.VanillaServerMain.main(VanillaServerMain.java:60) [spongevanilla-1.8-2.1DEV-21.jar:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/entity/passive/EntityOcelot
at net.minecraft.entity.EntityList.(SourceFile:138) ~[xb.class:?]
at net.minecraft.item.ItemMonsterPlacer.func_77653_i(SourceFile:38) ~[anl.class:?]
at net.minecraft.item.ItemStack.func_82833_r(SourceFile:458) ~[amj.class:?]
at net.minecraft.item.ItemStack.func_151000_E(SourceFile:774) ~[amj.class:?]
at net.minecraft.stats.StatList.func_75925_c(SourceFile:133) ~[ty.class:?]
at net.minecraft.stats.StatList.func_151178_a(SourceFile:70) ~[ty.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:481) ~[od.class:?]
at net.minecraft.server.MinecraftServer.main(SourceFile:645) ~[MinecraftServer.class:?]
at org.spongepowered.vanilla.SpongeVanilla.main(SpongeVanilla.java:79) ~[SpongeVanilla.class:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
… 7 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.entity.passive.EntityOcelot
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_45]
at net.minecraft.entity.EntityList.(SourceFile:138) ~[xb.class:?]
at net.minecraft.item.ItemMonsterPlacer.func_77653_i(SourceFile:38) ~[anl.class:?]
at net.minecraft.item.ItemStack.func_82833_r(SourceFile:458) ~[amj.class:?]
at net.minecraft.item.ItemStack.func_151000_E(SourceFile:774) ~[amj.class:?]
at net.minecraft.stats.StatList.func_75925_c(SourceFile:133) ~[ty.class:?]
at net.minecraft.stats.StatList.func_151178_a(SourceFile:70) ~[ty.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:481) ~[od.class:?]
at net.minecraft.server.MinecraftServer.main(SourceFile:645) ~[MinecraftServer.class:?]
at org.spongepowered.vanilla.SpongeVanilla.main(SpongeVanilla.java:79) ~[SpongeVanilla.class:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
… 7 more
Caused by: org.spongepowered.asm.mixin.injection.InjectionError: LVT in net/minecraft/entity/passive/EntityOcelot::func_70085_c has incompatible changes at opcode 8. Expected [Lnet/minecraft/item/ItemStack;] but found []. Callback afterGetCurrentItem(Lnet/minecraft/entity/player/EntityPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/item/ItemStack;)V
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:388) ~[spongevanilla-1.8-2.1DEV-21.jar:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:340) ~[spongevanilla-1.8-2.1DEV-21.jar:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
at org.spongepowered.asm.mixin.injection.code.Injector.injectInto(Injector.java:108) ~[spongevanilla-1.8-2.1DEV-21.jar:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:184) ~[spongevanilla-1.8-2.1DEV-21.jar:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
at org.spongepowered.asm.mixin.transformer.MixinApplicator.applyInjections(MixinApplicator.java:705) ~[spongevanilla-1.8-2.1DEV-21.jar:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
at org.spongepowered.asm.mixin.transformer.MixinApplicator.applyMixin(MixinApplicator.java:208) ~[spongevanilla-1.8-2.1DEV-21.jar:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
at org.spongepowered.asm.mixin.transformer.MixinApplicator.apply(MixinApplicator.java:189) ~[spongevanilla-1.8-2.1DEV-21.jar:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:594) ~[spongevanilla-1.8-2.1DEV-21.jar:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:566) ~[spongevanilla-1.8-2.1DEV-21.jar:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transform(MixinTransformer.java:402) ~[spongevanilla-1.8-2.1DEV-21.jar:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
at org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy.transform(MixinTransformer.java:104) ~[spongevanilla-1.8-2.1DEV-21.jar:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_45]
at net.minecraft.entity.EntityList.(SourceFile:138) ~[xb.class:?]
at net.minecraft.item.ItemMonsterPlacer.func_77653_i(SourceFile:38) ~[anl.class:?]
at net.minecraft.item.ItemStack.func_82833_r(SourceFile:458) ~[amj.class:?]
at net.minecraft.item.ItemStack.func_151000_E(SourceFile:774) ~[amj.class:?]
at net.minecraft.stats.StatList.func_75925_c(SourceFile:133) ~[ty.class:?]
at net.minecraft.stats.StatList.func_151178_a(SourceFile:70) ~[ty.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:481) ~[od.class:?]
at net.minecraft.server.MinecraftServer.main(SourceFile:645) ~[MinecraftServer.class:?]
at org.spongepowered.vanilla.SpongeVanilla.main(SpongeVanilla.java:79) ~[SpongeVanilla.class:1.8-2.1DEV-21+spongeproject-ci-b21.git-5aa21284719519d8100dfec06b2d721f4740ee1d]
… 7 more