Crash with mod: Fancy Block Particles
BitBork opened this issue ยท 5 comments
Hi there Codetaylor
My client crashes whenever I try to place down any of the artisan's tables
Here's my crash log:
https://gist.github.com/codetaylor/55cc350db2e37246af6fdf61fcfcf91b
Looks like this is some kind of a mod interaction problem with Fancy Block Particles.
...
at com.TominoCZ.FBP.block.FBPAnimationDummyBlock.getSoundType(FBPAnimationDummyBlock.java:291)
...
Thanks for the report.
Confirmed with latest version of Artisan Worktables, Athenaeum, and Fancy Block Particles.
https://gist.github.com/codetaylor/d0519917a474c9166f0aa9579309e283
I know it's not ideal, but a temporary solution to this problem is to navigate to config/FBP/Particle.properties
and disable the fancy place animation like so:
fancyPlaceAnim=false
Another solution is to blacklist the fancy placement animations for my worktables using the file:
config/FBP/AnimBlockExceptions.txt
Thanks for the fix Codetaylor
I disabled the worktables by blacklisting them in the fancyanimations config, works perfectly.
(Also unrelated question: are the worktables ctgui compatible? Can't seem to bring up the interface.)
AFAIK, they are not CTGUI compatible. I did not add anything to specifically support that.
Also, I contacted the author of FBP here and they said that this issue is a known issue and will be fixed in the next release (of FBP). I plan to leave this issue open until it is verified fixed in case others have the same problem.