Function sceIoGetstat

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

Moderators: cheriff, TyRaNiD

Post Reply
fantomasfr
Posts: 11
Joined: Fri Jul 08, 2005 9:02 pm

Function sceIoGetstat

Post by fantomasfr »

Hi,
i found a bug in the sdk, or i am wrong .
I have some prob with function sceIoGetstat,
if size of file is > 99999, it return an error
for exemple
if file size is : "143510" octet
filename.size return me ">3510"
for all file... but only on UMD... i dont know why...
There is a fix?
thanks by advance.
Arwin
Posts: 426
Joined: Tue Jul 12, 2005 7:00 pm

Re: Function sceIoGetstat

Post by Arwin »

fantomasfr wrote:Hi,
i found a bug in the sdk, or i am wrong .
I have some prob with function sceIoGetstat,
if size of file is > 99999, it return an error
for exemple
if file size is : "143510" octet
filename.size return me ">3510"
for all file... but only on UMD... i dont know why...
There is a fix?
thanks by advance.
I'm not sure - could you access the UMD through FAT or only through Blocks? That might have something to do with it.
fantomasfr
Posts: 11
Joined: Fri Jul 08, 2005 9:02 pm

Post by fantomasfr »

i m accessing trought FAT ..
i think this is a SDK bug .. :(
++

Fantomas
Post Reply