02-10-2018, 09:02 PM -
Code:
·W 0:00:08.306272 {PPU[0x1000000] Thread (main_thread) [0x01109c8c]} sys_spu: sys_spu_thread_group_create(id=*0xd00175d0, num=5, prio=10, attr=*0xd0017604)
·E 0:00:08.306286 {PPU[0x1000000] Thread (main_thread) [0x01109c8c]} 'sys_spu_thread_group_create' failed with 0x80010002 : CELL_EINVAL [1]
Happens because it tries to create a thread group with priority < 16 (prio=10) - only a privileged process may do that. It later tries to use that group which is what fails the game.
Don't have the game, so I can't look into it, but whoever does, this should help.