Candles with strength effect causing client side crash - 1.19.2
Dweblenod opened this issue ยท 2 comments
Recreating bug:
- Loaded up a modpack containing Hexerei 0.3.3.1
- Fill a cauldron with strength potion
- Started dipping a red hexerei candle and let the process complete on its own
- Took the candle out, placed it on the ground
- Upon lighting the candle, the game crashes the client of any player within render distance
A red candle was tested with instant health, which did not cause a crash. Have not tested any potion types beyond those two.
First few pieces of crash log
Description: Ticking block entity
java.lang.ClassCastException: class net.minecraft.core.particles.ParticleTypes$1 cannot be cast to class net.minecraft.core.particles.ParticleOptions (net.minecraft.core.particles.ParticleTypes$1 and net.minecraft.core.particles.ParticleOptions are in module [email protected] of loader 'TRANSFORMER' @2b6fb197)
at net.joefoxe.hexerei.data.candle.PotionCandleEffect.tick(PotionCandleEffect.java:59) ~[hexerei-0.3.3.1.jar%23289!/:0.3.3.1] {re:classloading}
at net.joefoxe.hexerei.tileentity.CandleTile.tick(CandleTile.java:395) ~[hexerei-0.3.3.1.jar%23289!/:0.3.3.1] {re:mixin,re:computing_frames,re:classloading}
at net.joefoxe.hexerei.block.custom.Candle.lambda$getTicker$4(Candle.java:667) ~[hexerei-0.3.3.1.jar%23289!/:0.3.3.1] {re:mixin,re:classloading}
at net.minecraft.world.level.chunk.LevelChunk$BoundTickingBlockEntity.m_142224_(LevelChunk.java:687) ~[client-1.19.2-20220805.130853-srg.jar%23349!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.world.level.chunk.LevelChunk$RebindableTickingBlockEntityWrapper.m_142224_(LevelChunk.java:780) ~[client-1.19.2-20220805.130853-srg.jar%23349!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.world.level.Level.m_46463_(Level.java:446) ~[client-1.19.2-20220805.130853-srg.jar%23349!/:?]
This occurred for my friend who was using a standard Hexerei candle. Has anyone found a workaround for the time being?
Error: java.lang.ClassCastException: class net.minecraft.core.particles.ParticleTypes$1 cannot be cast to class net.minecraft.core.particles.ParticleOptions (net.minecraft.core.particles.ParticleTypes$1 and net.minecraft.core.particles.ParticleOptions are in module [email protected] of loader 'TRANSFORMER' @7ed7ae)