I am using opensuse 11.4 KDE. Recently I tried to install some games from openSUSE Game Store (like Ardentryst, Bomberclone etc.). I tryed to install them using yast. But after the installation is complete, I’m unable to run the games.
The point is. You should ideally have chosen the 11.4 option rather than Factory.
You can look in the kde menu, via right click as if to edit the menu
Find the entry for the game and see what the command is to launch it, then use that in a terminal
Running the command in a terminal may reveal the problem with error output in the terminal
I am already using python 2.7; the game recommend 2.4+ version. see the file
rahul@linux-rahul:/usr/share/doc/packages/ardentryst> cat README.txt
Run ardentryst.py with python (preferrably 2.4+) to play.
If you are in need of help, see help.txt!
Enjoy
My apologies, it’s: rpm -qi and not rpm -ql. Well, I don’t really care what the game recommends because it’s not as simple as it looks like, when the game is built it gets hardcoded pythons magic number, so it needs to run on the very exact version of python it was built against.
rahul@linux-rahul:~> rpm -qi ardentryst
Name : ardentryst Relocations: (not relocatable)
Version : 1.71 Vendor: openSUSE Build Service
Release : 1.1 Build Date: Mon 03 Aug 2009 08:46:48 PM IST
Install Date: Thu 06 Oct 2011 06:35:56 PM IST Build Host: build20
Group : Amusements/Games/RPG Source RPM: ardentryst-1.71-1.1.src.rpm
Size : 466123 License: GPLv3
Signature : DSA/SHA1, Mon 03 Aug 2009 08:47:00 PM IST, Key ID 5fee281c53a2e3f5
URL : http://jordan.trudgett.com/
Summary : Ardentryst
Description :
Ardentryst is an action/RPG sidescoller, focused not just on fighting, but on story, and character development. Strategy as well as reflexes will be needed to overcome the game. The game is set in another world. It is somewhat a cross between Donkey Kong Country, Mario, Castlevania and Kingdom Hearts. Ardentryst is focused on a fantasy world. The player is guided through a storyline which he or her must act in and play a major role in keeping peace and order in Ardentryst. It features two playable characters and a variety of weapons, items, armour, monsters, and beautiful level scenery and graphics.
Authors:
--------
Jordan Trudgett <jordan_trudgett@hotmail.com>
Distribution: games / SLE_11
rahul@linux-rahul:~> rpm -qi python
Name : python Relocations: (not relocatable)
Version : 2.7 Vendor: openSUSE
Release : 9.10.2 Build Date: Sat 07 May 2011 01:08:40 AM IST
Install Date: Mon 04 Jul 2011 10:15:20 PM IST Build Host: build33
Group : Development/Languages/Python Source RPM: python-2.7-9.10.2.src.rpm
Size : 1301281 License: MIT License (or similar)
Signature : RSA/8, Sat 07 May 2011 01:09:36 AM IST, Key ID b88b2fd43dbdc284
Packager : http://bugs.opensuse.org
URL : http://www.python.org/
Summary : Python Interpreter
Description :
Python is an interpreted, object-oriented programming language, and is
often compared to Tcl, Perl, Scheme, or Java. You can find an overview
of Python in the documentation and tutorials included in the python-doc
(HTML) or python-doc-pdf (PDF) packages.
If you want to install third party modules using distutils, you need to
install python-devel package.
Actually I downloaded the ymp file from this site: openSUSE Game Store.
I selected 11.4 version of the game. I rechecked it now also.
Can you post the correct link for the game.
It works fine now.
The problem was due to the wrong ymp file at openSUSE Game Store. The site is actually the opensuse game store; and many people will try to install from there because it support ‘1 click install’.
So someone please correct the file/link.
>
> It works fine now.
> The problem was due to the wrong ymp file at ‘openSUSE Game Store’
> (http://gamestore.gk2.sk/). The site is actually the opensuse game
> store; and many people will try to install from there because it support
> ‘1 click install’.
> So someone please correct the file/link.
>
At the bottom of the gamestore page you find who made it with a link th his
homepage, you can find the email here http://stick.gk2.sk/me/ ($ cat
details.txt)
–
PC: oS 11.4 64 bit | Intel Core i7-2600@3.40GHz | KDE 4.6.0 | GeForce GT 420
| 16GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.7.2 | nVidia
ION | 3GB Ram
IMHO the most probably cause for all this is that rahulcvv had the games SLE_11 repo in his openSUSE_11.4 machine before trying to install the game. When he used the 1-Click the correct repo was added, but the rpm was installed from the wrong repo because of priorities/version numbers/whatever. But since he never posted the output of “zypper lr -d” we can’t know for sure.
There is a problem in the whole 1-Click system, sure. That’s not something new. It should install the RPM from the repo specified in the ymp file, but it is a problem in the system and not in the ymp file.