PDA

View Full Version : heroes of might and magic 3 installation problems


bobzzz
May 11th, 2008, 10:55 AM
hi im having problems installing heroes of might and magic 3. when i click on the setup.sh file it says Couldn't display "/media/cdrom0/setup.sh". not in a folder.i would really be happy if any one can help me im running the ubuntu hardy

itix
May 11th, 2008, 11:38 AM
Uh... thats the wrong way to install a windows game in linux. You have to use the "emulator" called wine. Post this thread under the "Wine" section and they'll be able to help you.
Personally I don't use wine because I hate it.

If this is a linux specific game, there should be installing instructions in the game manual.

Artificial Intelligence
May 11th, 2008, 11:39 AM
cd /media/cdrom0
sudo sh setup.sh

If it doesn't help, copy the setup file to your Desktop, then;

cd ~/Desktop
chmod +x setup.sh
sudo ./setup.sh

bobzzz
May 11th, 2008, 11:42 AM
yes it is a linux game,and in the manual it says:Mount the Heroes III CD and change the current directory to where
it is mounted. Type 'sh setup.sh' to run the install script.

e.g. Log in as root:
mount /mnt/cdrom
cd /mnt/cdrom
sh setup.sh

and i pasted the mount..... peice in the terminal and it says that the directory doesnt exist.im sorry but im completely new to linux distro`s and im trying my best.

drunkmatador
May 11th, 2008, 11:42 AM
I'm confused.. does this game support linux, or are those instructions to get it running in wine? I love this game and own a copy but I'm pretty sure it's only for PC.

Artificial Intelligence
May 11th, 2008, 11:44 AM
It's called something else. It's an old game. In the file browser, press <ctrl>+<L> and you can see the path.

Artificial Intelligence
May 11th, 2008, 11:45 AM
I'm confused.. does this game support linux, or are those instructions to get it running in wine? I love this game and own a copy but I'm pretty sure it's only for PC.

It's an old Loki game. Loki ported it years ago. But there linux installer works very poorly - so buying old loki games is a risk to take. Better buy newer games then instead.

bobzzz
May 11th, 2008, 11:48 AM
A.I. in the terminal it shows:bobzzz@bobzzz-laptop:~$ cd ~/Desktop
bobzzz@bobzzz-laptop:~/Desktop$ chmod +x setup.sh
bobzzz@bobzzz-laptop:~/Desktop$ sudo ./setup.sh


what do i do now.if its not too much trouble.thank you for the other replies as well

Artificial Intelligence
May 11th, 2008, 11:51 AM
Did something happen when you ran the last command? A installer window?

bobzzz
May 11th, 2008, 11:57 AM
unfortunately not i pasted the command and then pressed enter and then it showed me:./setup.sh: 9: function: not found
x86

Artificial Intelligence
May 11th, 2008, 11:58 AM
ok, try with sudo sh setup.sh instead

acoustibop
May 11th, 2008, 12:06 PM
I was just discussing mounting Playstation CDs with someone, so I thought I'd try "sudo mount -t iso9660 /dev/<device> /mnt/<folder>" where /dev/<device> is the drive your CD is in (try /dev/cdrom or /dev/cdrom0) and /mnt/<folder> is a folder you create in /mnt for mounting CDs - you can call <folder> whatever you want. Worked fine: I could browse the CD.

So if your game is a Linux game you would do:
"sudo mount -t iso9660 /dev/<device> /mnt/<folder>
cd /mnt/<folder>
sh setup.sh"
by my reckoning.

Edit: sorry, I missed the last several posts (got distracted while writing the post). You seem to have got pretty much that far anyway. ;)

bobzzz
May 11th, 2008, 12:07 PM
no it doesnt work.thank you very much for your trouble i have a windows copy that ill play through wine or cedega.or i can just stick to wesnoth
thanks again and have a nice day

bobzzz
May 11th, 2008, 06:54 PM
i have found the solution to my problem after several hours on google through trial and error.

bobzzz@bobzzz-laptop:~$ cd /media/cdrom0
bobzzz@bobzzz-laptop:/media/cdrom0$ bash setup.sh
bobzzz@bobzzz-laptop:/media/cdrom0$ sudo bash setup.sh


that is what i did and it worked and now i can enjoy my game.

dox_drum
January 25th, 2009, 04:07 PM
Thank you bobzzz!

Just one comment. Aa far as I understood, the second line of command is not needed.

jewelry_wang
September 15th, 2009, 10:21 AM
i have found the solution to my problem after several hours on google through trial and error.

bobzzz@bobzzz-laptop:~$ cd /media/cdrom0
bobzzz@bobzzz-laptop:/media/cdrom0$ bash setup.sh
bobzzz@bobzzz-laptop:/media/cdrom0$ sudo bash setup.sh


that is what i did and it worked and now i can enjoy my game.
Thanks a lot bobzzz! As dox_drum said, we may have to use "sudo bash setup.sh" to install it.