LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-10-2015, 05:11 PM   #1
bob1352
Member
 
Registered: Sep 2015
Distribution: Fedora 22
Posts: 32

Rep: Reputation: Disabled
How do I run this game????


I have tried Run Software Install Software, but I can't seem to run this emulator. I am on Fedora 22, I have a screenshot.
Attached Thumbnails
Click image for larger version

Name:	psx.png
Views:	73
Size:	127.9 KB
ID:	19777  
 
Old 10-10-2015, 06:20 PM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi...

You might want to check out this page concerning unofficial emulation.

Regards...

Last edited by ardvark71; 10-10-2015 at 06:27 PM. Reason: Changed information.
 
Old 10-11-2015, 08:51 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
what exactly are you trying to run there, and how?

suggestion:

1.
read the contents of the "doc" and "help" folders.

2.
open a terminal in the folder in the screenshot, type
Code:
$ ./launch_pcsx2_linux.sh
$ ./pcsx2
and paste output here.
 
Old 10-11-2015, 10:54 AM   #4
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
I can just about read your screen shot -- is that pcsx2? If so, have you (1) made sure that you have the Linux version and (2) read this?
http://pcsx2.net/config-guide.html
 
Old 10-12-2015, 02:01 PM   #5
bob1352
Member
 
Registered: Sep 2015
Distribution: Fedora 22
Posts: 32

Original Poster
Rep: Reputation: Disabled
my output for your command was...

bash: $: command not found...
 
Old 10-12-2015, 02:14 PM   #6
bob1352
Member
 
Registered: Sep 2015
Distribution: Fedora 22
Posts: 32

Original Poster
Rep: Reputation: Disabled
Lightbulb reply

Quote:
Originally Posted by DavidMcCann View Post
I can just about read your screen shot -- is that pcsx2? If so, have you (1) made sure that you have the Linux version and (2) read this?
http://pcsx2.net/config-guide.html
I am sure I have the linux version, and it is pcsx2. However the main issue is the face that I have know idea how to execute the shell script for the installer.
 
Old 10-12-2015, 03:35 PM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by bob1352 View Post
bash: $: command not found...
the "$" is there to symbolize that you opened a terminal with a user prompt.
you don't actually type the "$", but everything following it.
sorry about that.

apart from that, did you read the documentation, both included in your download and on the web page as another member suggested?
 
Old 10-12-2015, 04:51 PM   #8
bob1352
Member
 
Registered: Sep 2015
Distribution: Fedora 22
Posts: 32

Original Poster
Rep: Reputation: Disabled
I guess I am going to try to compile the shell script of something using cmake.

What is a linux binary???
 
Old 10-12-2015, 04:58 PM   #9
bob1352
Member
 
Registered: Sep 2015
Distribution: Fedora 22
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by bob1352 View Post
I guess I am going to try to compile the shell script of something using cmake.

What is a linux binary???
Yeah I have determined that I have no clue what I am doing.
I am going to try to install the windows version using wine see if it works.



It failed

Last edited by bob1352; 10-12-2015 at 05:01 PM.
 
Old 10-12-2015, 05:28 PM   #10
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
Quote:
Originally Posted by bob1352 View Post
I guess I am going to try to compile the shell script of something using cmake.

What is a linux binary???
a linux binary is the equivilent of a windows .exe file, it is the executable code of the program

running ./{binary} file name at the prompt runs it (the ./ is important if you are running a binary in a place other than the PATH (can be determined at a prompt by typing 'echo $PATH', and is the list of places on the file system where the OS searches for executable binaries).

./ meining 'in local directory'
 
Old 10-13-2015, 10:13 PM   #11
Rinndalir
Member
 
Registered: Sep 2015
Posts: 733

Rep: Reputation: Disabled
Do this:

Code:
cd ~/Downloads/pcxs2-1.2.2
./launch_pcsx2_linux.sh
./pcsx2
Then report back like the other post said.
 
Old 10-14-2015, 01:22 PM   #12
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
unfortunately if someone can only "point and click" in the "Microsoft way"
and can not even use the microssoft "cmd.exe" -- let alone bash


then maybe they should
1)
learn to USE a computer

2)
stick with microsoft and never learn to even use that , other than "point and click"
 
Old 10-14-2015, 03:32 PM   #13
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
on second thought, if you have fedora22
Code:
$ su -c 'yum inststall pcsx2'
$ pcsx2
 
Old 10-20-2015, 04:40 PM   #14
bob1352
Member
 
Registered: Sep 2015
Distribution: Fedora 22
Posts: 32

Original Poster
Rep: Reputation: Disabled
Thats not an answer.

Quote:
Originally Posted by John VV View Post
unfortunately if someone can only "point and click" in the "Microsoft way"
and can not even use the microssoft "cmd.exe" -- let alone bash


then maybe they should
1)
learn to USE a computer

2)
stick with microsoft and never learn to even use that , other than "point and click"
You provide no solution to this issue. You just complain that I have no idea how to use a computer. I am trying very hard to get this to work. If your going to click on a question try to provide an answer.
Instead of complaining about the ignorance of the person who asked the question.
 
Old 10-20-2015, 04:58 PM   #15
bob1352
Member
 
Registered: Sep 2015
Distribution: Fedora 22
Posts: 32

Original Poster
Rep: Reputation: Disabled
Somthing with the YUM command

Quote:
Originally Posted by frieza View Post
on second thought, if you have fedora22
Code:
$ su -c 'yum inststall pcsx2'
$ pcsx2
the YUM or the inststall would not worked so I changed it to.

su -c 'dnf install pcsx2'

this did not work as well.

Here he the output from your previous command.

[root@linux-machine-1 lbyker]# cd ~/Downloads/pcxs2-1.2.2
bash: cd: /root/Downloads/pcxs2-1.2.2: No such file or directory
[root@linux-machine-1 lbyker]# ./launch_pcsx2_linux.sh
bash: ./launch_pcsx2_linux.sh: No such file or directory


Now here is a screen shot of the directory.

P.S. when I say previous command I mean

cd ~/Downloads/pcxs2-1.2.2
./launch_pcsx2_linux.sh
./pcsx2
Attached Thumbnails
Click image for larger version

Name:	pcsx2.png
Views:	9
Size:	221.7 KB
ID:	19828  

Last edited by bob1352; 10-20-2015 at 04:59 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to I run this game???? bob1352 Linux - Games 3 09-27-2015 02:09 PM
killall esd before game. run esd after game. missing gnome sounds. fakie_flip Linux - Games 3 09-30-2006 03:47 AM
can't run game using wine jbumgar Linux - Newbie 1 09-06-2006 07:36 PM
possible to run a game thats already installed? icebreaker Linux - Games 4 05-13-2004 12:09 AM
getting game etc to run on solaris 9. fiff Solaris / OpenSolaris 2 12-25-2003 09:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration