View Single Post
Old November 13th, 2007   #8 (permalink)
Felson
Registered User
 
Join Date: Nov 2007
Location: Canada
Posts: 2
Just to save people some pain, here is the non-kernel way to fix ePSXe (if you have the 32bit libs installed).
It seems that ePSXe is a UPX compressed executable, which seems to have an issue with that kernel.

Code:
sudo aptitude install upx-ucl-beta
cd /path/to/epsxe
cp epsxe epsxe_bak
upx -d epsxe
Just figured I would post the relevant parts here, since this is a logical place to look.

Last edited by Felson; November 13th, 2007 at 20:00.
Felson is offline   Reply With Quote