how to install a game cd on ubuntu

Asked by djkaus

I have a game cd that i would like to install on ubuntu. i click on the icon and click on install and it comes up with an error message. i just started using ubuntu a couple dyas ago and am ubuntu stupid...lol i am use to the visita os but was told to try ubuntu cause it is better

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu pidgin Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
djkaus (djkaus) said :
#1

can anyone help me out with installing this on ubuntu

Revision history for this message
djkaus (djkaus) said :
#2

 is the error message i get

[/media/BASEBALL/baseball.exe]
  End-of-central-directory signature not found. Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive. In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
note: /media/BASEBALL/baseball.exe may be a plain executable, not an archive
zipinfo: cannot find zipfile directory in one of /media/BASEBALL/baseball.exe or
          /media/BASEBALL/baseball.exe.zip, and cannot find /media/BASEBALL/baseball.exe.ZIP, period.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Add the wine repo and install wine:

In terminal run:

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

Now, this next bit depends on your release (find out with lsb_release -c)

For Ubuntu Jaunty (9.04):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/winehq.list

For Ubuntu Intrepid (8.10):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list

For Ubuntu Hardy (8.04):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list

Then run:

sudo apt-get update; sudo apt-get install wine

You can now run:

wine /media/BASEBALL/baseball.exe

Ubuntu isn't necessarily better, it's just different. Neither OS is superior. If you use Ubuntu, you will lose the issues inherent in Windows and gain the issues inherent in Ubuntu. The OS is the tool for the job, if Windows suits your needs then use Windows, if Ubuntu works for you then use that.

Revision history for this message
S.Vikash Koushik (vikashkoushik) said :
#4

To run games in Ubuntu you need to install a software called as Cedega.Search for Cedega for Ubuntu and install it.You will not be able to play games through wine.

(NOTE: Cedega can only support till NFS MOST WANTED.)

Good Luck!

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Cedega is a paid for piece of software, it is neither open source nor free as in money. If you want Cedega (crossover office is similar and also not free in any way) you must at least pay the one off fee of $30 (I think) to download it, you can pay a yearly support charge of $15 (again its my rough memory of it) for 100% support.

Cedega:
http://www.transgaming.com/

CrossOver Office (not just for MS Office):
http://www.codeweavers.com/

Can you help with this problem?

Provide an answer of your own, or ask djkaus for more information if necessary.

To post a message you must log in.