prxtool problem on Mac OSX

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

Moderators: cheriff, TyRaNiD

Post Reply
arnie
Posts: 11
Joined: Sat Apr 11, 2009 6:32 pm

prxtool problem on Mac OSX

Post by arnie »

I am having problems using prxtool on OSX Leopard.

I checked out the latest from the svn of prxtool and did the usual:
./bootstrap, ./configure, make, make install.

Everything installed fine and when I go 'prxtool', it's fine.

But when I load a module: prxtool -o module.xml -x module.prx

It loads and then goes : Segmentation fault.

What problem could it be?

-Arnie
slasher2661996
Posts: 91
Joined: Sun Feb 22, 2009 8:32 am
Location: Melbourne Australia ZOMG

Post by slasher2661996 »

Buffer overflow, check the *.xml file
arnie
Posts: 11
Joined: Sat Apr 11, 2009 6:32 pm

Post by arnie »

What do you mean buffer overflow?

It's when loading the modules that the prxtool exits.

-Arnie
slasher2661996
Posts: 91
Joined: Sun Feb 22, 2009 8:32 am
Location: Melbourne Australia ZOMG

Post by slasher2661996 »

Segmentation Fault is caused by an error (normally buffer overflow)
check you can open the prx without the xml file, and if so it's the xml file thats is causing the overflow.
Post Reply