Many examples don't work
-
- Posts: 29
- Joined: Thu Jul 09, 2009 4:13 am
Many examples don't work
Hello,
I use the pspSDK,
and for Example the Memory Stick Example are all the networking examples don't work.
I get a error like "The game could not be started . (80020148)
I have 5.00 m33 6.
Can you help me?
I use the pspSDK,
and for Example the Memory Stick Example are all the networking examples don't work.
I get a error like "The game could not be started . (80020148)
I have 5.00 m33 6.
Can you help me?
Some of the older examples are still in 1.50 format. They need to be "userized" to work on modern PSP firmwares. The most common changes are to add
to the makefile, and
to your main c/c++ file.
Code: Select all
BUILD_PRX = 1
PSP_FW_VERSION = 500
PSP_LARGE_MEMORY = 1
Code: Select all
PSP_MODULE_INFO("app name", 0, VERS, REVS);
PSP_MAIN_THREAD_ATTR(PSP_THREAD_ATTR_USER);
PSP_HEAP_SIZE_KB(-256);
-
- Posts: 29
- Joined: Thu Jul 09, 2009 4:13 am
-
- Posts: 29
- Joined: Thu Jul 09, 2009 4:13 am
Not a chance. I've got too much to do to be posting entire toolchains when there are threads on toolchains and examples and apps, most all of which can be downloaded. I suggest you do a little more leg work on this, going through the older threads on converting apps to the (then) new user mode style and on compiling the toolchain or using Hemdall's toolchain.
EDIT: I'm using 64 bit linux anyway, so unless you are too, my toolchain wouldn't help at all.
EDIT: I'm using 64 bit linux anyway, so unless you are too, my toolchain wouldn't help at all.
-
- Posts: 388
- Joined: Tue Aug 12, 2008 12:46 am
-
- Posts: 388
- Joined: Tue Aug 12, 2008 12:46 am
-
- Posts: 29
- Joined: Thu Jul 09, 2009 4:13 am
-
- Posts: 388
- Joined: Tue Aug 12, 2008 12:46 am
It look like no one ever search anymore...
1. Leda.prx is a plugin that allows you to run 1.50 homebrew on the 5.00m33-6 cfw.
2. http://forums.ps2dev.org/viewtopic.php?t=12149
3. the one you cant run are.
4. You dont need TM to run homebrew, but its useful to test it on the fw that you might want to to run on.
1. Leda.prx is a plugin that allows you to run 1.50 homebrew on the 5.00m33-6 cfw.
2. http://forums.ps2dev.org/viewtopic.php?t=12149
3. the one you cant run are.
4. You dont need TM to run homebrew, but its useful to test it on the fw that you might want to to run on.
PSHN - Playstation Hacking Network
PSX/PS1 - HACK - Game Shark
PS2 - HACK - Swap
PSP - HACK - Pandora
PS3 - ?
PSX/PS1 - HACK - Game Shark
PS2 - HACK - Swap
PSP - HACK - Pandora
PS3 - ?