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

Parachest Landing Caused the Server Crash #3808

Closed
Accepted42 opened this issue Oct 9, 2019 · 6 comments
Closed

Parachest Landing Caused the Server Crash #3808

Accepted42 opened this issue Oct 9, 2019 · 6 comments

Comments

@Accepted42
Copy link

Accepted42 commented Oct 9, 2019

REVIEW THE GUIDELINES - see Contributing link on right side.

Minecraft version:1.12.2
Galacticraft version:4.0.2.237

Single player (SSP), Multiplayer (SMP), or SSP opened to LAN (LAN)?

  • If SMP server, please mention if it has Sponge, AtomMC, BukkitForge, BungeeCord etc.
    SMP, Sponge RC3928

Any Galacticraft add-ons installed? please list all

Please provide screenshots / crash report / log / full modlist as needed
crash-2019-10-10_01.02.44-server.txt

If the game is not starting at all, please confirm that you downloaded from the official Galacticraft download site (https://micdoodle8.com/mods/galacticraft)

@radfast radfast added the sponge label Oct 13, 2019
@radfast
Copy link
Collaborator

radfast commented Oct 13, 2019

Very strange.

java.lang.NoSuchFieldError: stacks
at micdoodle8.mods.galacticraft.core.entities.EntityParachest.placeChest(EntityParachest.java:141)
at micdoodle8.mods.galacticraft.core.entities.EntityParachest.func_70071_h_(EntityParachest.java:98)
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167)
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zlh000(WorldServer.java:4740)

The line numbers reported in EntityParachest.java do not match our lines, so something is messing with our code. The EntityParachest.placeChest() method does not make use of any field stacks.

@Accepted42
Copy link
Author

Thanks, the reason has been found. It seems that I loaded a unofficial fix mod which should mess with the parachest code and cause the server crash. Sorry for the bothering.

@radfast
Copy link
Collaborator

radfast commented Oct 18, 2019

I loaded a unofficial fix mod which should mess with the parachest code

Please give feedback to the author of that "unofficial fix mod", ask them to remove their changes to the parachest? If there's a bug with the parachest, it will be best to report it to us here, then we can fix it for everybody.

Is that mod "anothercommonbugfix"?

@Accepted42
Copy link
Author

Yes, it is the mod.
I have made the comment on their mod page.
And by he way, thanks a lot for your great mod!

@marcus8448
Copy link
Contributor

The bug that mod is trying to fix is the bug that PR #3695 solves.

@radfast
Copy link
Collaborator

radfast commented Oct 29, 2019

Thanks @marcus8448, we should take a look. Do you know whether the bug is 1.7.10 specific or seen in later GC versions as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants