Aller au contenu

[Résolu] Ecran noir sous Ubuntu GNOME (pas taper :( )


Skyneo
 Partager

Messages recommandés

Bonsoir,

 

Cela faisait un moment que je n'avais pas joué a Minefield depuis mon Linux. Je télécharge donc le launcher, le lance, et oh ! écran noir a la fin du téléchargement des fichiers !

 

Je vais donc dans la section bug, suit les instructions (a savoir supprimer le version_minefield, le dossier bin etc.), supprime carrément mon dossier .minecraft et non, rien a faire, toujours l'écran noir.

 

Bon. Je me resaisis, je tape brièvement mon Ctrl+Alt+T pour ouvrir mon terminal, et tape :

skyneo@skyneo-ubuntu:~$ cd /home/skyneo/Téléchargements/
skyneo@skyneo-ubuntu:~/Téléchargements$ java -jar Minefield.jar

Bon, comme j'avais supprimé mon .minecraft auparavant, voici ce qui s'affiche :

java.io.FileNotFoundException: /home/skyneo/.minecraft/lastlogin (Aucun fichier ou dossier de ce type)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:146)
at net.minecraft.LoginForm.readUsername(LoginForm.java:102)
at net.minecraft.LoginForm.(LoginForm.java:74)
at net.minecraft.LauncherFrame.(LauncherFrame.java:27)
at net.minecraft.LauncherFrame.main(LauncherFrame.java:144)
at net.minecraft.MinecraftLauncher.main(MinecraftLauncher.java:13)
Username is 'Skyneo'
http://s3.amazonaws.com/MinecraftDownload/lwjgl.jar
http://s3.amazonaws.com/MinecraftDownload/jinput.jar
http://s3.amazonaws.com/MinecraftDownload/lwjgl_util.jar
http://www.minefield.fr/java/minefield.jar?user=Skyneo&ticket=deprecated
http://s3.amazonaws.com/MinecraftDownload/lwjgl.jar
http://s3.amazonaws.com/MinecraftDownload/jinput.jar
http://s3.amazonaws.com/MinecraftDownload/lwjgl_util.jar
http://www.minefield.fr/java/minefield.jar?user=Skyneo&ticket=deprecated
http://s3.amazonaws.com/MinecraftDownload/linux_natives.jar.lzma
OpenJDK 64-Bit Server VM warning: You have loaded library /home/skyneo/.minecraft/bin/natives/liblwjgl.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c ', or link it with '-z noexecstack'.
Creating /home/skyneo/.minecraft/minefield/mods/Fireworks/Skyrockets/rocket0.skyrocket
Exception in thread "Thread-1" java.lang.ExceptionInInitializerError
at aqc.a(Unknown Source)
at aqc.(Unknown Source)
at net.minecraft.client.Minecraft.(Unknown Source)
at ng.(Unknown Source)
at net.minecraft.client.MinecraftApplet.init(Unknown Source)
at net.minecraft.Launcher.replace(Launcher.java:141)
at net.minecraft.Launcher$1.run(Launcher.java:85)
Caused by: java.lang.NullPointerException
at f.a(Unknown Source)
at f.a(Unknown Source)
at f.if(Unknown Source)
at f.(Unknown Source)
at apb.a(Unknown Source)
at su.(Unknown Source)
... 7 more

 

Mais... Mais... Ca veut dire quoi ? :(

 

Bon. Je me décourage pas, je vais chercher mon .minecraft de Windows, je le replace dans mon dossier... Et la, encore cet écran noir.

 

Okayyy... Restons calmes. (c'est pas facile facile. Mais bon.) Je regarde plus en détails la liste d'erreurs, et la je lis :

OpenJDK 64-Bit Server VM warning: You have loaded library /home/skyneo/.minecraft/bin/natives/liblwjgl.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c ', or link it with '-z noexecstack'.

Ok !

skyneo@skyneo-ubuntu:~/.minecraft/bin/natives$ execstack -c liblwjgl.so
execstack: cannot open "liblwjgl.so": Aucun fichier ou dossier de ce type

 

 

"...Bon. Je crois que je vais poster un message hein."

 

Donc voila. Quelqu'un pourrait m'aider svp ? Merci d'avance ^^

 

Skyn'

Lien vers le commentaire
Partager sur d’autres sites

Bonjour,

Tout d'abord : MERCI ! T'as lu le guide ! :D J'avais vraiment l'impression que personne ne le lisait ce truc.

Pour ce qui est de ton problème, je n'ai que très peu utilisé Ubuntu. Mais en lisant ton rapport d'erreur, je comprends que c'est encore les foutu bibliothèques dll "lwjgl" qui ne se télécharge pas correctement.

 

Il y a un petit code à exécuter depuis ton terminal (Invite de commande) :

wget http://downloads.sourceforge.net/project/java-game-lib/Official%20Releases/LWJGL%202.9.0/lwjgl-2.9.0.zip
unzip lwjgl-2.9.0.zip 
cd lwjgl-2.9.0/
cp jar/* ~/.minecraft/bin/
cp native/linux/* ~/.minecraft/bin/natives/

(Merci Socolin pour l'info que je m'empresse de rajouter au guide !)

 

Voilà ! :D

Lien vers le commentaire
Partager sur d’autres sites

Invité
Ce sujet ne peut plus recevoir de nouvelles réponses.
 Partager

×
×
  • Créer...