xynth problem

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

Moderators: cheriff, TyRaNiD

Post Reply
dopi2751990
Posts: 1
Joined: Wed Jan 18, 2006 6:32 am

xynth problem

Post by dopi2751990 »

On. my PSP, when I try to load xynth, an error message appears in which the PSP's own OS complains that the game is curropt. Another, game file appears below the the xynth entry, but, there is no visible information, as the entire file appears to be curropt. I've redownloaded the file on numerous occasions, but there is no difference, am I doing enthing wrong?
Thanx for reading
Ewan:)
anhanguera
Posts: 31
Joined: Thu Aug 26, 2004 4:20 pm

Post by anhanguera »

hi,

download the psp binary from: http://prdownloads.sourceforge.net/xynt ... 2?download or, http://prdownloads.sourceforge.net/xynt ... 2?download

1.0 and 1.5 is the psp bios version number. download according to your bios version. below is the same for both.

Code: Select all

# ls -l xynth-0.8.00-psp-1.5.tar.bz2
-rw-r--r--  1 root root 848909 2006-01-18 23:57 xynth-0.8.00-psp-1.5.tar.bz2
# tar -jxf xynth-0.8.00-psp-1.5.tar.bz2
# cd xynth-0.8.00
# ls
psp
# cat /etc/fstab | grep sdb1
/dev/sdb1        /mnt/sdb1        vfat        defaults         0   0
# mount /mnt/sdb1
# rm -rf /mnt/sdb1/psp/game/xynth*
# cp -Rf psp /mnt/sdb1
# umount /mnt/sdb1
that is all. i have just tried it, works ok. and do not suprised when you see xynth is not a game ;) the previous from entry is http://forums.ps2dev.org/viewtopic.php?t=3798

xynth web pages are:
http://gsulinux.org/~distch/projects/xynth
http://xynth.org


alper "anhanguera" akcan.
Post Reply