Forked from Zerthick/gist:648bf3fc79aefd34344e98c25068fcfd
Created
January 28, 2018 21:24
-
-
Save ryantheleach/5b7d2f7a50cea346c12450e76174cb8e to your computer and use it in GitHub Desktop.
Sponge Crash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
SpongeCoremod (sponge.jar) | |
Contact their authors BEFORE contacting forge | |
// Don't be sad. I'll do better next time, I promise! | |
Time: 1/28/18 4:20 PM | |
Description: Ticking entity | |
java.lang.NoSuchMethodError: org.spongepowered.api.event.SpongeEventFactory.createDestructEntityEventDeath(Lorg/spongepowered/api/event/cause/Cause;Lorg/spongepowered/api/text/channel/MessageChannel;Ljava/util/Optional;Lorg/spongepowered/api/event/message/MessageEvent$MessageFormatter;Lorg/spongepowered/api/entity/living/Living;ZZ)Lorg/spongepowered/api/event/entity/DestructEntityEvent$Death; | |
at org.spongepowered.common.event.SpongeCommonEventFactory.callDestructEntityEventDeath(SpongeCommonEventFactory.java:681) | |
at net.minecraft.entity.EntityLivingBase.onDeath(EntityLivingBase.java:3266) | |
at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:3534) | |
at net.minecraft.entity.passive.EntityBat.attackEntityFrom(SourceFile:203) | |
at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:487) | |
at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:224) | |
at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:208) | |
at net.minecraft.entity.Entity.onUpdate(Entity.java:388) | |
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2084) | |
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:295) | |
at net.minecraft.entity.passive.EntityBat.onUpdate(SourceFile:112) | |
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:166) | |
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zlg000(WorldServer.java:2855) | |
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:4134) | |
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:831) | |
at net.minecraft.world.World.updateEntity(World.java:1948) | |
at net.minecraft.world.World.updateEntities(World.java:6553) | |
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:2219) | |
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:765) | |
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:396) | |
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:666) | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) | |
at java.lang.Thread.run(Thread.java:748) | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Server thread | |
Stacktrace: | |
at org.spongepowered.common.event.SpongeCommonEventFactory.callDestructEntityEventDeath(SpongeCommonEventFactory.java:681) | |
at net.minecraft.entity.EntityLivingBase.onDeath(EntityLivingBase.java:3266) | |
at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:3534) | |
at net.minecraft.entity.passive.EntityBat.attackEntityFrom(SourceFile:203) | |
at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:487) | |
at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:224) | |
at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:208) | |
at net.minecraft.entity.Entity.onUpdate(Entity.java:388) | |
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2084) | |
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:295) | |
at net.minecraft.entity.passive.EntityBat.onUpdate(SourceFile:112) | |
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:166) | |
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zlg000(WorldServer.java:2855) | |
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:4134) | |
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:831) | |
at net.minecraft.world.World.updateEntity(World.java:1948) | |
-- Entity being ticked -- | |
Details: | |
Entity Type: minecraft:bat (net.minecraft.entity.passive.EntityBat) | |
Entity ID: 307 | |
Entity Name: Bat | |
Entity's Exact location: -213.52, 12.54, 283.49 | |
Entity's Block location: World: (-214,12,283), Chunk: (at 10,0,11 in -14,17; contains blocks -224,0,272 to -209,255,287), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) | |
Entity's Momentum: 0.11, -0.01, 0.20 | |
Entity's Passengers: [] | |
Entity's Vehicle: ~~ERROR~~ NullPointerException: null | |
Stacktrace: | |
at net.minecraft.world.World.updateEntities(World.java:6553) | |
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:2219) | |
-- Affected level -- | |
Details: | |
Level name: world | |
All players: 1 total; [EntityPlayerMP['Zerthick'/212, l='world', x=-176.91, y=54.45, z=264.39]] | |
Chunk stats: ServerChunkCache: 485 Drop: 0 | |
Level seed: -1640625663897976044 | |
Level generator: ID 00 - default, ver 1. Features enabled: true | |
Level generator options: | |
Level spawn location: World: (-216,64,244), Chunk: (at 8,4,4 in -14,15; contains blocks -224,0,240 to -209,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) | |
Level time: 8454 game time, 8454 day time | |
Level dimension: 0 | |
Level storage version: 0x04ABD - Anvil | |
Level weather: Rain time: 127364 (now: false), thunder time: 45405 (now: false) | |
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false | |
-- Sponge PhaseTracker -- | |
Details: | |
Cause Stack: [Empty stack] | |
Stacktrace: | |
at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjc000(MinecraftServer.java:4017) | |
at net.minecraft.server.MinecraftServer.addServerInfoToCrashReport(MinecraftServer.java:887) | |
at net.minecraft.server.dedicated.DedicatedServer.addServerInfoToCrashReport(DedicatedServer.java:370) | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:552) | |
at java.lang.Thread.run(Thread.java:748) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.12.2 | |
Operating System: Windows 10 (amd64) version 10.0 | |
Java Version: 1.8.0_144, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 1123279200 bytes (1071 MB) / 1850736640 bytes (1765 MB) up to 3806855168 bytes (3630 MB) | |
JVM Flags: 0 total; | |
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 | |
FML: MCP 9.42 Powered by Forge 14.23.1.2555 9 mods loaded, 9 mods active | |
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | |
| State | ID | Version | Source | Signature | | |
|:--------- |:----------------- |:--------------------------- |:---------------------------- |:---------------------------------------- | | |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None | | |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None | | |
| UCHIJAAAA | FML | 8.0.99.99 | server.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | |
| UCHIJAAAA | forge | 14.23.1.2555 | server.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | |
| UCHIJAAAA | spongeapi | 7.1.0-SNAPSHOT-b163786 | sponge.jar | None | | |
| UCHIJAAAA | sponge | 1.12.2-2555-7.1.0-BETA-2854 | sponge.jar | None | | |
| UCHIJAAAA | commandraffle | | CommandRaffle_main | None | | |
| UCHIJAAAA | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None | | |
| UCHIJAAAA | totaleconomy | 1.7.1-API_7 | TotalEconomy-1.7.1-API_7.jar | None | | |
Loaded coremods (and transformers): | |
SpongeCoremod (sponge.jar) | |
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer | |
Profiler Position: N/A (disabled) | |
Player Count: 1 / 20; [EntityPlayerMP['Zerthick'/212, l='world', x=-176.91, y=54.45, z=264.39]] | |
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge' | |
Type: Dedicated Server (map_server.txt) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment