Skip to content

Instantly share code, notes, and snippets.

@ItsDoot
Created August 22, 2020 06:27
Show Gist options
  • Save ItsDoot/da6eed6b69b2fc9e382b579147d0b2d0 to your computer and use it in GitHub Desktop.
Save ItsDoot/da6eed6b69b2fc9e382b579147d0b2d0 to your computer and use it in GitHub Desktop.
wat
[01:26:51.837] [main/INFO] [Launcher/MODLAUNCHER]: ModLauncher running: args [nogui, --launchTarget, sponge_server_dev]
[01:26:51.848] [main/INFO] [Launcher/MODLAUNCHER]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_252 by AdoptOpenJDK
[01:26:52.046] [main/INFO] [Plugin/]: SpongePowered PLUGIN Subsystem Version=0.1.1-SNAPSHOT Service=ModLauncher
[01:26:52.054] [main/INFO] [Plugin/]: Plugin language loader 'java_plain' found.
[01:26:52.169] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.1 Source=file:/C:/Users/Christian/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.1-SNAPSHOT/c18aed9fc9d0aff8186004a5c504da897190ed81/mixin-0.8.1-SNAPSHOT.jar Service=ModLauncher Env=SERVER
[01:26:52.255] [main/INFO] [Plugin/]: Discovered '0' [classpath] plugin resource(s) for 'java_plain'.
[01:26:52.262] [main/INFO] [Plugin/]: Discovered '0' [directory] plugin resource(s) for 'java_plain'.
[01:26:52.565] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [org.spongepowered.vanilla.modlauncher.mixin.VanillaLaunchMixinConnector]
[01:26:52.771] [main/INFO] [LaunchServiceHandler/MODLAUNCHER]: Launching target 'sponge_server_dev' with arguments [nogui]
[01:26:52.771] [main/INFO] [Sponge Launch/]: Transitioning to Sponge launcher, please wait...
[01:26:52.802] [main/WARN] [mixin/]: Reference map 'spongecommon.accessors.refmap.json' for mixins.common.accessors.json could not be read. If this is a development environment you can ignore this message
[01:26:52.806] [main/WARN] [mixin/]: Reference map 'spongecommon.mixins.refmap.json' for mixins.common.api.json could not be read. If this is a development environment you can ignore this message
[01:26:52.808] [main/WARN] [mixin/]: Reference map 'spongecommon.mixins.refmap.json' for mixins.common.core.json could not be read. If this is a development environment you can ignore this message
[01:26:52.811] [main/WARN] [mixin/]: Reference map 'spongecommon.mixins.refmap.json' for mixins.common.inventory.json could not be read. If this is a development environment you can ignore this message
[01:26:52.814] [main/WARN] [mixin/]: Reference map 'spongecommon.mixins.refmap.json' for mixins.common.tracker.json could not be read. If this is a development environment you can ignore this message
[01:26:52.817] [main/WARN] [mixin/]: Reference map 'spongevanilla.accessors.refmap.json' for mixins.vanilla.accessors.json could not be read. If this is a development environment you can ignore this message
[01:26:52.819] [main/WARN] [mixin/]: Reference map 'spongevanilla.mixins.refmap.json' for mixins.vanilla.api.json could not be read. If this is a development environment you can ignore this message
[01:26:52.822] [main/WARN] [mixin/]: Reference map 'spongevanilla.mixins.refmap.json' for mixins.vanilla.core.json could not be read. If this is a development environment you can ignore this message
[01:26:54.294] [main/WARN] [mixin/]: Error loading class: net/minecraft/tileentity/SignTileEntity$1 (java.lang.ClassNotFoundException: null)
[01:26:54.294] [main/WARN] [mixin/]: @Mixin target net/minecraft/tileentity/SignTileEntity$1 was not found mixins.common.api.json:service.permission.SubjectMixin_API
[01:26:54.297] [main/WARN] [mixin/]: Error loading class: net/minecraft/tileentity/SignTileEntity$2 (java.lang.ClassNotFoundException: null)
[01:26:54.297] [main/WARN] [mixin/]: @Mixin target net/minecraft/tileentity/SignTileEntity$2 was not found mixins.common.api.json:service.permission.SubjectMixin_API
[01:26:54.425] [main/WARN] [mixin/]: Error loading class: net/minecraft/network/login/ServerLoginNetHandler$2 (java.lang.ClassNotFoundException: null)
[01:26:54.425] [main/WARN] [mixin/]: @Mixin target net/minecraft/network/login/ServerLoginNetHandler$2 was not found mixins.common.core.json:network.login.ServerLoginNetHandler_2Mixin
[01:26:54.430] [main/WARN] [mixin/]: Error loading class: net/minecraft/tileentity/SignTileEntity$1 (java.lang.ClassNotFoundException: null)
[01:26:54.430] [main/WARN] [mixin/]: @Mixin target net/minecraft/tileentity/SignTileEntity$1 was not found mixins.common.core.json:service.permission.SubjectMixin
[01:26:54.433] [main/WARN] [mixin/]: Error loading class: net/minecraft/tileentity/SignTileEntity$2 (java.lang.ClassNotFoundException: null)
[01:26:54.433] [main/WARN] [mixin/]: @Mixin target net/minecraft/tileentity/SignTileEntity$2 was not found mixins.common.core.json:service.permission.SubjectMixin
[01:26:55.174] [main/INFO] [Sponge/]: Loading Sponge, please wait...
Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
at org.spongepowered.vanilla.modlauncher.Main.main(Main.java:71)
Caused by: java.lang.reflect.InvocationTargetException
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.spongepowered.vanilla.modlauncher.bootstrap.ServerDevLaunchHandler.launchService0(ServerDevLaunchHandler.java:42)
at org.spongepowered.vanilla.modlauncher.bootstrap.AbstractVanillaLaunchHandler.lambda$launchService$1(AbstractVanillaLaunchHandler.java:75)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
... 5 more
Caused by: com.google.inject.CreationException: Unable to create injector, see the following errors:
Caused by: com.google.inject.CreationException: Unable to create injector, see the following errors:
1) Error injecting constructor, java.lang.RuntimeException: Could not find the plugin representing SpongeVanilla, this is a serious issue!
at org.spongepowered.common.SpongePlatform.<init>(SpongePlatform.java:62)
at org.spongepowered.common.SpongePlatform.class(SpongePlatform.java:50)
while locating org.spongepowered.common.SpongePlatform
while locating org.spongepowered.api.Platform
for the 1st parameter of org.spongepowered.common.SpongeGame.<init>(SpongeGame.java:80)
at org.spongepowered.common.SpongeGame.class(SpongeGame.java:54)
while locating org.spongepowered.common.SpongeGame
for field at org.spongepowered.common.SpongeCommon.game(SpongeCommon.java:55)
Caused by: java.lang.RuntimeException: Could not find the plugin representing SpongeVanilla, this is a serious issue!
at org.spongepowered.vanilla.launch.VanillaLauncher.getPlatformPlugin(VanillaLauncher.java:71)
Caused by: java.lang.RuntimeException: Could not find the plugin representing SpongeVanilla, this is a serious issue!
at org.spongepowered.common.SpongePlatform.<init>(SpongePlatform.java:66)
at org.spongepowered.common.SpongePlatform$$FastClassByGuice$$b5b7b42.newInstance(<generated>)
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89)
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:111)
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:90)
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:268)
at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:194)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:56)
at com.google.inject.internal.ExposedKeyFactory.get(ExposedKeyFactory.java:54)
at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38)
at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62)
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:110)
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:90)
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:268)
at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:194)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
at com.google.inject.internal.SingleFieldInjector.inject(SingleFieldInjector.java:54)
at com.google.inject.internal.InjectionRequestProcessor$StaticInjection$1.call(InjectionRequestProcessor.java:123)
at com.google.inject.internal.InjectionRequestProcessor$StaticInjection$1.call(InjectionRequestProcessor.java:117)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1085)
at com.google.inject.internal.InjectionRequestProcessor$StaticInjection.injectMembers(InjectionRequestProcessor.java:117)
at com.google.inject.internal.InjectionRequestProcessor.injectMembers(InjectionRequestProcessor.java:79)
at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:171)
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
at com.google.inject.Guice.createInjector(Guice.java:99)
at org.spongepowered.common.SpongeBootstrap.perform(SpongeBootstrap.java:54)
at org.spongepowered.vanilla.launch.DedicatedServerLauncher.launchPlatform(DedicatedServerLauncher.java:55)
at org.spongepowered.vanilla.launch.DedicatedServerLauncher.launch(DedicatedServerLauncher.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.spongepowered.vanilla.modlauncher.bootstrap.ServerDevLaunchHandler.launchService0(ServerDevLaunchHandler.java:42)
at org.spongepowered.vanilla.modlauncher.bootstrap.AbstractVanillaLaunchHandler.lambda$launchService$1(AbstractVanillaLaunchHandler.java:75)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
at org.spongepowered.vanilla.modlauncher.Main.main(Main.java:71)
2) Error injecting constructor, java.lang.RuntimeException: Could not find the plugin representing SpongeVanilla, this is a serious issue!
at org.spongepowered.common.SpongePlatform.<init>(SpongePlatform.java:62)
at org.spongepowered.common.SpongePlatform.class(SpongePlatform.java:50)
while locating org.spongepowered.common.SpongePlatform
while locating org.spongepowered.api.Platform
for the 1st parameter of org.spongepowered.common.SpongeGame.<init>(SpongeGame.java:80)
at org.spongepowered.common.SpongeGame.class(SpongeGame.java:54)
while locating org.spongepowered.common.SpongeGame
while locating org.spongepowered.api.Game
for field at org.spongepowered.api.Sponge.game(Sponge.java:48)
Caused by: java.lang.RuntimeException: Could not find the plugin representing SpongeVanilla, this is a serious issue!
at org.spongepowered.vanilla.launch.VanillaLauncher.getPlatformPlugin(VanillaLauncher.java:71)
at org.spongepowered.common.SpongePlatform.<init>(SpongePlatform.java:66)
at org.spongepowered.common.SpongePlatform$$FastClassByGuice$$b5b7b42.newInstance(<generated>)
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89)
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:111)
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:90)
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:268)
at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:194)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:56)
at com.google.inject.internal.ExposedKeyFactory.get(ExposedKeyFactory.java:54)
at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38)
at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62)
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:110)
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:90)
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:268)
at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:194)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:56)
at com.google.inject.internal.SingleFieldInjector.inject(SingleFieldInjector.java:54)
at com.google.inject.internal.InjectionRequestProcessor$StaticInjection$1.call(InjectionRequestProcessor.java:123)
at com.google.inject.internal.InjectionRequestProcessor$StaticInjection$1.call(InjectionRequestProcessor.java:117)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1085)
at com.google.inject.internal.InjectionRequestProcessor$StaticInjection.injectMembers(InjectionRequestProcessor.java:117)
at com.google.inject.internal.InjectionRequestProcessor.injectMembers(InjectionRequestProcessor.java:79)
at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:171)
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
at com.google.inject.Guice.createInjector(Guice.java:99)
at org.spongepowered.common.SpongeBootstrap.perform(SpongeBootstrap.java:54)
at org.spongepowered.vanilla.launch.DedicatedServerLauncher.launchPlatform(DedicatedServerLauncher.java:55)
at org.spongepowered.vanilla.launch.DedicatedServerLauncher.launch(DedicatedServerLauncher.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.spongepowered.vanilla.modlauncher.bootstrap.ServerDevLaunchHandler.launchService0(ServerDevLaunchHandler.java:42)
at org.spongepowered.vanilla.modlauncher.bootstrap.AbstractVanillaLaunchHandler.lambda$launchService$1(AbstractVanillaLaunchHandler.java:75)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
at org.spongepowered.vanilla.modlauncher.Main.main(Main.java:71)
2 errors
at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:470)
at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:176)
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
at com.google.inject.Guice.createInjector(Guice.java:99)
at org.spongepowered.common.SpongeBootstrap.perform(SpongeBootstrap.java:54)
at org.spongepowered.vanilla.launch.DedicatedServerLauncher.launchPlatform(DedicatedServerLauncher.java:55)
at org.spongepowered.vanilla.launch.DedicatedServerLauncher.launch(DedicatedServerLauncher.java:43)
... 12 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment