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

The classic nosuchfielderror with charm body and trinket #321

Open
DerShendi opened this issue Jun 5, 2020 · 0 comments
Open

The classic nosuchfielderror with charm body and trinket #321

DerShendi opened this issue Jun 5, 2020 · 0 comments

Comments

@DerShendi
Copy link

i know that it is runic dungeons doing in colaboration with dark utilities and heres the crash report

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 6/5/20 4:15 PM
Description: Exception in server tick loop

java.lang.NoSuchMethodError: baubles.api.BaublesApi.getBaublesHandler(Lnet/minecraft/entity/player/EntityPlayer;)Lbaubles/api/cap/IBaublesItemHandler;
at baubles.common.event.EventHandlerEntity.syncSlots(EventHandlerEntity.java:135)
at baubles.common.event.EventHandlerEntity.playerJoin(EventHandlerEntity.java:68)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_21_EventHandlerEntity_playerJoin_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.World.func_72838_d(World.java:1209)
at net.minecraft.world.WorldServer.func_72838_d(WorldServer.java:1058)
at net.minecraft.server.management.PlayerList.func_72377_c(PlayerList.java:377)
at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:166)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:255)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

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

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 629043296 bytes (599 MB) / 1231552512 bytes (1174 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5120m -Xms256m -XX:PermSize=256m
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2854 6 mods loaded, 6 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                                |
|:------ |:--------- |:------------ |:----------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2       | minecraft.jar                 | None                                     |
| LCHIJA | mcp       | 9.42         | minecraft.jar                 | None                                     |
| LCHIJA | FML       | 8.0.99.99    | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge     | 14.23.5.2854 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | baubles   | 1.5.2        | Baubles-1.12-1.5.2.jar        | None                                     |
| LCHIJA | bookshelf | 2.3.590      | Bookshelf-1.12.2-2.3.590.jar  | d476d1b22b218a10d845928d1665d45fce301b27 |

Loaded coremods (and transformers): 
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['DerShendi'/1441, l='New World', x=-57.50, y=65.00, z=-122.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

But my question is if theres any way to fix this without removing runic dungeons because once i opened the dark util config and chose the option to make charms use any slot it showed the trinket crash for the first time
Oh yeah and if its only baubles and runic dungeons it just loops the server tick shown here

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 6/5/20 4:15 PM
Description: Exception in server tick loop

java.lang.NoSuchMethodError: baubles.api.BaublesApi.getBaublesHandler(Lnet/minecraft/entity/player/EntityPlayer;)Lbaubles/api/cap/IBaublesItemHandler;
at baubles.common.event.EventHandlerEntity.syncSlots(EventHandlerEntity.java:135)
at baubles.common.event.EventHandlerEntity.playerJoin(EventHandlerEntity.java:68)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_21_EventHandlerEntity_playerJoin_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.World.func_72838_d(World.java:1209)
at net.minecraft.world.WorldServer.func_72838_d(WorldServer.java:1058)
at net.minecraft.server.management.PlayerList.func_72377_c(PlayerList.java:377)
at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:166)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:255)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

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

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 629043296 bytes (599 MB) / 1231552512 bytes (1174 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5120m -Xms256m -XX:PermSize=256m
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2854 6 mods loaded, 6 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                                |
|:------ |:--------- |:------------ |:----------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2       | minecraft.jar                 | None                                     |
| LCHIJA | mcp       | 9.42         | minecraft.jar                 | None                                     |
| LCHIJA | FML       | 8.0.99.99    | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge     | 14.23.5.2854 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | baubles   | 1.5.2        | Baubles-1.12-1.5.2.jar        | None                                     |
| LCHIJA | bookshelf | 2.3.590      | Bookshelf-1.12.2-2.3.590.jar  | d476d1b22b218a10d845928d1665d45fce301b27 |

Loaded coremods (and transformers): 
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['DerShendi'/1441, l='New World', x=-57.50, y=65.00, z=-122.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Just asking if theres any way for me to fix this on my client or smth because i remember seeing a modpack that had that all and worked perfectly

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