BrackRat
崩溃记录: a.txt (7.36 KB, 下载次数: 0)
  1. ---- Minecraft Crash Report ----
  2. // Why is it breaking :(

  3. Time: 18-9-23 下午8:45
  4. Description: Ticking entity

  5. java.lang.ClassCastException: alcoholmod.Mathioks.Jutsu.EntityMoonBunshin cannot be cast to net.minecraft.entity.player.EntityPlayer
  6.         at alcoholmod.Mathioks.SevenSwordsmen.ItemShakujoObito.onEntitySwing(ItemShakujoObito.java:82)
  7.         at net.minecraft.entity.EntityLivingBase.func_71038_i(EntityLivingBase.java:1470)
  8.         at net.minecraft.entity.ai.EntityAIAttackOnCollide.func_75246_d(EntityAIAttackOnCollide.java:159)
  9.         at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:103)
  10.         at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:582)
  11.         at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2066)
  12.         at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:388)
  13.         at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:144)
  14.         at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:37)
  15.         at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1899)
  16.         at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:213)
  17.         at alcoholmod.Mathioks.Jutsu.EntityMoonBunshin.func_70071_h_(EntityMoonBunshin.java:269)
  18.         at net.minecraft.world.World.func_72866_a(World.java:2666)
  19.         at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:811)
  20.         at net.minecraft.world.World.func_72870_g(World.java:2610)
  21.         at net.minecraft.world.World.func_72939_s(World.java:2411)
  22.         at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:636)
  23.         at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:951)
  24.         at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:458)
  25.         at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:806)
  26.         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:665)
  27.         at java.lang.Thread.run(Unknown Source)


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

  30. -- Head --
  31. Stacktrace:
  32.         at alcoholmod.Mathioks.SevenSwordsmen.ItemShakujoObito.onEntitySwing(ItemShakujoObito.java:82)
  33.         at net.minecraft.entity.EntityLivingBase.func_71038_i(EntityLivingBase.java:1470)
  34.         at net.minecraft.entity.ai.EntityAIAttackOnCollide.func_75246_d(EntityAIAttackOnCollide.java:159)
  35.         at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:103)
  36.         at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:582)
  37.         at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2066)
  38.         at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:388)
  39.         at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:144)
  40.         at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:37)
  41.         at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1899)
  42.         at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:213)
  43.         at alcoholmod.Mathioks.Jutsu.EntityMoonBunshin.func_70071_h_(EntityMoonBunshin.java:269)
  44.         at net.minecraft.world.World.func_72866_a(World.java:2666)
  45.         at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:811)
  46.         at net.minecraft.world.World.func_72870_g(World.java:2610)

  47. -- Entity being ticked --
  48. Details:
  49.         Entity Type: AM.EntityMoonBunshin (alcoholmod.Mathioks.Jutsu.EntityMoonBunshin)
  50.         Entity ID: 135
  51.         Entity Name: yang_yan233
  52.         Entity's Exact location: -235.44, 69.00, -199.89
  53.         Entity's Block location: World: (-236,69,-200), Chunk: (at 4,4,8 in -15,-13; contains blocks -240,0,-208 to -225,255,-193), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  54.         Entity's Momentum: 0.03, -0.08, -0.04
  55. Stacktrace:
  56.         at net.minecraft.world.World.func_72939_s(World.java:2411)
  57.         at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:636)

  58. -- Affected level --
  59. Details:
  60.         Level name: world
  61.         All players: 0 total; []
  62.         Chunk stats: ServerChunkCache: 528 Drop: 251
  63.         Level seed: -6805110594490264658
  64.         Level generator: ID 00 - default, ver 1. Features enabled: true
  65.         Level generator options:
  66.         Level spawn location: World: (-232,118,-127), Chunk: (at 8,7,1 in -15,-8; contains blocks -240,0,-128 to -225,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  67.         Level time: 63933124 game time, 70504876 day time
  68.         Level dimension: 0
  69.         Level storage version: 0x04ABD - Anvil
  70.         Level weather: Rain time: 17552 (now: false), thunder time: 89159 (now: false)
  71.         Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  72. Stacktrace:
  73.         at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:951)
  74.         at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:458)
  75.         at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:806)
  76.         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:665)
  77.         at java.lang.Thread.run(Unknown Source)

  78. -- System Details --
  79. Details:
  80.         Minecraft Version: 1.7.10
  81.         KCauldron Version: cc.uraniummc:Uranium:1710-stable-4-B15 UNOFFICIAL DON'T REPORT THIS CRASH
  82.         Plugins: AntiExplosion, FileSA, PlaceholderAPI, AntiSpam, AntiFlowDown, FlyOnDay, tpLogin, InvBack, Hibernate, UUIDFinder, DeluxeTags, BanItem, BossShop, NoBoom, CoreProtect, ClickLimit, LuckPerms, RedstoneClockPreventer, Deadbolt, WorldEdit, ColorChat, Trash, ClearLag, LaggRemover, ProtocolLib, PvPControl, GreatFireWall, Kotlin-Library, GlobalMarket, MiaoBoard, SQLibrary, DDMLibPro, RestartEvolution, Vault, NeverLag, PlayerPoints, VipSystem, GrScriptBlock, ChestCommands, GuiBalance, Essentials, PlotMe, Residence, EssentialsChat, PlotMe-DefaultGenerator, QuickShop, EssentialsProtect, EssentialsAntiBuild, EssentialsSpawn, Multiverse-Core, HolographicDisplays
  83.         Disabled Plugins:
  84.         Operating System: Windows Server 2012 R2 (amd64) version 6.3
  85.         Java Version: 1.8.0_171, Oracle Corporation
  86.         Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  87.         Memory: 107202720 bytes (102 MB) / 715128832 bytes (682 MB) up to 954728448 bytes (910 MB)
  88.         JVM Flags: 2 total; -Xms128m -Xmx1024m
  89.         AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  90.         IntCache: cache: 0, tcache: 0, allocated: 29, tallocated: 77
  91.         FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 9 mods loaded, 9 mods active
  92.         States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  93.         UCHIJAAAA        mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  94.         UCHIJAAAA        FML{7.10.99.99} [Forge Mod Loader] (Uranium-1710-stable-4-B15-server.jar)
  95.         UCHIJAAAA        Forge{10.13.4.1614} [Minecraft Forge] (Uranium-1710-stable-4-B15-server.jar)
  96.         UCHIJAAAA        kimagine{0.2} [KImagine] (minecraft.jar)
  97.         UCHIJAAAA        UraniumPlus{${UMP_VER}} [Added title and actionbar support for client and server] (Uranium-1710-stable-4-B15-server.jar)
  98.         UCHIJAAAA        rpgmod{1.0.0} [Mathioks RPG Mod] (Mathioks_RPGMod-1.0.jar)
  99.         UCHIJAAAA        AM{1.0.0} [Naruto Mod] (Naruto-Anime-Mod_V0.9.03_Beta_1.7.10.jar)
  100.         UCHIJAAAA        NBTEdit{1.7.2.2} [In-game NBTEdit] (NBTEdit_1.7.10.jar)
  101.         UCHIJAAAA        customnpcs{1.7.10d} [CustomNpcs] (【自定义人物】CustomNPCs_1.7.10.jar)
  102.         Profiler Position: N/A (disabled)
  103.         Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  104.         Player Count: 0 / 40; []
  105.         Is Modded: Definitely; Server brand changed to 'uranium,kcauldron,cauldron,craftbukkit,mcpc,fml,forge'
  106.         Type: Dedicated Server (map_server.txt)
复制代码
如何解决?

6B不止铅笔
实体崩溃,估计是这位玩家的背包里有渲染错误的物品,使用/clear清除该玩家背包试试
实体名称:yang_yan233
实体的确切位置:-235.44,69.00,-199.89

BrackRat
萝卜冲刺 发表于 2018-9-29 20:58
实体崩溃,估计是这位玩家的背包里有渲染错误的物品,使用/clear清除该玩家背包试试
实体名称:yang_yan233 ...

服务器无法启动,请问应该如何清理背包?

AlbertBlue
config\froge.cfg
# Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
    B:removeErroringEntities=true

    # Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
    B:removeErroringTileEntities=true
这两个设置为true就行了

向文
BrackRat 发表于 2018-9-29 21:05
服务器无法启动,请问应该如何清理背包?

删除这个玩家的背包文件