| View previous topic :: View next topic |
| Author |
Message |
busta
Joined: 03 Oct 2005 Posts: 5
|
Posted: Mon Oct 03, 2005 11:52 pm Post subject: Unable to launch samples compiled |
|
|
Hi,
I'm running mac os X tiger, and i have set up the SDK and everything else correctly so i can compile software for the PSP. When i do 'make kxploit' in '/usr/local/pspdev/psp/sdk/samples/controller/basic' everything compiles OK and i get two directories 'controller_basic' and 'controller_basic%'. When i copy those two directories to /PSP/GAME it doesen't show up in the game-menu, i only get two "corrupted data"-icons.
What am i doing wrong?
I've tried searching for this, but haven't found anything. |
|
| Back to top |
|
 |
rinco
Joined: 21 Jan 2005 Posts: 255 Location: Canberra, Australia
|
Posted: Tue Oct 04, 2005 9:10 pm Post subject: |
|
|
There should only be 1 corrupted icon. I'd start by checking the EBOOT.PBP files. One should be an elf and the other can be unpacked...
| Quote: | michelangelo:/usr/local/pspdev/psp/sdk/samples/controller/basic matthewh$ file controller_basic*/*
controller_basic%/EBOOT.PBP: data
controller_basic/EBOOT.PBP: ELF 32-bit LSB MIPS-II executable, MIPS, version 1 (SYSV), statically linked, stripped
|
| Quote: | michelangelo:/usr/local/pspdev/psp/sdk/samples/controller/basic matthewh$ unpack-pbp controller_basic%/EBOOT.PBP
[0] 256 bytes | PARAM.SFO
[1] 0 bytes | ICON0.PNG
[2] 0 bytes | ICON1.PMF
[3] 0 bytes | UNKNOWN.PNG
[4] 0 bytes | PIC1.PNG
[5] 0 bytes | SND0.AT3
[6] 0 bytes | UNKNOWN.PSP
[7] 0 bytes | UNKNOWN.PSAR
|
|
|
| Back to top |
|
 |
busta
Joined: 03 Oct 2005 Posts: 5
|
Posted: Tue Oct 11, 2005 7:01 pm Post subject: |
|
|
| rinco wrote: | There should only be 1 corrupted icon. I'd start by checking the EBOOT.PBP files. One should be an elf and the other can be unpacked...
| Quote: | michelangelo:/usr/local/pspdev/psp/sdk/samples/controller/basic matthewh$ file controller_basic*/*
controller_basic%/EBOOT.PBP: data
controller_basic/EBOOT.PBP: ELF 32-bit LSB MIPS-II executable, MIPS, version 1 (SYSV), statically linked, stripped
|
| Quote: | michelangelo:/usr/local/pspdev/psp/sdk/samples/controller/basic matthewh$ unpack-pbp controller_basic%/EBOOT.PBP
[0] 256 bytes | PARAM.SFO
[1] 0 bytes | ICON0.PNG
[2] 0 bytes | ICON1.PMF
[3] 0 bytes | UNKNOWN.PNG
[4] 0 bytes | PIC1.PNG
[5] 0 bytes | SND0.AT3
[6] 0 bytes | UNKNOWN.PSP
[7] 0 bytes | UNKNOWN.PSAR
|
|
When i run those commands, i get the exakt same output. |
|
| Back to top |
|
 |
Fanjita
Joined: 28 Sep 2005 Posts: 217
|
Posted: Thu Oct 13, 2005 12:22 am Post subject: |
|
|
| Quick question - you are attempting to run these on v1.5 or v1.0 firmware, right? On v2.0 you'll only be able to run them using the Eboot launcher app, not directly from the system menus. |
|
| Back to top |
|
 |
busta
Joined: 03 Oct 2005 Posts: 5
|
Posted: Fri Oct 14, 2005 7:51 pm Post subject: |
|
|
| Fanjita wrote: | | Quick question - you are attempting to run these on v1.5 or v1.0 firmware, right? On v2.0 you'll only be able to run them using the Eboot launcher app, not directly from the system menus. |
Yep, 1.50. The strange thing is that if i name the folders like this:
ABC*hit space 30 times*1
and
ABC1~1%
everything works.
Anyways problem solved (kinda). |
|
| Back to top |
|
 |
Fanjita
Joined: 28 Sep 2005 Posts: 217
|
Posted: Fri Oct 14, 2005 7:56 pm Post subject: |
|
|
Ah - I don't know anything much about the kxploit method, but I think it depends on the alphabetic ordering of the two names (including the short 8.3 names produced for DOS compatibility). Which, I guess, would make sense with the extra spaces.
The other way I think you can get around it is by copying one of the files to the stick first, but I don't remember which way around it is. |
|
| Back to top |
|
 |
|