Problems with homebrew capability on 3.40OE firmware

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
Barts_706
Posts: 38
Joined: Tue Jan 24, 2006 2:21 pm
Contact:

Problems with homebrew capability on 3.40OE firmware

Post by Barts_706 »

Welcome after long break.

I recently started toying with SDK and PSP firmware changes again, and I was very surprised that some of the older hombrew programs don't work on 3.40OE, the very first example out of the top of my head is R-Gear, a R-Type remake.

Does any of you know about compatibility issues related to firmware/SDK version and what to do to avoid them?

Hope it is a good forum to ask this question. If I am mistaken, I hope that moderators will remove this thread.
weltall
Posts: 310
Joined: Fri Feb 20, 2004 1:56 am
Contact:

Post by weltall »

the biggest problem is about aplications using the osk keyboard, the messages api and other things requiring the vsh files of 1.50 which are removed from OE and SE firmwares
Diddl
Posts: 9
Joined: Tue Mar 27, 2007 7:50 pm

Post by Diddl »

maybe there is a newer version of R-Gear which is running on 3,40OE?
pspsnake
Posts: 1
Joined: Sun May 27, 2007 2:24 am

Post by pspsnake »

weltall wrote:the biggest problem is about aplications using the osk keyboard, the messages api and other things requiring the vsh files of 1.50 which are removed from OE and SE firmwares
Can you call functions such as sceIoDopen, sceIoDread, etc using the OE firmwares? When I try, I get odd bus errors during my code.

Is there any way of compiling apps using the psp sdk which would be able to use the vsh files?
User avatar
Barts_706
Posts: 38
Joined: Tue Jan 24, 2006 2:21 pm
Contact:

Post by Barts_706 »

BTW, I checked that R-Gear is actually working on 3.03OE firmware, but not 3.40. Tried to run it from under IRShell, no luck either. No idea what to do about it.
User avatar
Barts_706
Posts: 38
Joined: Tue Jan 24, 2006 2:21 pm
Contact:

Post by Barts_706 »

Diddl wrote:maybe there is a newer version of R-Gear which is running on 3,40OE?
Nope, there isn't any, or at least I can't find it.
SWE_PsYcHo
Posts: 12
Joined: Sat Jan 27, 2007 4:07 am

Post by SWE_PsYcHo »

R-Gear works for me on 3.40 oe-a

it works perfectly.
IAM A NEWBIE! ^^
ACh
Posts: 3
Joined: Sun Jun 03, 2007 5:12 pm

Post by ACh »

pspsnake wrote:Can you call functions such as sceIoDopen, sceIoDread, etc using the OE firmwares? When I try, I get odd bus errors during my code.
These functions are part of the kernel, so they don't need the vsh files. Did you remember to clear the SceDirent structure before calling sceIoDread()?
User avatar
Barts_706
Posts: 38
Joined: Tue Jan 24, 2006 2:21 pm
Contact:

Post by Barts_706 »

SWE_PsYcHo wrote:R-Gear works for me on 3.40 oe-a

it works perfectly.
WTF, ahem, I mean why doesn't it work on mine, then?

Where did you download it from? I got it from PSPUpdates, maybe there is some other version floating around?
Post Reply