|
 Posté le 16/05/2014 @ 08:27 |
Nouvel astucien
| Bonjour j'ai télécharger trine 2, lancer le trine2.sh comme indiquer dans le readme (le rendre exécutable et le lancer) mais après quand je clic sur l’icône du bureau sa ne fonctionne pas. si quelqu’un sait comment faire je suis preneur!!
|
|
|
|
|
|
Posté le 16/05/2014 à 08:55 |
Maître astucien | |
|
Posté le 16/05/2014 à 09:09 |
Maître astucien | Slt
Euh, c'est un tuto sous Windows semble-t'il .. |
|
Posté le 16/05/2014 à 09:11 |
Maître astucien | |
|
Posté le 16/05/2014 à 09:12 |
Maître astucien | |
|
Posté le 16/05/2014 à 10:17 |
Nouvel astucien
| merci pour vos réponses, je vais regarder les lien que vous m’avez donner et je vous tien au jus!! |
|
Posté le 16/05/2014 à 10:28 |
Maître astucien | Tiens moi au courant  |
|
Posté le 16/05/2014 à 15:24 |
Nouvel astucien
| Bon j'ai regarder tes liens zenJP. La video youtube c'est une install via steam donc c'est pas mon cas!! moi c'est une version torrent et pour le 2ème liens ça parle d'installation via steam aussi avec en plus des probleme du à un manque de bibliothèque lib32 pour archlinux. |
|
Posté le 16/05/2014 à 15:26 |
Maître astucien | mais je croyais que trine2 marche avec steam ! tu es sur de ton coup ?  |
|
Posté le 16/05/2014 à 15:43 |
Nouvel astucien
| 
voici le dossier que j'ai.
J'ai lancer le trine2.sh en le rendant exécutable dans les propriété du fuchier. Ensuite ça ma ouvert deux petite fenètre avec du texte en anglais dedans j'ai cliquer sur valider pour les 2 pi après ba quand je clique sur l'icone que sa a créer sur le bureau sa me met un message d'erreur toujour en english bien sur!! je pense qu'il faudrait décompresser toutes les archives du dossier avant de lancer le trine2.sh mais je ne sait malheureusement pas comment faire!! |
|
Posté le 16/05/2014 à 20:36 |
| salut,
si c a peut t aider :
README for running Trine 2 on the OpenSUSE Linux distribution.
- Trine 2 most likely requires specific library packages to be installed on the OpenSUSE linux distribution.
- The following instructions assume that you would be using the OpenSUSE 12.3, the 64 bit version.
- Similar instructions should apply to any other quite recent OpenSUSE distributions as well, but you may have to change some of the library names to match your distribution.
1. Installing the required libraries ------------------------------------
To install the required libraries for the OpenSUSE 12.3 distribution, you should run the following commands (assuming you do not have the packages already installed, and assuming you have sudo privileges).
sudo /sbin/yast --install zlib-32bit sudo /sbin/yast --install libfreetype6-32bit sudo /sbin/yast --install gtk2-tools-32bit sudo /sbin/yast --install libpng12-0-32bit sudo /sbin/yast --install libvorbis0-32bit sudo /sbin/yast --install libvorbisfile3-32bit sudo /sbin/yast --install libopenal1-soft-32bit
Also, notice, that you might already have some conflicting / newer package installed so you should consider keeping your existing libraries instead, should some of the packages conflict with an existing one.
2. Figuring out why the game isn't starting -------------------------------------------
If you still get some issues trying to start the game (for example, nothing seems to happen when you click Launch from the Trine 2 launcher), follow these instructions...
To see which libraries are missing, or if there is some additional information available, you can run the following commands in the trine 2 install directory.
Starting the game manually from a terminal (may provide some additional info):
export LD_LIBRARY_PATH=./lib/lib32 bin/trine2_linux_32bit
Or by listing at the required library files manually:
export LD_LIBRARY_PATH=./lib/lib32 ldd bin/trine2_linux_32bit ldd bin/trine2_linux_launcher_32bit
These commands will list you the libraries that the game binaries depend on. Look for any library lines that say: not found
If any libraries are listed as not found, you may have to figure out which additional packages are missing. If its libGL or libGLU, see further below.
3. Having appropriate display drivers -------------------------------------
Regarding any missing libGL or libGLU libraries, you'll probably need to install the proprietary ATI or NVIDIA graphics drivers for your graphics card.
Any other display drivers / opengl implementation might work, if they have adequate shader support, etc. but they are not officially supported.
If your system lists mesa as the libGL provider (see the ldd output as instructed above), you probably have the software Mesa GL installed. It is likely that the game starts with those libraries, but it will not work correctly and will not be playable.
4. Still not working? ---------------------
If you still cannot get the game working after doing the steps above, please, go see the game support website / forums for possible solutions.
This is the Trine 2 README for the Ubuntu Linux distribution.
Supported releases ------------------
* Supported releases: - Ubuntu 12.04 and newer - To install the required OpenAL library run: sudo apt-get install libopenal1 - 64 bit versions will require the 32 bit compatibility libraries. - To install the 32 bit support in the 64 bit version run: sudo apt-get install ia32-libs
* Unsupported releases: - Any releases prior the Ubuntu 12.04 are unsupported.
Troubleshooting ---------------
If you have any trouble running the game, take a look at the README file for some general library dependency checking instructions.
|
|