Minecraft Wiki
Advertisement

Avant de demander de l'aide sur le canal IRC, assurez vous que toutes les procédures ci-dessous aient été effectuées, dans le but d'éliminer ces possibilités. Vous serez surpris du nombre de problèmes que ces simples procédures résolvent :

  • Assurez-vous que votre machine est conforme aux spécifications présentes sur ce sujet de forum.
  • Assurez-vous que votre machine possède la dernière version de Java. Sur Linux, OpenJDK fonctionne tout aussi bien, mais n'est pas supporté par Mojang[1]dans la .
  • Si vous subissez des comportements étranges et que vous utilisez la dernière version de Java en date, essayez de réinstaller Minecraft (voir plus bas)
  • Certains problèmes graphiques peuvent être dus à des pilotes graphiques vieux et/ou dépassés. Assurez vous que vos pilotes soient à jour
  • Assurez-vous que votre système d'exploitation soit à jour.
    • Windows: Mises à jour Windows
    • Mac OS X: Mise à jour de logiciels
    • Ubuntu: Gestionnaire de Mises à Jour
    • Distributions de Linux basées sur Debian: apt-get update;apt-get upgrade
    • Distributions de Linux basées sur RedHat: yum update

Si vous continuez d'avoir des problèmes après cela, et qu'aucune des réponses basiques ci-dessous, faites ce qui suit:

  • Si le jeu plante, copiez/collez le journal de plantage dans Pastebin et copiez le lien dans le forum avec une description de votre problème.
  • Soyez patien. En effet, les personnes vous aidant sur ce forum sont bénévoles et volontaires.

Solutions communes

Réinstaller Minecraft

Le moyen le plus radical pour "réparer" une installation buggée de Minecraft est la ré-installation. Supprimer le lanceur (launcher), qui est le fichier téléchargé à l'origine, ne suffira pas a effectuer cette ré-installation. Les étapes ci-dessous vont vous montrer comment faire, suivant votre système d'exploitation :

Windows

  1. Naviguez jusque votre Dossier Application Data (Démarrer; Executer; écrire %appdata%).
  2. Double-cliquer sur le dossier .minecraft.
  3. Supprimer l'intégralité des fichiers et dossiers y étant présents, à l'exception du dossier saves.
  4. Lancer l’exécutable Minecraft.exe et connectez-vous pour ré-installer Minecraft.

Linux

  1. Ouvrez un terminal
  2. Copiez-collez-y la commande suivante : mv ~/.minecraft/saves /tmp/mc-save-tmp;rm -rf ~/.minecraft/*;mv /tmp/mc-save-tmp ~/.minecraft. Cela devrait supprimer l'intégralité de votre dossier .minecraft tout en gardant les sauvegardes.
  3. Lancez Minecraft comme vous le faisiez auparavant, pour réinstaller le jeu.

Mac OSX


Le reste de cette page est à traduire en Français.
  1. Open a Finder window
  2. Click the Go Menu item and Click Go to Folder
  3. Type ~/Library/Application Support/.minecraft into the text field and click Go
  4. Drag the saves folder to your desktop
  5. Drag everything else in the .minecraft folder to the trash
  6. Drag the saves folder back into the .minecraft folder
  7. Close the Finder window and launch the Minecraft App just like you would normally.

Mise à jour forcée

Si, même après une réinstallation du jeu, vous continuez à avoir de problèmes, vous pouvez essayer de faire une Mise à Jour Forcée.

  1. Ouvrez Minecraft avec le lanceur.
  2. Cliquez sur le bouton Options, juste au dessus du bouton Login.
  3. Cliquez sur le bouton Force Update!.
  4. Cliquez sur le bouton Done.
  5. Connectez-vous en jeu, et le client va re-télécharger les fichiers du jeu.

Réinstaller/Mettre à jour Java

  • If Minecraft is not working due to an issue with Java, your Java install may be corrupt and/or out of date. To remedy a corrupt install, begin by uninstalling Java. After the uninstall is complete, you can then try reinstalling.
  • For Windows users, it's recommended to use an uninstaller program, such as Revo Uninstaller (free) to remove Java. Revo will search in-depth for all things Java, and remove the files.
  • To re-download/update Java, visit Java's download page here. Download the correct version for your machine, based on what operating system you have.

Mettre à jour les pilotes graphiques ("Bad video card drivers!"…)

  • If Minecraft has poor performance, has graphics that are distorted, or is simply not working, it's possible that you need a driver or an updated driver installed.
  • Some graphics cards only accept drivers from the manufacturer of the computer (i.e Dell, HP, Toshiba). Visit the support site of the company that affects you, if that ends up being the case for you.
  • Windows Update is not a good method for updating video drivers. If a generic driver is installed, you should remove it before installing a new driver. Create a system restore point, or perform a driver rollback if you experience issues after installing a new driver.

Pilotes NVIDIA

  • Visit here using Internet Explorer or Firefox to automatically detect video driver updates for NVIDIA graphics chips. If you cannot use the auto detection method, visit this link for manual driver downloads.
  • Integrated video cards are a hit or miss.

Pilotes ATI/AMD

  • Visit here for ATI/AMD drivers. There is currently no auto detection application.
  • Integrated video cards are a hit or miss.

Intel

  • Visit here to automatically detect video driver updates for Intel graphics chips. If you cannot use the auto detection method, visit this link for manual driver downloads.
  • All of Intel's video cards are integrated. Expect varying rates of success.

Questions communes

Installer un serveur

Visitez la page dédiée aux serveurs pour de plus d'informations sur cette manipulation.

Installer le client sur Ubuntu

Téléchargez ce script et lancez les commandes suivantes dans un terminal :

chmod 755 ~/Téléchargements/minecraft_installer.sh
sudo ~/Téléchargements/minecraft_installer.sh --install-client

Synchroniser vos sauvegardes de jeu solo sur plusieurs ordinateurs à la fois

All of your single-player worlds for Alpha is stored in the saves folder within .minecraft. The folders are World1, World2, World3, etc. There are several ways you can backup/archive or copy worlds across different machines.

Synchronisation manuelle

If you want to simply manually back them up for later use, you can either copy out the whole saves folder, or just the world folder that you want to backup. If you want to move the order to the worlds in the saved menu, just change the number at the end of the world folder name to adjust the order as you would like.

Synchronisation automatique via Dropbox

If you want all world saves to automatically synced and backed up across multiple systems (and revision controlled), The easiest way to do this would be to use Dropbox. First thing you need to do is sign up for an account on Dropbox.com and download the client on all of your systems.

Lier Minecraft à Dropbox sur Linux

This process will link the saves folder for minecraft into Dropbox for Linux. We will be assuming that you have setup Dropbox to use the default folder (HOME/Dropbox) for your client.

  1. Close Minecraft
  2. Open a terminal
  3. Copy and paste the following into your terminal: mv ~/.minecraft/saves ~/Dropbox/Minecraft;ln -s $HOME/Dropbox/Minecraft $HOME/.minecraft/saves
  4. Close the terminal
Lier Minecraft à Dropbox sur Mac OSX

This process will link the saves folder for minecraft into Dropbox for Mac OSX. For you Mac users, I'm sorry there isn't a more "Mac-Friendly" way of handling this, however we are taking advantage of some of the UNIX underpinnings of the OS. We will be assuming that you have setup Dropbox to use the default folder (HOME/Dropbox) for your client.

  1. Close Minecraft
  2. Open a terminal
  3. Copy and paste the following into your terminal: mv ~/Library/"Application Support"/minecraft/saves ~/Dropbox/Minecraft;ln -s $HOME/Dropbox/Minecraft $HOME/Library/"Application Support"/minecraft/saves
  4. Close the terminal
Lier Minecraft à Dropbox sur Windows Vista et 7

This process will link the saves folder for minecraft into Dropbox for Windows Vista and 7. We will be using symbolic links so we will need to get under the hood a little bit. We will be assuming that you have setup Dropbox to use the default folder (%HomePath%\Dropbox) for your client.

  1. Close Minecraft
  2. Open a new Explorer window
  3. Go to %AppData%\.minecraft
  4. Open a second Explorer window with the My Dropbox folder open
  5. Move the saves Folder in the .minecraft window to the My Dropbox window
  6. Rename the saves Folder to Minecraft
  7. Close both windows
  8. Go to Start → Run and type CMD and hit enter
  9. Type the following: mklink /d %AppData%\.minecraft\saves %HomePath%\Dropbox\Minecraft
  10. Close the Command Prompt and enjoy Minecraft on multiple PCs
Lier Minecraft à Dropbox sur Windows 2000 et XP

This process will link the saves folder for minecraft into Dropbox for Windows 2000 and XP. We will be using the Windows equivalent of symbolic links so we will need to get under the hood a little bit. We will be assuming that you have setup Dropbox to use the default folder (%HomePath%\My Documents\Dropbox) for your client.

  1. Close Minecraft
  2. Download Junction from Microsoft's site and install it.
  3. Open a new Explorer window
  4. Go to %AppData%\.minecraft
  5. Open a second Explorer window with the Dropbox folder open
  6. Move the saves Folder in the .minecraft window to the Dropbox window
  7. Rename the saves Folder to Minecraft
  8. Close both windows
  9. Go to Start → Run and enter CMD and hit return.
  10. Type the following: junction -d %AppData%\.minecraft\saves "%HomePath%\My Documents\Dropbox\Minecraft"
  11. Close the Command Prompt

Références

  1. Minecraft:download.jsp
Advertisement