Search found 13 matches

by rAdi
Wed Jul 09, 2008 2:05 am
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

So I'll try this tutorial now. It says to use the toolchain from http://ps2dev.org/psp/Tools/Toolchain . It's quite old, isn't it? I think I'll check out a new one from svn or is there sth. wrong with it? Another point is the PATH Variable. The tutorial is missing the PSPSDK variable the readme-ubun...
by rAdi
Wed Jul 09, 2008 1:02 am
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

So you know that the 64Bit installation should be no problem?
by rAdi
Wed Jul 09, 2008 12:53 am
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

So...I've copied the source from the tutorial posted above again...compiled with a new installed toolchain and tried to start the EBOOT.PBP directly from the XMB and PSPLink. Getting the same problems. When starting the eboot from xmb it seems to start but I only have a Blackscreen and after 10 sec ...
by rAdi
Wed Jul 09, 2008 12:09 am
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

Right, actually that's the tutorial I've followed for writing the code...But there were some hints because of my problem, so I'll try it ones more with copy and paste...
by rAdi
Tue Jul 08, 2008 11:58 pm
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

4.01 M33-2

Perhaps somebody could post code/link to code or upload some short source which is known to be working. Then I could test if the problem is my environment.
by rAdi
Tue Jul 08, 2008 11:49 pm
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

By the way, are there some issues on using psptoolchain with 64Bit Linux?
by rAdi
Tue Jul 08, 2008 11:37 pm
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

Never thought about the possibility that the psp shuts down because of a crash... ;) I don't think I'm getting anywhere if we follow this way. So let us forget all about the code I've posted and I'm asking a new question: Does anybody know what can cause a problem where every compiled homebrew runs ...
by rAdi
Tue Jul 08, 2008 10:18 pm
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

Actually I've already changed this. I'm using the snippet J.F. posted above: sceKernelDelayThread(4*1000*1000); sceKernelExitGame(); return 0; } But does the PSP clear the screen when using sceKernelSleepThread(); or why should I get a blank screen when using...
by rAdi
Tue Jul 08, 2008 9:05 pm
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

int main() { pspDebugScreenInit(); SetupCallbacks(); pspDebugScreenPrintf("Hello World\n"); sceKernelSleepThread(); return 0; } Ok, so I will only try the PRX files when using USB. As you can...
by rAdi
Tue Jul 08, 2008 8:36 pm
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

Same problem as above. When I get the point right the only difference would be that the application would sleep for the given time (4*1000*1000) an exit after that. Is the sceKernelSleepThread(); function deprecated or why shouldn't I use it?
by rAdi
Tue Jul 08, 2008 7:55 pm
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

So...I've added the line to my source and everything compiled well... I've started another homebrew (not compiled by me) using psplink and it worked. Than I've tried to run the pbp, elf and prx with psplink. Heres the output: $ ./pcterm Opening connection to localhost port 10000 host0:/> ./hello.elf...
by rAdi
Tue Jul 08, 2008 6:15 pm
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

As I've said in my post I'm using psplink. I'm starting usbhostfs_pc in a terminal. When starting psplink on the psp I get: USBHostFS (c) TyRaNiD 2k6 Connected to device Accepting async connection (0) from 127.0.0.1 So I think everythin is fine, so far. The last line is the output when starting pcte...
by rAdi
Tue Jul 08, 2008 5:42 pm
Forum: PSP Development
Topic: psp showing blackscreen and shutting down
Replies: 28
Views: 6193

psp showing blackscreen and shutting down

Hi, yesterday I've installed the psptoolchain on my Ubuntu 8.04 System. PSP is running 4.01-M33-2, 1.50 kernelpatch installed. Everything worked fine and I was happy...until I compiled my first homebrew. Actually the compilation process worked, but when I tried to run the application (only simple he...