ItemPhysic Lite

ItemPhysic Lite

16M Downloads

[Fabric 1.21.1] Crash when dropping item

Closed this issue ยท 2 comments

commented

Seems to be a compatibility issue. I see another issue in the logs:

[20:10:24] [Async-Tick-Pool-Thread-0/WARN]: A mod is trying to add an entity from offthread, this should be avoided. Printing trace:
java.lang.Exception: null
	at net.minecraft.server.world.ServerWorld.handler$cpd000$cupboard$OnaddEntity:L1786
	at knot//MC/net.minecraft.server.world.ServerWorld.addEntity(ServerWorld.java) ~[client-intermediary.jar:?]
	at net.minecraft.server.world.ServerWorld.spawnEntity:L893
	at com.iafenvoy.iceandfire.entity.EntityDragonBase.updateScale:L345
	at com.iafenvoy.iceandfire.entity.EntityDragonBase.calculateDimensions:L1609
	at net.minecraft.entity.LivingEntity.handler$zzg000$additionalentityattributes$additionalEntityAttributes$recalculateDimensions:L4815
	at net.minecraft.entity.LivingEntity.tick:L2590
	at net.minecraft.entity.mob.MobEntity.tick:L372
	at com.iafenvoy.iceandfire.entity.EntityDragonBase.tick:L1621
	at net.minecraft.server.world.ServerWorld.tickEntity:L770
	at com.axalotl.async.ParallelProcessor.performAsyncEntityTick:L136
	at com.axalotl.async.ParallelProcessor.lambda$callEntityTick$3:L76
	at java.util.concurrent.CompletableFuture$AsyncRun.run:L1804
	at java.util.concurrent.CompletableFuture$AsyncRun.exec:L1796
	at java.util.concurrent.ForkJoinTask.doExec:L387
	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec:L1312
	at java.util.concurrent.ForkJoinPool.scan:L1843
	at java.util.concurrent.ForkJoinPool.runWorker:L1808
	at java.util.concurrent.ForkJoinWorkerThread.run:L188
[20:10:24] [Async-Tick-Pool-Thread-10/WARN]: A mod is trying to add an entity from offthread, this should be avoided. Printing trace:

Seems like ParallelProcessor is causing some troubles.

commented

cupboard mod is not compatible with async