Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 02/01/2010, à 22:58

Kr_Ous

Compiler le jeu mega mario

Salut !
Je n'arrive pas à compiler le jeu mega mario http://freefr.dl.sourceforge.net/source … c_full.zip

By the help of Hans de Goede a linux compatible version of Mega Mario was created.

To play under linux you have to run the makefile located in the Megamario directory, just type :

> make PREFIX=/usr/local

> make PREFIX=/usr/local install

The libraries

SDL

SDL_image

SDL_mixer

SDL_ttf

need to be installed!!!

J'ai installé les lib nécessaires ,mais la compilation se termine toujours par une erreur et elle ne veut pas se faire ..

Dernière modification par Kr_Ous (Le 02/01/2010, à 23:28)


Pour bénificier de téléchargements premium avec JDownloader2 depuis multitude de sites d'hébergement, visitez mon blog http://afreepremiumaccounts.blogspot.com
OS actuel: Ubuntu 12.10
Entré au monde Linux avec Ubuntu 8.10 en février 2009
Niveau: Mieux que Débutant , Moins que Pro..

Hors ligne

#2 Le 02/01/2010, à 23:01

wido

Re : Compiler le jeu mega mario

Bonjour, quelle est l'erreur ? smile

Hors ligne

#3 Le 02/01/2010, à 23:05

Kr_Ous

Re : Compiler le jeu mega mario

oussama@oussama-desktop:~/MegaMario_v1.6c_full$ make PREFIX=/usr/local
g++ -g -Wall -O2 -DDATADIR=\"/usr/local/share/megamario/\" -o src/global.o -c src/global.cpp
src/global.cpp: In function ‘void THEGAMEENDSHERE()’:
src/global.cpp:164: error: ‘PATH_MAX’ was not declared in this scope
src/global.cpp:165: error: ‘buf’ was not declared in this scope
src/global.cpp:193: warning: deprecated conversion from string constant to ‘char*’
src/SDL_gfxPrimitives_font.h: At global scope:
src/SDL_gfxPrimitives_font.h:8: warning: ‘gfxPrimitivesFontdata’ defined but not used
src/functions.h:42: warning: ‘GfxFont’ defined but not used
src/functions.h:43: warning: ‘GfxFontColor’ defined but not used
src/functions.h:45: warning: ‘gfxFontdata’ defined but not used
make: *** [src/global.o] Erreur 1

Pour bénificier de téléchargements premium avec JDownloader2 depuis multitude de sites d'hébergement, visitez mon blog http://afreepremiumaccounts.blogspot.com
OS actuel: Ubuntu 12.10
Entré au monde Linux avec Ubuntu 8.10 en février 2009
Niveau: Mieux que Débutant , Moins que Pro..

Hors ligne

#4 Le 02/01/2010, à 23:12

wido

Re : Compiler le jeu mega mario

Comme je suis sous arch et que tu as un souci avec PATH_MAX essaye de patch:
http://aur.archlinux.org/packages/megam … _max.patch

tu le mets dans le dossier et tu fais:

cd /MegaMario_v1.6c_full/
patch -p1 < ~/MegaMario_v1.6c_full/path_max.patch
make PREFIX=/usr/local
make PREFIX=/usr/local install

vu sur: http://aur.archlinux.org/packages.php?ID=7472

Hors ligne

#5 Le 02/01/2010, à 23:17

Kr_Ous

Re : Compiler le jeu mega mario

pas d'erreur smile

mais je le trouve où le jeu maintenant ? (j'ai regarder Applications->Jeux il n'y a pas)

EDIT: ça y est je l'ai trouvé : il est dans le dossier où j'ai fait la compilation smile
Je vais passer le sujet à Résolu ! merci beaucoup smile

Dernière modification par Kr_Ous (Le 02/01/2010, à 23:19)


Pour bénificier de téléchargements premium avec JDownloader2 depuis multitude de sites d'hébergement, visitez mon blog http://afreepremiumaccounts.blogspot.com
OS actuel: Ubuntu 12.10
Entré au monde Linux avec Ubuntu 8.10 en février 2009
Niveau: Mieux que Débutant , Moins que Pro..

Hors ligne

#6 Le 02/01/2010, à 23:30

Kr_Ous

Re : Compiler le jeu mega mario

Ehhh mais c'est bizarre : En jouant Mario est invisible , ainsi que le 1-up ...
C'est dû à quoi ? hmm


Pour bénificier de téléchargements premium avec JDownloader2 depuis multitude de sites d'hébergement, visitez mon blog http://afreepremiumaccounts.blogspot.com
OS actuel: Ubuntu 12.10
Entré au monde Linux avec Ubuntu 8.10 en février 2009
Niveau: Mieux que Débutant , Moins que Pro..

Hors ligne

#7 Le 02/01/2010, à 23:30

wido

Re : Compiler le jeu mega mario

Sinon tu as un lanceur tout fait:
http://aur.archlinux.org/packages/megam … io.desktop
mais il faut que l'application megamario sois dans le bon dossier /usr/bin par exemple.

EDIT: lance le jeu via le terminal, analyse les erreurs il doit y avoir des fichiers (textures) mal placés dans les dossiers.

Dernière modification par wido (Le 02/01/2010, à 23:32)

Hors ligne

#8 Le 02/01/2010, à 23:37

Kr_Ous

Re : Compiler le jeu mega mario

oussama@oussama-desktop:~/MegaMario_v1.6c_full$ ./megamario
  * load image = /usr/local/share/megamario/gfx/menu/levellistback.png
  * load image = /usr/local/share/megamario/gfx/menu/mario.png
  * load image = /usr/local/share/megamario/gfx/menu/levellist.png
  * load image = /usr/local/share/megamario/gfx/menu/newgame.png
  * load image = /usr/local/share/megamario/gfx/menu/load.png
  * load image = /usr/local/share/megamario/gfx/menu/bloody.png
  * load image = /usr/local/share/megamario/gfx/menu/allsoundy.png
  * load image = /usr/local/share/megamario/gfx/menu/exit.png
  * load image = /usr/local/share/megamario/gfx/menu/arrow.png
  * load image = /home/opt/share/megamario/gfx/characters/small/player1r.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player1r.png
/home/opt/share/megamario/gfx/characters/small/player1r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player2r.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player2r.png
/home/opt/share/megamario/gfx/characters/small/player2r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player3r.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player3r.png
/home/opt/share/megamario/gfx/characters/small/player3r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player1l.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player1l.png
/home/opt/share/megamario/gfx/characters/small/player1l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player2l.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player2l.png
/home/opt/share/megamario/gfx/characters/small/player2l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player3l.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player3l.png
/home/opt/share/megamario/gfx/characters/small/player3l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/downr.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/downr.png
/home/opt/share/megamario/gfx/characters/small/downr.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/downl.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/downl.png
/home/opt/share/megamario/gfx/characters/small/downl.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player1r.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player1r.png
/home/opt/share/megamario/gfx/characters/big/player1r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player2r.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player2r.png
/home/opt/share/megamario/gfx/characters/big/player2r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player3r.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player3r.png
/home/opt/share/megamario/gfx/characters/big/player3r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player1l.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player1l.png
/home/opt/share/megamario/gfx/characters/big/player1l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player2l.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player2l.png
/home/opt/share/megamario/gfx/characters/big/player2l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player3l.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player3l.png
/home/opt/share/megamario/gfx/characters/big/player3l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/downr.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/downr.png
/home/opt/share/megamario/gfx/characters/big/downr.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/downl.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/downl.png
/home/opt/share/megamario/gfx/characters/big/downl.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player1r.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player1r.png
/home/opt/share/megamario/gfx/characters/fire/player1r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player2r.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player2r.png
/home/opt/share/megamario/gfx/characters/fire/player2r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player3r.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player3r.png
/home/opt/share/megamario/gfx/characters/fire/player3r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player1l.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player1l.png
/home/opt/share/megamario/gfx/characters/fire/player1l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player2l.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player2l.png
/home/opt/share/megamario/gfx/characters/fire/player2l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player3l.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player3l.png
/home/opt/share/megamario/gfx/characters/fire/player3l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/downr.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/downr.png
/home/opt/share/megamario/gfx/characters/fire/downr.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/downl.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/downl.png
/home/opt/share/megamario/gfx/characters/fire/downl.png , fehlt.

  * load image = /usr/local/share/megamario/gfx/background/bush1.png
  * load image = /usr/local/share/megamario/gfx/background/bush2.png
  * load image = /usr/local/share/megamario/gfx/background/hedge_1b.png
  * load image = /usr/local/share/megamario/gfx/background/bush4.png
  * load image = /usr/local/share/megamario/gfx/background/bush5.png
  * load image = /usr/local/share/megamario/gfx/background/bush6.png
  * load image = /usr/local/share/megamario/gfx/background/cloud1.png
  * load image = /usr/local/share/megamario/gfx/background/cloud2.png
  * load image = /usr/local/share/megamario/gfx/background/sky.jpg
  * load image = /usr/local/share/megamario/gfx/background/sky_night.jpg
  * load image = /usr/local/share/megamario/gfx/menu/saved.jpg
  * load image = /usr/local/share/megamario/gfx/tiles/bigcastle.png
  * load image = /usr/local/share/megamario/gfx/tiles/smallcastle.png
  * load image = /usr/local/share/megamario/gfx/bonus/flag.png
  * load image = /home/opt/share/megamario/gfx/bonus/pilz.png
Couldn't open /home/opt/share/megamario/gfx/bonus/pilz.png
/home/opt/share/megamario/gfx/bonus/pilz.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/blume.png
Couldn't open /home/opt/share/megamario/gfx/bonus/blume.png
/home/opt/share/megamario/gfx/bonus/blume.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/stern.png
Couldn't open /home/opt/share/megamario/gfx/bonus/stern.png
/home/opt/share/megamario/gfx/bonus/stern.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/life.png
Couldn't open /home/opt/share/megamario/gfx/bonus/life.png
/home/opt/share/megamario/gfx/bonus/life.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/pilz.png
Couldn't open /home/opt/share/megamario/gfx/bonus/pilz.png
/home/opt/share/megamario/gfx/bonus/pilz.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/blume.png
Couldn't open /home/opt/share/megamario/gfx/bonus/blume.png
/home/opt/share/megamario/gfx/bonus/blume.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/stern.png
Couldn't open /home/opt/share/megamario/gfx/bonus/stern.png
/home/opt/share/megamario/gfx/bonus/stern.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/life.png
Couldn't open /home/opt/share/megamario/gfx/bonus/life.png
/home/opt/share/megamario/gfx/bonus/life.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/pilz.png
Couldn't open /home/opt/share/megamario/gfx/bonus/pilz.png
/home/opt/share/megamario/gfx/bonus/pilz.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/blume.png
Couldn't open /home/opt/share/megamario/gfx/bonus/blume.png
/home/opt/share/megamario/gfx/bonus/blume.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/stern.png
Couldn't open /home/opt/share/megamario/gfx/bonus/stern.png
/home/opt/share/megamario/gfx/bonus/stern.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/life.png
Couldn't open /home/opt/share/megamario/gfx/bonus/life.png
/home/opt/share/megamario/gfx/bonus/life.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/pilz.png
Couldn't open /home/opt/share/megamario/gfx/bonus/pilz.png
/home/opt/share/megamario/gfx/bonus/pilz.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/blume.png
Couldn't open /home/opt/share/megamario/gfx/bonus/blume.png
/home/opt/share/megamario/gfx/bonus/blume.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/stern.png
Couldn't open /home/opt/share/megamario/gfx/bonus/stern.png
/home/opt/share/megamario/gfx/bonus/stern.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/life.png
Couldn't open /home/opt/share/megamario/gfx/bonus/life.png
/home/opt/share/megamario/gfx/bonus/life.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/pilz.png
Couldn't open /home/opt/share/megamario/gfx/bonus/pilz.png
/home/opt/share/megamario/gfx/bonus/pilz.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/blume.png
Couldn't open /home/opt/share/megamario/gfx/bonus/blume.png
/home/opt/share/megamario/gfx/bonus/blume.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/stern.png
Couldn't open /home/opt/share/megamario/gfx/bonus/stern.png
/home/opt/share/megamario/gfx/bonus/stern.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/life.png
Couldn't open /home/opt/share/megamario/gfx/bonus/life.png
/home/opt/share/megamario/gfx/bonus/life.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/cracked.png
Couldn't open /home/opt/share/megamario/gfx/bonus/cracked.png
/home/opt/share/megamario/gfx/bonus/cracked.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/cracked2.png
Couldn't open /home/opt/share/megamario/gfx/bonus/cracked2.png
/home/opt/share/megamario/gfx/bonus/cracked2.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire1.png
Couldn't open /home/opt/share/megamario/gfx/fire1.png
/home/opt/share/megamario/gfx/fire1.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire2.png
Couldn't open /home/opt/share/megamario/gfx/fire2.png
/home/opt/share/megamario/gfx/fire2.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire3.png
Couldn't open /home/opt/share/megamario/gfx/fire3.png
/home/opt/share/megamario/gfx/fire3.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire4.png
Couldn't open /home/opt/share/megamario/gfx/fire4.png
/home/opt/share/megamario/gfx/fire4.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire1.png
Couldn't open /home/opt/share/megamario/gfx/fire1.png
/home/opt/share/megamario/gfx/fire1.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire2.png
Couldn't open /home/opt/share/megamario/gfx/fire2.png
/home/opt/share/megamario/gfx/fire2.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire3.png
Couldn't open /home/opt/share/megamario/gfx/fire3.png
/home/opt/share/megamario/gfx/fire3.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire4.png
Couldn't open /home/opt/share/megamario/gfx/fire4.png
/home/opt/share/megamario/gfx/fire4.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/effects/glid_0.png
Couldn't open /home/opt/share/megamario/gfx/effects/glid_0.png
/home/opt/share/megamario/gfx/effects/glid_0.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/effects/glid_1.png
Couldn't open /home/opt/share/megamario/gfx/effects/glid_1.png
/home/opt/share/megamario/gfx/effects/glid_1.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/effects/glid_2.png
Couldn't open /home/opt/share/megamario/gfx/effects/glid_2.png
/home/opt/share/megamario/gfx/effects/glid_2.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/effects/glid_3.png
Couldn't open /home/opt/share/megamario/gfx/effects/glid_3.png
/home/opt/share/megamario/gfx/effects/glid_3.png , fehlt.

  * load image = /usr/local/share/megamario/gfx/bonus/crackstone.png
  * load image = /usr/local/share/megamario/gfx/bonus/box.png
  * load image = /usr/local/share/megamario/gfx/bonus/box.png
  * load image = /usr/local/share/megamario/gfx/bonus/box.png
  * load image = /usr/local/share/megamario/gfx/bonus/stern.png
  * load image = /usr/local/share/megamario/gfx/bonus/pilz.png
  * load image = /usr/local/share/megamario/gfx/bonus/boxempty.png
  * load image = /usr/local/share/megamario/gfx/bonus/invis.png
  * load image = /usr/local/share/megamario/gfx/bonus/life.png
  * load image = /usr/local/share/megamario/gfx/bonus/coin1.png
  * load image = /usr/local/share/megamario/gfx/bonus/coin2.png
  * load image = /usr/local/share/megamario/gfx/bonus/coin3.png
  * load image = /usr/local/share/megamario/gfx/bonus/coin4.png
  * load image = /usr/local/share/megamario/gfx/bonus/crackstone2.png
  * load image = /usr/local/share/megamario/gfx/bonus/invis.png
  * load image = /usr/local/share/megamario/gfx/bonus/box.png
  * load image = /usr/local/share/megamario/gfx/bonus/axe.png
  * load image = /usr/local/share/megamario/gfx/bonus/fire1.png
  * load image = /usr/local/share/megamario/gfx/bonus/fire2.png
  * load image = /usr/local/share/megamario/gfx/bonus/crackedlong.png
  * load image = /usr/local/share/megamario/gfx/story/help.png
  * load image = /usr/local/share/megamario/gfx/bonus/cheater.png
  * load image = /usr/local/share/megamario/gfx/characters/goomba1.png
  * load image = /usr/local/share/megamario/gfx/characters/goomba2.png
  * load image = /usr/local/share/megamario/gfx/characters/goomba3.png
  * load image = /usr/local/share/megamario/gfx/characters/spiny1.png
  * load image = /usr/local/share/megamario/gfx/characters/spiny2.png
  * load image = /usr/local/share/megamario/gfx/characters/spiny3.png
  * load image = /usr/local/share/megamario/gfx/characters/spiny4.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/flyl1.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/flyl2.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/flyr1.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/flyr2.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/turtlel1.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/turtlel2.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/turtler1.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/turtler2.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/shell1.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/shell2.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/shell3.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/shell4.png
  * load image = /usr/local/share/megamario/gfx/characters/cannon.png
  * load image = /usr/local/share/megamario/gfx/characters/cannon_bulletr.png
  * load image = /usr/local/share/megamario/gfx/characters/cannon_bulletl.png
  * load image = /home/opt/share/megamario/gfx/characters/pirnaha1.png
Couldn't open /home/opt/share/megamario/gfx/characters/pirnaha1.png
/home/opt/share/megamario/gfx/characters/pirnaha1.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/pirnaha2.png
Couldn't open /home/opt/share/megamario/gfx/characters/pirnaha2.png
/home/opt/share/megamario/gfx/characters/pirnaha2.png , fehlt.

  * load image = /usr/local/share/megamario/gfx/characters/brett.png
  * load image = /usr/local/share/megamario/gfx/characters/goombabig1.png
  * load image = /usr/local/share/megamario/gfx/characters/goombabig2.png
  * load image = /usr/local/share/megamario/gfx/characters/goombabig3.png
...destroying level
...Level destroyed
...creating level
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone0.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone1.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone2.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone3.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/sand.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/metal.png
  * load image = /usr/local/share/megamario/gfx/tiles/cannonset1.png
  * load image = /usr/local/share/megamario/gfx/tiles/cannonset2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/up/1.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/up/2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/up/3.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/up/4.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/down/1.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/down/2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/down/3.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/down/4.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/right/1.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/right/2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/right/3.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/right/4.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/left/1.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/left/2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/left/3.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/left/4.png
...Level successful created
  * load image = /home/opt/share/megamario/gfx/characters/small/player1r.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player1r.png
/home/opt/share/megamario/gfx/characters/small/player1r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player2r.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player2r.png
/home/opt/share/megamario/gfx/characters/small/player2r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player3r.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player3r.png
/home/opt/share/megamario/gfx/characters/small/player3r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player1l.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player1l.png
/home/opt/share/megamario/gfx/characters/small/player1l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player2l.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player2l.png
/home/opt/share/megamario/gfx/characters/small/player2l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player3l.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player3l.png
/home/opt/share/megamario/gfx/characters/small/player3l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/downr.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/downr.png
/home/opt/share/megamario/gfx/characters/small/downr.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/downl.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/downl.png
/home/opt/share/megamario/gfx/characters/small/downl.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player1r.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player1r.png
/home/opt/share/megamario/gfx/characters/big/player1r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player2r.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player2r.png
/home/opt/share/megamario/gfx/characters/big/player2r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player3r.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player3r.png
/home/opt/share/megamario/gfx/characters/big/player3r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player1l.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player1l.png
/home/opt/share/megamario/gfx/characters/big/player1l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player2l.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player2l.png
/home/opt/share/megamario/gfx/characters/big/player2l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player3l.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player3l.png
/home/opt/share/megamario/gfx/characters/big/player3l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/downr.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/downr.png
/home/opt/share/megamario/gfx/characters/big/downr.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/downl.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/downl.png
/home/opt/share/megamario/gfx/characters/big/downl.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player1r.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player1r.png
/home/opt/share/megamario/gfx/characters/fire/player1r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player2r.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player2r.png
/home/opt/share/megamario/gfx/characters/fire/player2r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player3r.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player3r.png
/home/opt/share/megamario/gfx/characters/fire/player3r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player1l.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player1l.png
/home/opt/share/megamario/gfx/characters/fire/player1l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player2l.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player2l.png
/home/opt/share/megamario/gfx/characters/fire/player2l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player3l.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player3l.png
/home/opt/share/megamario/gfx/characters/fire/player3l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/downr.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/downr.png
/home/opt/share/megamario/gfx/characters/fire/downr.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/downl.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/downl.png
/home/opt/share/megamario/gfx/characters/fire/downl.png , fehlt.

  * load image = /usr/local/share/megamario/gfx/menu/insctructions.jpg
  * load image = /usr/local/share/megamario/gfx/story/story.jpg
...destroying level
...Level destroyed
...creating level
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone0.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone1.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone2.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone3.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone4.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone5.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone6.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/bricks.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/bricks2.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/snowy.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/grass.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/sand.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/metal.png
  * load image = /usr/local/share/megamario/gfx/tiles/cannonset1.png
  * load image = /usr/local/share/megamario/gfx/tiles/cannonset2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/up/1.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/up/2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/up/3.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/up/4.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/down/1.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/down/2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/down/3.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/down/4.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/right/1.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/right/2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/right/3.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/right/4.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/left/1.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/left/2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/left/3.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/left/4.png
...Level successful created


bitmaps unloaded.

EXIT 
0 ERRORS

Pour bénificier de téléchargements premium avec JDownloader2 depuis multitude de sites d'hébergement, visitez mon blog http://afreepremiumaccounts.blogspot.com
OS actuel: Ubuntu 12.10
Entré au monde Linux avec Ubuntu 8.10 en février 2009
Niveau: Mieux que Débutant , Moins que Pro..

Hors ligne

#9 Le 02/01/2010, à 23:45

wido

Re : Compiler le jeu mega mario

le fichier n'exite pas:

/home/opt/share/megamario/gfx/characters/small/player1r.png

surtout que le /home/opt/ c'est super curieux comme installation neutral
trouve le fichier player1r.png dans ton disque dur, parce que là j'en ai aucune idée à moins de créer des liens symboliques (ça va faire sale mad )

Dernière modification par wido (Le 02/01/2010, à 23:45)

Hors ligne

#10 Le 03/01/2010, à 13:58

Kr_Ous

Re : Compiler le jeu mega mario

Mais je n'ai pas de dossier opt dans /home !??

J'ai fait

sudo nautilus

J'ai ainsi créé le chemin /home/opt/share/megamario , j'y est copié tout le dossier gfx, j'ai testé le jeu: les levels se passent automatiquement jusqu'à arriver à un level où on peut jouer, toujours mario est invisible et le terminal affiche:

oussama@oussama-desktop:~/MegaMario_v1.6c_full$ ./megamario
  * load image = /usr/local/share/megamario/gfx/menu/levellistback.png
  * load image = /usr/local/share/megamario/gfx/menu/mario.png
  * load image = /usr/local/share/megamario/gfx/menu/levellist.png
  * load image = /usr/local/share/megamario/gfx/menu/newgame.png
  * load image = /usr/local/share/megamario/gfx/menu/load.png
  * load image = /usr/local/share/megamario/gfx/menu/bloody.png
  * load image = /usr/local/share/megamario/gfx/menu/allsoundy.png
  * load image = /usr/local/share/megamario/gfx/menu/exit.png
  * load image = /usr/local/share/megamario/gfx/menu/arrow.png
  * load image = /home/opt/share/megamario/gfx/characters/small/player1r.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player1r.png
/home/opt/share/megamario/gfx/characters/small/player1r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player2r.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player2r.png
/home/opt/share/megamario/gfx/characters/small/player2r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player3r.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player3r.png
/home/opt/share/megamario/gfx/characters/small/player3r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player1l.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player1l.png
/home/opt/share/megamario/gfx/characters/small/player1l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player2l.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player2l.png
/home/opt/share/megamario/gfx/characters/small/player2l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player3l.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player3l.png
/home/opt/share/megamario/gfx/characters/small/player3l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/downr.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/downr.png
/home/opt/share/megamario/gfx/characters/small/downr.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/downl.png
  * load image = /home/opt/share/megamario/gfx/characters/big/player1r.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player1r.png
/home/opt/share/megamario/gfx/characters/big/player1r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player2r.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player2r.png
/home/opt/share/megamario/gfx/characters/big/player2r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player3r.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player3r.png
/home/opt/share/megamario/gfx/characters/big/player3r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player1l.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player1l.png
/home/opt/share/megamario/gfx/characters/big/player1l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player2l.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player2l.png
/home/opt/share/megamario/gfx/characters/big/player2l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player3l.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player3l.png
/home/opt/share/megamario/gfx/characters/big/player3l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/downr.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/downr.png
/home/opt/share/megamario/gfx/characters/big/downr.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/downl.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/downl.png
/home/opt/share/megamario/gfx/characters/big/downl.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player1r.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player1r.png
/home/opt/share/megamario/gfx/characters/fire/player1r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player2r.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player2r.png
/home/opt/share/megamario/gfx/characters/fire/player2r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player3r.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player3r.png
/home/opt/share/megamario/gfx/characters/fire/player3r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player1l.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player1l.png
/home/opt/share/megamario/gfx/characters/fire/player1l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player2l.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player2l.png
/home/opt/share/megamario/gfx/characters/fire/player2l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player3l.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player3l.png
/home/opt/share/megamario/gfx/characters/fire/player3l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/downr.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/downr.png
/home/opt/share/megamario/gfx/characters/fire/downr.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/downl.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/downl.png
/home/opt/share/megamario/gfx/characters/fire/downl.png , fehlt.

  * load image = /usr/local/share/megamario/gfx/background/bush1.png
  * load image = /usr/local/share/megamario/gfx/background/bush2.png
  * load image = /usr/local/share/megamario/gfx/background/hedge_1b.png
  * load image = /usr/local/share/megamario/gfx/background/bush4.png
  * load image = /usr/local/share/megamario/gfx/background/bush5.png
  * load image = /usr/local/share/megamario/gfx/background/bush6.png
  * load image = /usr/local/share/megamario/gfx/background/cloud1.png
  * load image = /usr/local/share/megamario/gfx/background/cloud2.png
  * load image = /usr/local/share/megamario/gfx/background/sky.jpg
  * load image = /usr/local/share/megamario/gfx/background/sky_night.jpg
  * load image = /usr/local/share/megamario/gfx/menu/saved.jpg
  * load image = /usr/local/share/megamario/gfx/tiles/bigcastle.png
  * load image = /usr/local/share/megamario/gfx/tiles/smallcastle.png
  * load image = /usr/local/share/megamario/gfx/bonus/flag.png
  * load image = /home/opt/share/megamario/gfx/bonus/pilz.png
Couldn't open /home/opt/share/megamario/gfx/bonus/pilz.png
/home/opt/share/megamario/gfx/bonus/pilz.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/blume.png
Couldn't open /home/opt/share/megamario/gfx/bonus/blume.png
/home/opt/share/megamario/gfx/bonus/blume.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/stern.png
Couldn't open /home/opt/share/megamario/gfx/bonus/stern.png
/home/opt/share/megamario/gfx/bonus/stern.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/life.png
Couldn't open /home/opt/share/megamario/gfx/bonus/life.png
/home/opt/share/megamario/gfx/bonus/life.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/pilz.png
Couldn't open /home/opt/share/megamario/gfx/bonus/pilz.png
/home/opt/share/megamario/gfx/bonus/pilz.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/blume.png
Couldn't open /home/opt/share/megamario/gfx/bonus/blume.png
/home/opt/share/megamario/gfx/bonus/blume.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/stern.png
Couldn't open /home/opt/share/megamario/gfx/bonus/stern.png
/home/opt/share/megamario/gfx/bonus/stern.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/life.png
Couldn't open /home/opt/share/megamario/gfx/bonus/life.png
/home/opt/share/megamario/gfx/bonus/life.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/pilz.png
Couldn't open /home/opt/share/megamario/gfx/bonus/pilz.png
/home/opt/share/megamario/gfx/bonus/pilz.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/blume.png
Couldn't open /home/opt/share/megamario/gfx/bonus/blume.png
/home/opt/share/megamario/gfx/bonus/blume.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/stern.png
Couldn't open /home/opt/share/megamario/gfx/bonus/stern.png
/home/opt/share/megamario/gfx/bonus/stern.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/life.png
Couldn't open /home/opt/share/megamario/gfx/bonus/life.png
/home/opt/share/megamario/gfx/bonus/life.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/pilz.png
Couldn't open /home/opt/share/megamario/gfx/bonus/pilz.png
/home/opt/share/megamario/gfx/bonus/pilz.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/blume.png
Couldn't open /home/opt/share/megamario/gfx/bonus/blume.png
/home/opt/share/megamario/gfx/bonus/blume.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/stern.png
Couldn't open /home/opt/share/megamario/gfx/bonus/stern.png
/home/opt/share/megamario/gfx/bonus/stern.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/life.png
Couldn't open /home/opt/share/megamario/gfx/bonus/life.png
/home/opt/share/megamario/gfx/bonus/life.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/pilz.png
Couldn't open /home/opt/share/megamario/gfx/bonus/pilz.png
/home/opt/share/megamario/gfx/bonus/pilz.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/blume.png
Couldn't open /home/opt/share/megamario/gfx/bonus/blume.png
/home/opt/share/megamario/gfx/bonus/blume.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/stern.png
Couldn't open /home/opt/share/megamario/gfx/bonus/stern.png
/home/opt/share/megamario/gfx/bonus/stern.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/life.png
Couldn't open /home/opt/share/megamario/gfx/bonus/life.png
/home/opt/share/megamario/gfx/bonus/life.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/cracked.png
Couldn't open /home/opt/share/megamario/gfx/bonus/cracked.png
/home/opt/share/megamario/gfx/bonus/cracked.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/bonus/cracked2.png
Couldn't open /home/opt/share/megamario/gfx/bonus/cracked2.png
/home/opt/share/megamario/gfx/bonus/cracked2.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire1.png
  * load image = /home/opt/share/megamario/gfx/fire2.png
Couldn't open /home/opt/share/megamario/gfx/fire2.png
/home/opt/share/megamario/gfx/fire2.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire3.png
Couldn't open /home/opt/share/megamario/gfx/fire3.png
/home/opt/share/megamario/gfx/fire3.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire4.png
Couldn't open /home/opt/share/megamario/gfx/fire4.png
/home/opt/share/megamario/gfx/fire4.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire1.png
  * load image = /home/opt/share/megamario/gfx/fire2.png
Couldn't open /home/opt/share/megamario/gfx/fire2.png
/home/opt/share/megamario/gfx/fire2.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire3.png
Couldn't open /home/opt/share/megamario/gfx/fire3.png
/home/opt/share/megamario/gfx/fire3.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/fire4.png
Couldn't open /home/opt/share/megamario/gfx/fire4.png
/home/opt/share/megamario/gfx/fire4.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/effects/glid_0.png
Couldn't open /home/opt/share/megamario/gfx/effects/glid_0.png
/home/opt/share/megamario/gfx/effects/glid_0.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/effects/glid_1.png
Couldn't open /home/opt/share/megamario/gfx/effects/glid_1.png
/home/opt/share/megamario/gfx/effects/glid_1.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/effects/glid_2.png
Couldn't open /home/opt/share/megamario/gfx/effects/glid_2.png
/home/opt/share/megamario/gfx/effects/glid_2.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/effects/glid_3.png
Couldn't open /home/opt/share/megamario/gfx/effects/glid_3.png
/home/opt/share/megamario/gfx/effects/glid_3.png , fehlt.

  * load image = /usr/local/share/megamario/gfx/bonus/crackstone.png
  * load image = /usr/local/share/megamario/gfx/bonus/box.png
  * load image = /usr/local/share/megamario/gfx/bonus/box.png
  * load image = /usr/local/share/megamario/gfx/bonus/box.png
  * load image = /usr/local/share/megamario/gfx/bonus/stern.png
  * load image = /usr/local/share/megamario/gfx/bonus/pilz.png
  * load image = /usr/local/share/megamario/gfx/bonus/boxempty.png
  * load image = /usr/local/share/megamario/gfx/bonus/invis.png
  * load image = /usr/local/share/megamario/gfx/bonus/life.png
  * load image = /usr/local/share/megamario/gfx/bonus/coin1.png
  * load image = /usr/local/share/megamario/gfx/bonus/coin2.png
  * load image = /usr/local/share/megamario/gfx/bonus/coin3.png
  * load image = /usr/local/share/megamario/gfx/bonus/coin4.png
  * load image = /usr/local/share/megamario/gfx/bonus/crackstone2.png
  * load image = /usr/local/share/megamario/gfx/bonus/invis.png
  * load image = /usr/local/share/megamario/gfx/bonus/box.png
  * load image = /usr/local/share/megamario/gfx/bonus/axe.png
  * load image = /usr/local/share/megamario/gfx/bonus/fire1.png
  * load image = /usr/local/share/megamario/gfx/bonus/fire2.png
  * load image = /usr/local/share/megamario/gfx/bonus/crackedlong.png
  * load image = /usr/local/share/megamario/gfx/story/help.png
  * load image = /usr/local/share/megamario/gfx/bonus/cheater.png
  * load image = /usr/local/share/megamario/gfx/characters/goomba1.png
  * load image = /usr/local/share/megamario/gfx/characters/goomba2.png
  * load image = /usr/local/share/megamario/gfx/characters/goomba3.png
  * load image = /usr/local/share/megamario/gfx/characters/spiny1.png
  * load image = /usr/local/share/megamario/gfx/characters/spiny2.png
  * load image = /usr/local/share/megamario/gfx/characters/spiny3.png
  * load image = /usr/local/share/megamario/gfx/characters/spiny4.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/flyl1.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/flyl2.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/flyr1.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/flyr2.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/turtlel1.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/turtlel2.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/turtler1.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/turtler2.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/shell1.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/shell2.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/shell3.png
  * load image = /usr/local/share/megamario/gfx/characters/turtle/shell4.png
  * load image = /usr/local/share/megamario/gfx/characters/cannon.png
  * load image = /usr/local/share/megamario/gfx/characters/cannon_bulletr.png
  * load image = /usr/local/share/megamario/gfx/characters/cannon_bulletl.png
  * load image = /home/opt/share/megamario/gfx/characters/pirnaha1.png
Couldn't open /home/opt/share/megamario/gfx/characters/pirnaha1.png
/home/opt/share/megamario/gfx/characters/pirnaha1.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/pirnaha2.png
Couldn't open /home/opt/share/megamario/gfx/characters/pirnaha2.png
/home/opt/share/megamario/gfx/characters/pirnaha2.png , fehlt.

  * load image = /usr/local/share/megamario/gfx/characters/brett.png
  * load image = /usr/local/share/megamario/gfx/characters/goombabig1.png
  * load image = /usr/local/share/megamario/gfx/characters/goombabig2.png
  * load image = /usr/local/share/megamario/gfx/characters/goombabig3.png
...destroying level
...Level destroyed
...creating level
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone0.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone1.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone2.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/stone3.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/sand.png
  * load image = /usr/local/share/megamario/gfx/tiles/ground/metal.png
  * load image = /usr/local/share/megamario/gfx/tiles/cannonset1.png
  * load image = /usr/local/share/megamario/gfx/tiles/cannonset2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/up/1.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/up/2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/up/3.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/up/4.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/down/1.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/down/2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/down/3.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/down/4.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/right/1.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/right/2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/right/3.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/right/4.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/left/1.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/left/2.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/left/3.png
  * load image = /usr/local/share/megamario/gfx/tiles/pipes/left/4.png
...Level successful created
  * load image = /home/opt/share/megamario/gfx/characters/small/player1r.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player1r.png
/home/opt/share/megamario/gfx/characters/small/player1r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player2r.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player2r.png
/home/opt/share/megamario/gfx/characters/small/player2r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player3r.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player3r.png
/home/opt/share/megamario/gfx/characters/small/player3r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player1l.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player1l.png
/home/opt/share/megamario/gfx/characters/small/player1l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player2l.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player2l.png
/home/opt/share/megamario/gfx/characters/small/player2l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/player3l.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/player3l.png
/home/opt/share/megamario/gfx/characters/small/player3l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/downr.png
Couldn't open /home/opt/share/megamario/gfx/characters/small/downr.png
/home/opt/share/megamario/gfx/characters/small/downr.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/small/downl.png
  * load image = /home/opt/share/megamario/gfx/characters/big/player1r.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player1r.png
/home/opt/share/megamario/gfx/characters/big/player1r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player2r.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player2r.png
/home/opt/share/megamario/gfx/characters/big/player2r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player3r.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player3r.png
/home/opt/share/megamario/gfx/characters/big/player3r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player1l.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player1l.png
/home/opt/share/megamario/gfx/characters/big/player1l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player2l.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player2l.png
/home/opt/share/megamario/gfx/characters/big/player2l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/player3l.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/player3l.png
/home/opt/share/megamario/gfx/characters/big/player3l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/downr.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/downr.png
/home/opt/share/megamario/gfx/characters/big/downr.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/big/downl.png
Couldn't open /home/opt/share/megamario/gfx/characters/big/downl.png
/home/opt/share/megamario/gfx/characters/big/downl.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player1r.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player1r.png
/home/opt/share/megamario/gfx/characters/fire/player1r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player2r.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player2r.png
/home/opt/share/megamario/gfx/characters/fire/player2r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player3r.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player3r.png
/home/opt/share/megamario/gfx/characters/fire/player3r.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player1l.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player1l.png
/home/opt/share/megamario/gfx/characters/fire/player1l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player2l.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player2l.png
/home/opt/share/megamario/gfx/characters/fire/player2l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/player3l.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/player3l.png
/home/opt/share/megamario/gfx/characters/fire/player3l.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/downr.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/downr.png
/home/opt/share/megamario/gfx/characters/fire/downr.png , fehlt.

  * load image = /home/opt/share/megamario/gfx/characters/fire/downl.png
Couldn't open /home/opt/share/megamario/gfx/characters/fire/downl.png
/home/opt/share/megamario/gfx/characters/fire/downl.png , fehlt.



bitmaps unloaded.

EXIT 
0 ERRORS

Je pense que je vais abandonner ce jeu ou le jouer par wine neutral

Dernière modification par Kr_Ous (Le 03/01/2010, à 14:13)


Pour bénificier de téléchargements premium avec JDownloader2 depuis multitude de sites d'hébergement, visitez mon blog http://afreepremiumaccounts.blogspot.com
OS actuel: Ubuntu 12.10
Entré au monde Linux avec Ubuntu 8.10 en février 2009
Niveau: Mieux que Débutant , Moins que Pro..

Hors ligne