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

Cake is a lie crash #246

Open
JackRuby1 opened this issue Oct 8, 2021 · 5 comments
Open

Cake is a lie crash #246

JackRuby1 opened this issue Oct 8, 2021 · 5 comments
Labels
1.16 Issues related to game version 1.16 Bug Crash Issue Accepted The issue has been accepted as valid and a fix is currently being worked on

Comments

@JackRuby1
Copy link

Minecraft Version:

1.16.5

Forge Version:

36.2.8

ChanceCubes Version:

55.0.2.428

Reward(s) Affected:

Cake is a lie

The Issue:

Eat cake in creative before it disappears, pack crashes

Origin:

darkosto

Please use one of these sites to provide logs:
https://pastebin.com/5Q1kwVzm

@JackRuby1 JackRuby1 added the Bug label Oct 8, 2021
@TheTurkeyDev
Copy link
Owner

So unfortunately with this issue, I don't think I can fix on Chance Cubes side. It seems that the Creeper that was spawned had some issue. Not sure what I can do from my end here....

@TheTurkeyDev TheTurkeyDev added 1.16 Issues related to game version 1.16 Crash More Info Needed labels Oct 8, 2021
@ZeekDaGeek
Copy link

ZeekDaGeek commented Nov 7, 2021

Both "Cake is a lie" and "Wait for it" crash when spawning creepers, however, "CreeperSurroundedReward" and "WolvesToCreepersReward" don't.

The error seems to be with creeper.func_241841_a, maybe something about that specifically changed?


(Sorry for this copy, my clipboard through SSH is bugged and I'm being lazy about fixing it. I cut out a bunch of stuff in {})

 java.lang.NullPointerException: Exception in server tick loop
»   at net.minecraft.entity.Entity.func_241841_a(Entity.java:1980) ~[?:?]
»   at net.minecraft.entity.monster.CreeperEntity.func_241841_a(CreeperEntity.java:196) ~[?:?]
»   at chanceCubes.rewards.defaultRewards.WaitForItReward$1.callback(WaitForItReward.java:59) ~[chancecubes:1.16.5-5.0.2.433] {re:classloading}
»   at chanceCubes.util.Scheduler.tickTasks(Scheduler.java:34) ~[chancecubes:1.16.5-5.0.2.433] {re:classloading}
»   at chanceCubes.listeners.TickListener.onTick(TickListener.java:16) ~[chancecubes:1.16.5-5.0.2.433] {re:classloading}
»   at net.minecraftforge.eventbus.ASMEventHandler_1266_TickListener_onTick_ServerTickEvent.invoke(.dynamic) ~[?:?] {}
»   at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
»   at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
»   at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
»   at net.minecraftforge.fml.hooks.BasicEventHooks.onPreServerTick(BasicEventHooks.java:115) ~[forge:?] {re:classloading}
»   at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:785) ~[?:?]
»   at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?]
»   at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] 
»   at java.lang.Thread.run(Thread.java:748) [?:1.8.0_302] {}

@TheTurkeyDev
Copy link
Owner

Interesting, that's the same method as above, but different stack trace. I'm not sure why this happens

@ZeekDaGeek
Copy link

Similar issue fixed by Botania devs:

VazkiiMods/Botania#3796

@TheTurkeyDev
Copy link
Owner

That looks like a really annoying bug/ fix. I'll look into it on my end to see what I can do

@TheTurkeyDev TheTurkeyDev added Issue Accepted The issue has been accepted as valid and a fix is currently being worked on and removed More Info Needed labels Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.16 Issues related to game version 1.16 Bug Crash Issue Accepted The issue has been accepted as valid and a fix is currently being worked on
Projects
None yet
Development

No branches or pull requests

3 participants