<olivial>
junari: so what I had in mind was run the program under gdb like 'gdb ppsspp'. It should give you a prompt, where you can set a breakpoint with 'break __vk_errorv'. It will probably give you a prompt where it asks if you want to create it even though the symbol is unknown. Say yes to that. Then do 'run', and it should start the program and then stop at the breakpoint when the error occurs. Then you can run 'bt' to get a backtrace that tells you
<olivial>
were the error came from
<HdkR>
potentially with a `handle SIGSEGV SIGBUS nostop`
<HdkR>
But I assume it'll be early enough that it won't hit the magic :)
<olivial>
oh, just realized they aren't in the channel anymore