Psi

Psi

45M Downloads

Crash with Psi circle spell bullet

TheGreatCatAdorer opened this issue ยท 11 comments

commented

Version Information

Forge version: 36.0.1
Psi version: 1.16-91

I created a circle spell to throw enemies 60 blocks into the air on an Ebony CAD. When the spell was cast, the game crashed without a crashlog.

latest.log

commented

Only Circle spells cast within a Create Contraption crash the game.

commented

It failed only when next to a Create moving contraption.

commented

Did it again with a different spell.

commented

Can confirm this bug.

commented

It is likely caused by the spell trying to move the contraption. the contraption doesn't like this, so it kills the game

commented

It is likely caused by the spell trying to move the contraption. the contraption doesn't like this, so it kills the game

The spell I used was a smelting spell though, it just looks for nearby smeltables.
It is still weird that this causes such behaviour.

commented

I don't see anything in the log posted by the OP, could someone who experienced this bug post a log for both server and client?

commented

I experience this bug specifically with any circle spell within a Create contraption. Sadly no client log but server log in this issue:

Creators-of-Create/Create#1018

commented

Can confirm this issue still persists, I have a server that is currently experiencing this problem. I can send server log files if you guys need.

commented

Steps to replicate:

1). press F3 + B
2). make any create contraption
3). while inside bounding box, type /summon psi:spell_circle

I have a feeling it's because circle has 0 height, since contraption rotates bounding box internally to match the local space

commented

Fixed as of latest version

Closed