Bewitchment (Legacy)

Bewitchment (Legacy)

8M Downloads

Witch altar cause crash when you use idol on it

guide-for-you opened this issue · 0 comments

commented

Expected Behavior

I wanted to increase the altar mana.

Actual Behavior

It's crashing when you use on altar,before that the game absolutely didn’t lag

Steps to Reproduce

None

Version of Minecraft, Bewitchment, Forge, Patchouli, and Baubles used

Version of Minecraft:1.12.2
bewitchment-1.12.2-0.0.20.7
Forge:Latest
Patchouli-1.0-20
Baubles-1.12-1.5.2

Screenshots encouraged

none

Logs, in the event of a crash

---- Minecraft Crash Report ----

WARNING: coremods are present:
ForgelinPlugin (Forgelin-1.8.3.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
TLSkinCapeHookLoader (tlskincape_1.12.2-1.3.jar)
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
Contact their authors BEFORE contacting forge

// Oh - I know what I did wrong!

Time: 8/15/19 11:52 AM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at com.bewitchment.common.block.BlockGlyph.livingDeath(BlockGlyph.java:168)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_141_BlockGlyph_livingDeath_LivingDeathEvent.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.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:614)
at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:1168)
at net.minecraft.entity.monster.EntityZombie.func_70645_a(EntityZombie.java:546)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1023)
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70)
at net.minecraft.entity.monster.EntityZombie.func_70097_a(EntityZombie.java:233)
at net.minecraft.entity.Entity.func_70030_z(Entity.java:488)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:226)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:269)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2096)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1955)
at net.minecraft.world.World.func_72939_s(World.java:1759)
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:252)
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 com.bewitchment.common.block.BlockGlyph.livingDeath(BlockGlyph.java:168)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_141_BlockGlyph_livingDeath_LivingDeathEvent.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.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:614)
at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:1168)
at net.minecraft.entity.monster.EntityZombie.func_70645_a(EntityZombie.java:546)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1023)
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70)
at net.minecraft.entity.monster.EntityZombie.func_70097_a(EntityZombie.java:233)
at net.minecraft.entity.Entity.func_70030_z(Entity.java:488)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:226)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:269)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2096)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1955)

-- Entity being ticked --
Details:
Entity Type: minecraft:zombie (net.minecraft.entity.monster.EntityZombie)
Entity ID: 1652
Entity Name: Зомби
Entity's Exact location: -135.30, 67.00, 506.30
Entity's Block location: World: (-136,67,506), Chunk: (at 8,4,10 in -9,31; contains blocks -144,0,496 to -129,255,511), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1759)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
Level name: Выживание
All players: 1 total; [EntityPlayerMP['Debich'/211, l='Выживание', x=-135.93, y=67.00, z=503.63]]
Chunk stats: ServerChunkCache: 361 Drop: 0
Level seed: -3302655051356470478
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-109,64,518), Chunk: (at 3,4,6 in -7,32; contains blocks -112,0,512 to -97,255,527), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
Level time: 24045 game time, 24045 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 92397 (now: false), thunder time: 116852 (now: false)
Level game mode: Game mode: survival (ID 0). 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:252)
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_221, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 331916936 bytes (316 MB) / 996585472 bytes (950 MB) up to 7018381312 bytes (6693 MB)
JVM Flags: 3 total; -Xmn128M -Xmx6706M -XX:+UseConcMarkSweepGC
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 21 mods loaded, 21 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.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge                      | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | dsurroundcore              | 3.5.4.3      | minecraft.jar                                 | None                                     |
| LCHIJA | ambientsounds              | 3.0          | AmbientSounds_v3.0.9_mc1.12.2.jar             | None                                     |
| LCHIJA | baubles                    | 1.5.2        | Baubles-1.12-1.5.2.jar                        | None                                     |
| LCHIJA | forgelin                   | 1.8.3        | Forgelin-1.8.3.jar                            | None                                     |
| LCHIJA | betterfoliage              | 2.2.0        | BetterFoliage-MC1.12-2.2.0.jar                | None                                     |
| LCHIJA | patchouli                  | 1.0-20       | Patchouli-1.0-20.jar                          | None                                     |
| LCHIJA | bewitchment                | 0.20.7       | bewitchment-1.12.2-0.0.20.7.jar               | None                                     |
| LCHIJA | biomesoplenty              | 7.0.1.2439   | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar | None                                     |
| LCHIJA | jei                        | 4.15.0.268   | jei_1.12.2-4.15.0.268.jar                     | None                                     |
| LCHIJA | llibrary                   | 1.7.19       | llibrary-1.7.19-1.12.2.jar                    | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHIJA | mowziesmobs                | 1.5.4        | mowziesmobs-1.5.4.jar                         | None                                     |
| LCHIJA | roots                      | 1.12.2-3.0.6 | Roots-1.12.2-3.0.6.jar                        | None                                     |
| LCHIJA | mysticalworld              | 1.12.2-1.4.1 | MysticWorld-1.12.2-1.4.1.jar                  | None                                     |
| LCHIJA | tlauncher_custom_cape_skin | 1.3          | tlskincape_1.12.2-1.3.jar                     | None                                     |
| LCHIJA | orelib                     | 3.5.2.2      | OreLib-1.12.2-3.5.2.2.jar                     | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHIJA | dsurround                  | 3.5.4.3      | DynamicSurroundings-1.12.2-3.5.4.3.jar        | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHIJA | mysticallib                | 1.12.2-1.3.2 | mysticallib-1.12.2-1.3.2.jar                  | None                                     |

Loaded coremods (and transformers): 

ForgelinPlugin (Forgelin-1.8.3.jar)

llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
TLSkinCapeHookLoader (tlskincape_1.12.2-1.3.jar)
gloomyfolken.hooklib.minecraft.PrimaryClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
org.orecruncher.dsurround.asm.Transformer
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Debich'/211, l='Выживание', x=-135.93, y=67.00, z=503.63]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'