= 创作分享 =
MOD特性反馈
[古代战争2]的士兵npc被[神秘时代6]腐化后崩溃 ...
QQ酱82370

[古代战争2]的士兵npc被[神秘时代6]腐化后崩溃

QQ酱82370 于 2021-5-9 23:39 ( 2年前 ) 发表在 [特性反馈] 分类。 [复制链接] [只看楼主] [打印]
823 0
漏洞反馈
MOD版本: ancientwarfare-1.12.2-2.7.0.772 ; Thaumcraft-1.12.2-6.1.BETA26
MC版本: 1.12.2
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 5/9/21 11:20 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
        at net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19)
        at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:123)
        at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
        at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
        at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2359)
        at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
        at net.shadowmage.ancientwarfare.npc.entity.NpcPlayerOwned.func_70636_d(NpcPlayerOwned.java:284)
        at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
        at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
        at net.shadowmage.ancientwarfare.npc.entity.NpcBase.func_70071_h_(NpcBase.java:771)
        at net.minecraft.world.World.func_72866_a(World.java:1996)
        at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
        at net.minecraft.world.World.func_72870_g(World.java:1958)
        at net.minecraft.world.World.func_72939_s(World.java:1762)
        at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
        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(Unknown Source)


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

-- Head --
Thread: Server thread
Stacktrace:
        at net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19)
        at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:123)
        at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
        at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
        at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2359)
        at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
        at net.shadowmage.ancientwarfare.npc.entity.NpcPlayerOwned.func_70636_d(NpcPlayerOwned.java:284)
        at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
        at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
        at net.shadowmage.ancientwarfare.npc.entity.NpcBase.func_70071_h_(NpcBase.java:771)
        at net.minecraft.world.World.func_72866_a(World.java:1996)
        at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
        at net.minecraft.world.World.func_72870_g(World.java:1958)

-- Entity being ticked --
Details:
        Entity Type: ancientwarfarenpc:aw_npc_combat (net.shadowmage.ancientwarfare.npc.entity.NpcCombat)
        Entity ID: 6874
        Entity Name: 士兵
        Entity's Exact location: 101.37, 67.00, 288.21
        Entity's Block location: World: (101,67,288), Chunk: (at 5,4,0 in 6,18; contains blocks 96,0,288 to 111,255,303), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
        Entity's Momentum: -0.07, -0.08, -0.08
        Entity's Passengers: []
        Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
        at net.minecraft.world.World.func_72939_s(World.java:1762)
        at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
        Level name: 新的世界
        All players: 1 total; [EntityPlayerMP['UncleRich'/2439, l='新的世界', x=103.19, y=72.65, z=292.49]]
        Chunk stats: ServerChunkCache: 641 Drop: 0
        Level seed: 7373415601682356280
        Level generator: ID 00 - default, ver 1. Features enabled: true
        Level generator options:
        Level spawn location: World: (20,64,256), Chunk: (at 4,4,0 in 1,16; contains blocks 16,0,256 to 31,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
        Level time: 2335 game time, 2335 day time
        Level dimension: 0
        Level storage version: 0x04ABD - Anvil
        Level weather: Rain time: 67529 (now: false), thunder time: 76856 (now: false)
        Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
        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(Unknown Source)

-- System Details --
Details:
        Minecraft Version: 1.12.2
        Operating System: Windows 10 (amd64) version 10.0
        Java Version: 1.8.0_291, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 6781554240 bytes (6467 MB) / 7700742144 bytes (7344 MB) up to 8589934592 bytes (8192 MB)
        JVM Flags: 11 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx8192m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
        IntCache: cache: 0, tcache: 7, allocated: 20, tallocated: 86
        FML: MCP 9.42 Powered by Forge 14.23.5.2855 12 mods loaded, 12 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.2855.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
        | LCHIJA | forge                    | 14.23.5.2855     | forge-1.12.2-14.23.5.2855.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
        | LCHIJA | baubles                  | 1.5.2            | [LIB]Baubles-1.12-1.5.2.jar                        | None                                     |
        | LCHIJA | codechickenlib           | 3.2.3.358        | [LIB]CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
        | LCHIJA | thaumcraft               | 6.1.BETA26       | [MA][TC]Thaumcraft-1.12.2-6.1.BETA26.jar           | None                                     |
        | LCHIJA | ancientwarfare           | 1.12.2-2.7.0.772 | [mod]ancientwarfare-1.12.2-2.7.0.772.jar           | None                                     |
        | LCHIJA | ancientwarfarestructure  | 1.12.2-2.7.0.772 | [mod]ancientwarfare-1.12.2-2.7.0.772.jar           | None                                     |
        | LCHIJA | ancientwarfarevehicle    | 1.12.2-2.7.0.772 | [mod]ancientwarfare-1.12.2-2.7.0.772.jar           | None                                     |
        | LCHIJA | ancientwarfarenpc        | 1.12.2-2.7.0.772 | [mod]ancientwarfare-1.12.2-2.7.0.772.jar           | None                                     |
        | LCHIJA | ancientwarfareautomation | 1.12.2-2.7.0.772 | [mod]ancientwarfare-1.12.2-2.7.0.772.jar           | None                                     |

        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['UncleRich'/2439, l='新的世界', x=103.19, y=72.65, z=292.49]]
        Type: Integrated Server (map_client.txt)
        Is Modded: Definitely; Client brand changed to 'fml,forge'

crash-2021-05-09_23.20.15-server.txt

8.04 KB, 下载次数: 0

崩溃报告

发表于 2021-5-9 23:39:47 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

回复 | 举报

该帖共收到 0 条回复!
百科目前不允许匿名发帖哦~ 请先 [ 登陆 ][ 注册 ] 吧~

本版积分规则

发新帖
  • 回复
  • 点评
  • 评分

[ MC百科(mcmod.cn) 除另有声明,所有开放公共编辑的内容均使用 BY-NC-SA 3.0 协议 ]

Minecraft百科CC协议
快速回复 返回顶部 返回列表