Search found 6 matches

by erifash
Wed Mar 29, 2006 6:29 am
Forum: PSP Development
Topic: Loading PRX's/Raw Reading in C
Replies: 3
Views: 1884

Hmmm... I have found the prx sample (testprx) but I can't seem to compile it. Here is the error I get: L:\CPP\dkp\dkPSP\psp\sdk\samples\prx\testprx>make psp-gcc -I/l/CPP/dkp/dkPSP/psp/sdk/include/libc -I. -I/l/CPP/dkp/dkPSP/psp/sdk/i nclude -O2 -G0 -Wall -c -o main.o main.c psp-build-exports -b expo...
by erifash
Wed Mar 29, 2006 5:54 am
Forum: PSP Development
Topic: Loading PRX's/Raw Reading in C
Replies: 3
Views: 1884

Loading PRX's/Raw Reading in C

I have a few questions, namely what I am trying to accomplish is making a UMD ripper. I would guess that the major steps in doing this would be: 1. Load the PRX to mount the UMD to a drive letter. 2. Open the UMD for raw reading. 3. Read each sector, writing to a file as it goes along (I am assuming...
by erifash
Tue Mar 28, 2006 12:36 am
Forum: PSP Lua Player Development
Topic: Socket.connect() not working
Replies: 18
Views: 8190

This is messed up... Earlier (before I last posted) I modified the script and it got past the connection freeze, but it wouldn't resolve www.luaplayer.org's correct ip address and kept on giving me an error page. Now, even when I use the above code it freezes up when it says "using first connec...
by erifash
Mon Mar 27, 2006 11:52 pm
Forum: PSP Lua Player Development
Topic: Socket.connect() not working
Replies: 18
Views: 8190

Okay, I tested my wifi connection under network settings and everything checks out okay. So it is not a problem with my psp's wifi or, if anyone tells me otherwise, my code. It must be something corrupted in luaplayer... I will download it again and see if that doesn't fix it.
by erifash
Sun Mar 26, 2006 5:33 pm
Forum: PSP Lua Player Development
Topic: Socket.connect() not working
Replies: 18
Views: 8190

Socket.connect() not working

I am having a problem with a wlan-test program I modified. When it executes Socket.connect() the wlan light is on but not blinking, and it just stays that way (maybe frozen, I don't know). Can anyone look at the code and find out if this is a simple coding error or something wrong with my psp? white...
by erifash
Mon Nov 28, 2005 7:33 am
Forum: PSP Lua Player Development
Topic: [Lua Tutorial] So you wanna different font..
Replies: 25
Views: 12325

My first good script in Lua, I have combined the tutorial's script with Durante's Crystalise font functions. For the font, I will use bmf02_027.png from http://lumo2000.lu.funpic.de/?action=fonts. I do not have a psp yet, as I am waiting for the gigapack release (USA) so I need someone to test this....