Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff, TyRaNiD
-
Ghozt
- Posts: 34
- Joined: Mon Mar 13, 2006 8:37 pm
Post
by Ghozt »
I was just playing around with the sceKernelLoadExec() function but suddenly when I tryed to start an eboot I got the "80020146" error.
What does that mean and what can I do to fix this??
Thanks.
-
moonlight
- Posts: 567
- Joined: Wed Oct 26, 2005 7:46 pm
Post
by moonlight »
You have the errors in pspkerror.h.
That one is SCE_KERNEL_ERROR_PROHIBIT_LOADMODULE_DEVICE
Probably you are trying to execute a file from the ms or the flash in an user mode program, just guessing...