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

Plugin crashing my server #10

Open
viniciuseloybr opened this issue Oct 28, 2019 · 0 comments
Open

Plugin crashing my server #10

viniciuseloybr opened this issue Oct 28, 2019 · 0 comments

Comments

@viniciuseloybr
Copy link

hello, can anyone help me pls ? the game are crashing when i won a battle

---- Minecraft Crash Report ----

WARNING: coremods are present:
SpongeCoremod (spongeforge-1.12.2-2825-7.1.6.jar)
Contact their authors BEFORE contacting forge

// You're mean.

Time: 28/10/19 17:43
Description: Exception in server tick loop

java.lang.NoSuchFieldError: pokemon
at br.github.superteits.pixelmoney.listeners.BeatWildPixelmonListener.defeatWild(BeatWildPixelmonListener.java:32)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_63_BeatWildPixelmonListener_defeatWild_BeatWildPixelmonEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706)
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.lambda$checkPokemon$10(BattleControllerBase.java:1048)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.checkPokemon(BattleControllerBase.java:1046)
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:353)
at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:181)
at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:17)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_79_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706)
at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Server thread
Stacktrace:
at br.github.superteits.pixelmoney.listeners.BeatWildPixelmonListener.defeatWild(BeatWildPixelmonListener.java:32)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_63_BeatWildPixelmonListener_defeatWild_BeatWildPixelmonEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706)
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.lambda$checkPokemon$10(BattleControllerBase.java:1048)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.checkPokemon(BattleControllerBase.java:1046)
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:353)
at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:181)
at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:17)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_79_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706)
at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274)

-- Sponge PhaseTracker --
Details:
Phase Stack: [Empty stack]
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjo000(MinecraftServer.java:3980)
at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_201, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2637067336 bytes (2514 MB) / 4163895296 bytes (3971 MB) up to 4163895296 bytes (3971 MB)
JVM Flags: 2 total; -Xms4096M -Xmx4096M
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2768 36 mods loaded, 36 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             | servidor.jar                                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge                 | 14.23.5.2768          | servidor.jar                                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | spongeapi             | 7.1.0-fb496dbf0       | spongeforge-1.12.2-2825-7.1.6.jar                  | None                                     |
| UCHIJAAAA | sponge                | 1.12.2-7.1.6          | spongeforge-1.12.2-2825-7.1.6.jar                  | None                                     |
| UCHIJAAAA | spongeforge           | 1.12.2-2825-7.1.6     | spongeforge-1.12.2-2825-7.1.6.jar                  | None                                     |
| UCHIJAAAA | aliases               | 1.0                   | Aliases-1.0.jar                                    | None                                     |
| UCHIJAAAA | pixelmon              | 7.0.8                 | pixelmon-1.12.2-7.0.8-universal.jar                | None                                     |
| UCHIJAAAA | pixelmoneconomybridge | 2.0.7                 | EcoBridge-1.12.2-2.0.7.jar                         | None                                     |
| UCHIJAAAA | economylite           | 2.15.1                | EconomyLite-7.1.0-2.15.1.jar                       | None                                     |
| UCHIJAAAA | flexiblelogin         | 0.17.4                | flexiblelogin-0.17.4.jar                           | None                                     |
| UCHIJAAAA | impactor              | 2.0.0                 | Impactor-Sponge-7.1.5-2.0.0-DEV.jar                | None                                     |
| UCHIJAAAA | nucleus               | 1.14.0-S7.1           | Nucleus-1.14.0-S7.1-MC1.12.2-plugin.jar            | None                                     |
| UCHIJAAAA | gts                   | 5.0.3                 | GTS-Sponge-1.12.2-5.0.3.jar                        | None                                     |
| UCHIJAAAA | gts_reforged          | 5.0.3                 | GTS-Sponge-Reforged-7.0.7-5.0.3.jar                | None                                     |
| UCHIJAAAA | holograms             | 3.1.5                 | holograms-3.1.5.jar                                | None                                     |
| UCHIJAAAA | legendaryplus         | 4.4                   | LegendaryPlus-4.4.jar                              | None                                     |
| UCHIJAAAA | luckperms             | 4.3.75                | LuckPerms-Sponge-4.3.75.jar                        | None                                     |
| UCHIJAAAA | pixelautomessages     | 1.0.3                 | PixelAutoMessages-1.0.3-b15.jar                    | None                                     |
| UCHIJAAAA | pixelextras           | 2.5.1                 | pixelextras-1-12-2-2-5-1-universal-jar.jar         | None                                     |
| UCHIJAAAA | pixelgenocide         | 1.0.5                 | PixelGenocide-1.0.5.jar                            | None                                     |
| UCHIJAAAA | pixelhunt             | 1.1.3                 | PixelHunt-1.1.3-MC1.12.2-S7.2.0.jar                | None                                     |
| UCHIJAAAA | pixelmonbroadcasts    | 0.4.1                 | PixelmonBroadcasts-1.12.2-0.4.1.jar                | None                                     |
| UCHIJAAAA | pixelmoney            | 2.2.1                 | PixelMoney-1.12.2-2.2.1.jar                        | None                                     |
| UCHIJAAAA | pixelvip              | 2.0.4                 | PixelVip-2.0.4-b47-Universal.jar                   | None                                     |
| UCHIJAAAA | placeholderapi        | 4.4                   | PlaceholderAPI-4.4.jar                             | None                                     |
| UCHIJAAAA | poketeams             | 4.0.8                 | PokeTeams-4.0.8.jar                                | None                                     |
| UCHIJAAAA | worldedit             | 6.1.10-SNAPSHOT       | worldedit-sponge-api7.1.0-6.1.10-SNAPSHOT-dist.jar | None                                     |
| UCHIJAAAA | redprotect            | 7.6.4                 | RedProtect-7.6.4-b280-Universal.jar                | None                                     |
| UCHIJAAAA | safetrade             | 1.12.2-2.0.4-PIXELMON | SafeTrade-1.12.2-2.0.4-PIXELMON.jar                | None                                     |
| UCHIJAAAA | simpledexrewards      |                       | SimpleDexRewards-1.0-RELEASE-.jar                  | None                                     |
| UCHIJAAAA | tabmodifier           | 1.4.1                 | TabModifier-1.4.1.jar                              | None                                     |
| UCHIJAAAA | ultimatechat          | 1.8.8                 | UltimateChat-1.8.8-b196-Universal.jar              | None                                     |
| UCHIJAAAA | universeguard         | 2.17                  | UniverseGuard-2.17.jar                             | None                                     |
| UCHIJAAAA | virtualchest          | 1.0.1                 | VirtualChest-1.0.1.jar                             | None                                     |

Loaded coremods (and transformers): 

SpongeCoremod (spongeforge-1.12.2-2825-7.1.6.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
Profiler Position: N/A (disabled)
Player Count: 1 / 20; [EntityPlayerMP['vine'/9, l='world', x=17,89, y=64,80, z=-95,53]]
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant