Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sponge command still throws error #1954

Closed
Fatmice opened this issue Jun 23, 2018 · 9 comments
Closed

Sponge command still throws error #1954

Fatmice opened this issue Jun 23, 2018 · 9 comments
Labels

Comments

@Fatmice
Copy link

Fatmice commented Jun 23, 2018

I am currently running

  • SpongeForge version: spongeforge-1.12.2-2705-7.1.0-BETA-3221.jar
  • SpongeVanilla version:
  • Java version:
  • Operating System:
  • Plugins/Mods:

Issue Description
/sponge command and all its subcommand still missing and throwing error
#1953

@limbo-app limbo-app added the status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage label Jun 23, 2018
@dualspiral
Copy link
Contributor

Logs? Other information? This bug is near to useless. I don't know what error you're on about.

This is the current error which is correct. I just tested it on a freshly downloaded SF 3221 myself and this is what I get.

screenshot_20180623_123422

If you're not getting this, then I need more information, logs, commands written, etc. If you are getting this, this is the expected behaviour (as it stands).

@limbo-app limbo-app removed the status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage label Jun 23, 2018
@dualspiral dualspiral added the status: waiting for reply there was a specific question for the author label Jun 23, 2018
@Fatmice
Copy link
Author

Fatmice commented Jun 23, 2018

Uh, what is there to log?

sponge
[12:04:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Unknown command. Try /help for a list of commands

Isn't the issue clear enough? I do not get the output that you get. This didn't happen on SpongeForge: 1.12.2-2705-7.1.0-BETA-3204
SpongePowered/SpongeForge#2248

I notice it first on spongeforge-1.12.2-2705-7.1.0-BETA-3218.jar as well as others
#1953

There was a "fix" of some kind for 3221 but I don't see any effect thus I reported again.
debug.log
latest.log

@Lemmmy
Copy link

Lemmmy commented Jun 23, 2018

this is unrelated to #1953 - sponge did not even load on your server, which is why the command doesnt work for you

@Fatmice
Copy link
Author

Fatmice commented Jun 23, 2018

Are you sure?
debug.log:79:[11:14:22] [main/DEBUG] [FML]: Examining file: SpongeForge.jar
debug.log:216:[11:14:22] [main/DEBUG] [FML]: Adding SpongeForge.jar to the mod list
debug.log:503:[11:14:22] [main/DEBUG] [FML]: Examining for coremod candidacy SpongeForge.jar
debug.log:504:[11:14:22] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from SpongeForge.jar
debug.log:594:[11:14:23] [main/DEBUG] [mixin]: Scanning file:/dev/shm/minecraft/./mods/SpongeForge.jar for mixin tweaker
debug.log:595:[11:14:23] [main/DEBUG] [mixin]: file:/dev/shm/minecraft/./mods/SpongeForge.jar contains a mixin tweaker, adding agents
debug.log:596:[11:14:23] [main/DEBUG] [mixin]: Adding mixin platform agents for container file:/dev/shm/minecraft/./mods/SpongeForge.jar
debug.log:597:[11:14:23] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFML for file:/dev/shm/minecraft/./mods/SpongeForge.jar
debug.log:598:[11:14:23] [main/DEBUG] [mixin]: SpongeForge.jar has core plugin org.spongepowered.mod.SpongeCoremod. Injecting it into FML for co-initialisation:
debug.log:646: at org.spongepowered.common.launch.SpongeLaunch.setupMixinEnvironment(SpongeLaunch.java:125) ~[SpongeForge.jar:1.12.2-2705-7.1.0-BETA-3221]
debug.log:647: at org.spongepowered.mod.SpongeCoremod.(SpongeCoremod.java:92) ~[SpongeForge.jar:1.12.2-2705-7.1.0-BETA-3221]
debug.log:655:[11:14:23] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for file:/dev/shm/minecraft/./mods/SpongeForge.jar
debug.log:718:[11:14:25] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentFML:file:/dev/shm/minecraft/./mods/SpongeForge.jar]
debug.log:719:[11:14:25] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:file:/dev/shm/minecraft/./mods/SpongeForge.jar]
debug.log:760:[11:14:25] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentFML:file:/dev/shm/minecraft/./mods/SpongeForge.jar]
debug.log:761:[11:14:25] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:file:/dev/shm/minecraft/./mods/SpongeForge.jar]
debug.log:847:[11:14:25] [main/DEBUG] [FML]: Loaded 463 rules from AccessTransformer mod jar file ./mods/SpongeForge.jar!META-INF/common_at.cfg
debug.log:1231:[11:14:30] [Server thread/TRACE] [FML]: Skipping known library file /dev/shm/minecraft/./mods/SpongeForge.jar
debug.log:1306:[11:14:30] [Server thread/DEBUG] [FML]: Adding SpongeForge.jar to the mod list
debug.log:1450:[11:14:30] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker SpongeForge.jar
latest.log:39:[11:14:22] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from SpongeForge.jar
latest.log:90: at org.spongepowered.common.launch.SpongeLaunch.setupMixinEnvironment(SpongeLaunch.java:125) ~[SpongeForge.jar:1.12.2-2705-7.1.0-BETA-3221]
latest.log:91: at org.spongepowered.mod.SpongeCoremod.(SpongeCoremod.java:92) ~[SpongeForge.jar:1.12.2-2705-7.1.0-BETA-3221]

@Lemmmy
Copy link

Lemmmy commented Jun 23, 2018

just because it found the jar doesn't mean it loaded successfully, if you read the log you will see that it errored after trying to load a mixin, and didn't output any further than that.

@Fatmice
Copy link
Author

Fatmice commented Jun 23, 2018

I thought that belong to LagGoggle. Sponge complained that it needed mixin 0.7.10 and found 0.7.5

@Fatmice
Copy link
Author

Fatmice commented Jun 23, 2018

Indeed, removing LagGoggles allowed Sponge to load so it must be the conflicting Mixin that was included in LagGoggles?

@Lemmmy
Copy link

Lemmmy commented Jun 23, 2018

yes - this is probably an issue for LagGoggles, not SpongeForge

@dualspiral
Copy link
Contributor

sponge
[12:04:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Unknown command. Try /help for a list of commands

Yes, this is nothing to do with #1953, this is why we ask for logs. Closing as this is nothing to do with Sponge.

@dualspiral dualspiral added resolution: invalid This doesn't seem right and removed status: waiting for reply there was a specific question for the author labels Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants