> Tous les forums > Forum Linux
 Probleme sur installation de trine 2
Ajouter un message à la discussion
Page : [1] 
Page 1 sur 1
jeansbeul36
  Posté le 16/05/2014 @ 08:27 
Aller en bas de la page 
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!!

Publicité
ZenJP
 Posté le 16/05/2014 à 08:55 
Aller en bas de la page Revenir au message précédent Revenir en haut de la page
  Maître astucien

Je ne sais pas sous quelle version de Linux tu es, mais voici un tuto pour installer trine2

http://www.youtube.com/watch?v=73GYl_dnvMU

Banzaiii
 Posté le 16/05/2014 à 09:09 
Aller en bas de la page Revenir au message précédent Revenir en haut de la page
  Maître astucien

Slt

Euh, c'est un tuto sous Windows semble-t'il ..

ZenJP
 Posté le 16/05/2014 à 09:11 
Aller en bas de la page Revenir au message précédent Revenir en haut de la page
  Maître astucien

Oups ici : (mais en anglais)

http://www.youtube.com/watch?v=K38SssuLwME

ZenJP
 Posté le 16/05/2014 à 09:12 
Aller en bas de la page Revenir au message précédent Revenir en haut de la page
  Maître astucien

jeansbeul36
 Posté le 16/05/2014 à 10:17 
Aller en bas de la page Revenir au message précédent Revenir en haut de la page
Nouvel astucien

merci pour vos réponses, je vais regarder les lien que vous m’avez donner et je vous tien au jus!!

ZenJP
 Posté le 16/05/2014 à 10:28 
Aller en bas de la page Revenir au message précédent Revenir en haut de la page
  Maître astucien

Tiens moi au courant

jeansbeul36
 Posté le 16/05/2014 à 15:24 
Aller en bas de la page Revenir au message précédent Revenir en haut de la page
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.

ZenJP
 Posté le 16/05/2014 à 15:26 
Aller en bas de la page Revenir au message précédent Revenir en haut de la page
  Maître astucien

mais je croyais que trine2 marche avec steam ! tu es sur de ton coup ?

jeansbeul36
 Posté le 16/05/2014 à 15:43 
Aller en bas de la page Revenir au message précédent Revenir en haut de la page
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!!

spokastuces
 Posté le 16/05/2014 à 20:36 
Aller en bas de la page Revenir au message précédent Revenir en haut de la page
Astucien

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.

Page : [1] 
Page 1 sur 1

Vous devez être connecté pour participer à la discussion.
Cliquez ici pour vous identifier.

Vous n'avez pas de compte ? Créez-en un gratuitement !
Recevoir PC Astuces par e-mail


La Lettre quotidienne +226 000 inscrits
Avec l'actu, des logiciels, des applis, des astuces, des bons plans, ...

Les bonnes affaires
Une fois par semaine, un récap des meilleurs offres.

Les fonds d'écran
De jolies photos pour personnaliser votre bureau. Une fois par semaine.

Les nouveaux Bons Plans
Des notifications pour ne pas rater les bons plans publiés sur le site.

Les bons plans du moment PC Astuces

Tous les Bons Plans
Ensemble clavier et souris sans fil Logitech MK235
21,99 € 35 € -37%
@Amazon
Épilateur lumière pulsée 3 en 1 OUPSEEN OP05 (9 niveaux d'énergie, fonction HR/RA/SC, mode flash automatique)
42,35 € 84,70 € -50%
@Amazon
Caméra sport DJI Osmo Action 4 Aventure
206,56 € 429 € -52%
@Amazon Espagne
Disque dur externe Seagate Desktop Drive USB 3.0 8 To (+ 2 ans Services Rescue)
154,99 € 175 € -11%
@Amazon
Mini PC BMAX B9 Plus (Intel Core i5-1250P, 24 Go RAM DDR5, SSD NVMe 512 Go, WiFi 6, BT 5.2, Windows 11)
329 € 449 € -27%
@Geekbuying
SSD externe USB 4 Corsair EX400U 4 To (4000 Mo/s)
359,99 € 443,99 € -19%
@Geekbuying

Sujets relatifs
Problème installation opensuse sur raspberry pi2
Problème son qui grésille depuis installation nouveau kernel Debian
Problème installation linux
Problème Installation d'un système Linux
Problème installation Mafia II sous PlayOnLinux
problème installation imprimante DCP195C
Probléme lors de l'installation
problème installation logiciels sous xfce
Problème installation GRUB Suse Linux
problème installation UBUNTU
Plus de sujets relatifs à Probleme sur installation de trine 2
 > Tous les forums > Forum Linux