then that means the problem is in the interpreter, probably a syscall that is not available in the motorstorm exploit.
If you have a psp try the menu with hbl itself (it might be a bad download or a missing file).
edit: I'll download motorstom and try it myself
re-edit: I can't dl motorstom until tomorow, for now I've found that the module pspos is a trouble maker in sc3, so it's quite possible that it's crashing on motorstorm. If you don't mind messing with source code you can edit menu.py and find the following line near the beginning:
- Code: Select all
import os, pspos, psp2d, shutil, time, zipfile, os.path, glob, getopt, random, re
just remove pspos and save:
- Code: Select all
import os, psp2d, shutil, time, zipfile, random, re
Note that I removed other modules, this line of code is a copy-paste of another project and those modules are unused so it's safe to remove them and speed up a bit.
I'll keep you posted.