We need more info.
How do you installed epsxe?
How do you installed epsxe?
Unzipped the archive and installed all the libs manually since they dont exists on repository in karmic...is there some verbose mode in which i cann run epsxe so it could give more information?We need more info.
How do you installed epsxe?
sudo apt-get install upx-ucl
cd /your_epsxe_dir
upx -d epsxe
deb http://archive.ubuntu.com/ubuntu/ jaunty main universe multiverse restricted
Would that not break the system?YAs for dependencies you can add 9.04 repository to software sources.
Go to "System" -> "Administration" -> "Software Sources" -> "Other Software tab" and click "Add" button.
Enter the following string in the textbox:
Click "Close" and a dialog should pop up with a message that you should reload. Do so.Code:deb http://archive.ubuntu.com/ubuntu/ jaunty main universe multiverse restricted
After that you should be able to follow the guide at the top of this forum section.
Yes, Mad is right. ePSXe is UPX compressed.
You can unpack it with upx-ucl.
Code:sudo apt-get install upx-ucl cd /your_epsxe_dir upx -d epsxe
When you start it in terminal,in epsxe dir and run ./epsxe...what happens?I'm trying to run ePSXe with UNR 9.10 on a toshiba nb205-n310 (Intel Atom N280 1.66 GHZ, Crucial 2 GB 667 MHZ DDR2 RAM, Intel GMA 950 Dynamic Video). I can execute the program, but when it comes to configuring the video, the only option listed is DISABLED and I cannot locate the MesaGL driver. The sound and CDROM configure menus both seem to list their respective sites, but I cannot figure out what to do with the video. The actual cfg folder contains:
cfgPeopsOSS cfgPeopsSoft cfgPeteMesaGL cfgPeteXGL2 spuPeopsOSS.cfg
but does not list anything but DISABLED in the menu.
Any ideas?
You didn't answered my question...the terminal is the key,don't click on the epsxe binary.ePSXe executes naturally and takes me to its native environment. However, I cannot run the BIOS without being referring to config > video, which then does not let me config the video.
[email protected]:~$ cd /home/tomek/Programi/Ostalo/Igre/PSX/ePSXe/
[email protected]:~/Programi/Ostalo/Igre/PSX/ePSXe$ ./epsxe
* Running ePSXe emulator version 1.6.0.
Gtk-WARNING **: Failed to load module "libcanberra-gtk-module.so": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
* Going out from gui. (exit)
[email protected]:~/Programi/Ostalo/Igre/PSX/ePSXe$
It executes fine, taking me to the blue screen with the ePSXe logo, and the respective menus. It just won't let me configure the video from there.[email protected]:~/Games/PSX/ePSXe-1.6$ sudo ./epsxe
[sudo] password for name:
* Running ePSXe emulator version 1.6.0.
* Going out from gui. (exit)
[email protected]:~/Games/PSX/ePSXe-1.6$
Why sudo? Do it whithout sudo. Have you installed all the dependencies?I am only executing it through the terminal. The text:
oO ?Running it without sudo does not effect the problem.
[email protected]:~/Games/PSX/ePSXe-1.6$ ./epsxe
* Running ePSXe emulator version 1.6.0.
Gtk-WARNING **: Failed to load module "libcanberra-gtk-module.so": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
* Going out from gui. (exit)
Did u folow the instructions:Running without sudo actually reveals this in the terminal:
Hmh...have no idea...try to do as i suggested...did u do:Could this have something to do with ePSXe being a UPX compressed executable?
chmodding:[email protected]:~/Games/PSX/ePSXe-1.6$ upx -d epsxe
Ultimate Packer for eXecutables
Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007
UPX 3.01 Markus Oberhumer, Laszlo Molnar & John Reiser Jul 31st 2007
File size Ratio Format Name
-------------------- ------ ----------- -----------
upx: epsxe: NotPackedException: not packed by UPX
Unpacked 0 files.
I'm dumbfounded. :???:[email protected]:~/Games/PSX$ sudo chmod -R 777 ePSXe-1.6
[email protected]:~/Games/PSX$ ls
ePSXe-1.6 Xenogears [PSX] [NTSC-US]
[email protected]:~/Games/PSX$ ./ePSXe-1.6
bash: ./ePSXe-1.6: is a directory