Advertisement
Guest User

Untitled

a guest
Jul 25th, 2019
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hey, that tickles! Hehehe!
  3.  
  4. Time: 7/25/19 8:54 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NoSuchMethodError: net.minecraft.network.play.ServerPlayNetHandler.func_147362_b()Lnet/minecraft/network/NetworkManager;
  8. at net.blay09.mods.trashslot.TrashSlot.onPlayerOpenContainer(TrashSlot.java:90) ~[?:10.4.4] {}
  9. at net.minecraftforge.eventbus.ASMEventHandler_206_TrashSlot_onPlayerOpenContainer_Open.invoke(.dynamic) ~[?:?] {}
  10. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-0.10.3-milestone.0.1+1a5fa31-service.jar:?] {}
  11. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-0.10.3-milestone.0.1+1a5fa31-service.jar:?] {}
  12. at net.minecraftforge.fml.network.NetworkHooks.openGui(NetworkHooks.java:172) ~[?:?] {}
  13. at net.minecraftforge.fml.network.NetworkHooks.openGui(NetworkHooks.java:131) ~[?:?] {}
  14. at com.lothrazar.storagenetwork.block.request.BlockRequest.func_220051_a(BlockRequest.java:46) ~[?:1.14.4-0.0.8] {}
  15. at net.minecraft.block.BlockState.func_215687_a(BlockState.java:274) ~[?:?] {}
  16. at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManager.java:306) ~[?:?] {}
  17. at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandler.java:847) ~[?:?] {}
  18. at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(SourceFile:36) ~[?:?] {}
  19. at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(SourceFile:10) ~[?:?] {}
  20. at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?] {}
  21. at net.minecraft.network.PacketThreadUtil$$Lambda$4855/465385859.run(Unknown Source) ~[?:?] {}
  22. at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?] {}
  23. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {pl:accesstransformer:B}
  24. at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {}
  25. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {pl:accesstransformer:B}
  26. at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:698) ~[?:?] {pl:accesstransformer:B}
  27. at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:692) ~[?:?] {pl:accesstransformer:B}
  28. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {pl:accesstransformer:B}
  29. at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:677) ~[?:?] {pl:accesstransformer:B}
  30. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:625) [?:?] {pl:accesstransformer:B}
  31. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
  32.  
  33.  
  34. A detailed walkthrough of the error, its code path and all known details is as follows:
  35. ---------------------------------------------------------------------------------------
  36.  
  37. -- System Details --
  38. Details:
  39. Minecraft Version: 1.14.4
  40. Minecraft Version ID: 1.14.4
  41. Operating System: Windows 10 (amd64) version 10.0
  42. Java Version: 1.8.0_51, Oracle Corporation
  43. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  44. Memory: 600671608 bytes (572 MB) / 1861222400 bytes (1775 MB) up to 3569876992 bytes (3404 MB)
  45. CPUs: 4
  46. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3829m -Xms256m -XX:PermSize=256m
  47. FML: New FML!
  48. Loaded coremods (and transformers): Nothing
  49. Player Count: 1 / 8; [ServerPlayerEntity['FullMetalMaster1'/275, l='ready to update testing!', x=91.65, y=73.00, z=-158.78]]
  50. Data Packs: vanilla, overloaded_cb_injected, mod:xlfoodmod, mod:wooltostring, mod:weapon_craftery, mod:waddles, mod:uteamcore, mod:usefulmending, mod:usefulbackpacks, mod:unstabletools, mod:tubesreloaded, mod:travellersboots, mod:trashslot, mod:tolaserblade, mod:timetravelmod, mod:storagenetwork, mod:spawnermod, mod:simplefarming, mod:securitycraft, mod:reap, mod:practicaltools, mod:placebo, mod:overloadedarmorbar, mod:overloaded_cb, mod:overloaded, mod:nbttooltips, mod:moreprogression, mod:mobcatcher, mod:metalbarrels, mod:lightoverlay-forge, mod:jei, mod:goodnightsleep, mod:gobber2, mod:forge, mod:forbidden_arcanus, mod:flying_things, mod:fastleafdecay, mod:extrabows, mod:engineersdecor, mod:ender_compass, mod:enchdesc, mod:enchantedgoldenapplecrafting, mod:elevatorid, mod:doggytalents, mod:curios, mod:curioofundying, mod:craftingspawn, mod:corpse, mod:corail_woodcutter, mod:classiccombat, mod:bunchofbiomes, mod:attained_drops, mod:aerialaffinity
  51. Type: Integrated Server (map_client.txt)
  52. Is Modded: Definitely; Client brand changed to 'forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement