supersaiyansubtlety 5 goblin with spear After setting up the spine-love runtime as described here, https://github.com/EsotericSoftware/spine-runtimes/tree/3.6/spine-love#setup and running the project, it works until I try to go to the 6th animation, the one after the goblin with a spear. At the point I get the error Error spine-love/spine.lua:358: The 'multiply' blend mode must be used with premultiplied alpha. Traceback [C]: in function 'setBlendMode' spine-love/spine.lua:358: in function 'draw' main.lua:135: in function 'draw' [C]: in function 'xpcall'
Mario Fixed the crash, please use the 3.7-beta branch. That said, it seems that Love 0.11 introduced a bunch of bugs in their blend mode handling. I'm digging into it. Thanks for reporting!