Ca ne marche toujours pas ...
http://puu.sh/5TFET.png
http://puu.sh/5TFET.png
Code:
package net.minecraft.launcher;
import java.net.URI;
import java.net.URISyntaxException;
public class LauncherConstants {
public static final String VERSION_NAME = "9"; //Version du Launcher
public static final int VERSION_NUMERIC = 9;
public static final String DEFAULT_PROFILE_NAME = "new profil"; //Nom de Profil par Defaut.
public static final String SERVER_NAME = "Minecomapny"; //Nom de votre Serveur.
public static final URI URL_REGISTER = constantURI("https://account.mojang.com/register"); //Lien géré par le bouton Register dans le Launcher.
// public static final String URL_DOWNLOAD_BASE =
// "https://s3.amazonaws.com/Minecraft.Download/";
public static final String URL_DOWNLOAD_BASE = "http://s3.amazonaws.com/Minecompany/launcher/"; //Dossier principal de votre launcher sur votre serveur FTP.
public static final boolean useModResource = true; //Si vous utilisez des mods hébergés sur FTP, mettez sur true. Sinon mettez false.
public static final String URL_DOWNLOAD_MODS = "http://s3.amazonaws.com/Minecompany/ressources/"; //Dossier principal de vos ressouces perso sur votre serveur FTP.
public static final String URL_RESOURCE_BASE = "http://resources.download.minecraft.net/"; //Dossier principal des ressources officielles du jeu. (par defaut "https://s3.amazonaws.com/Minecraft.Resources/" ou "http://resources.download.minecraft.net/")
public static final String LIBRARY_DOWNLOAD_BASE = "https://libraries.minecraft.net/"; //Dossier principal des librairies utilisées par le jeu. (par defaut https://libraries.minecraft.net/ ou "https://s3.amazonaws.com/Minecraft.Download/libraries/")
public static final String URL_BLOG = "http://mcupdate.tumblr.com"; //Blog affiché dans le launcher au démarrage. (par defaut "http://mcupdate.tumblr.com")
public static final String URL_STATUS_CHECKER = "http://status.mojang.com/check"; //Lien de Vérification de Compte chez MOJANG. ("http://status.mojang.com/check")
public static final String URL_BOOTSTRAP_DOWNLOAD = "http://s3.amazonaws.com/Minecompany/launcher/bootstrap.jar"; //Adresse de votre fichier bootstrap.jar sur votre serveur FTP.
public static final URI URL_FORGOT_USERNAME = constantURI("http://help.mojang.com/customer/portal/articles/1233873"); //Lien URL de "Pseudo oublié ?". ("http://help.mojang.com/customer/portal/articles/1233873")
public static final URI URL_FORGOT_PASSWORD_MINECRAFT = constantURI("http://help.mojang.com/customer/portal/articles/329524-change-or-forgot-password"); //Lien URL de "Mot de passe oublié ?". ("http://help.mojang.com/customer/portal/articles/329524-change-or-forgot-password")
public static final URI URL_FORGOT_MIGRATED_EMAIL = constantURI("http://help.mojang.com/customer/portal/articles/1205055-minecraft-launcher-error---migrated-account"); //Lien URL de Migration Mail. ("http://help.mojang.com/customer/portal/articles/1205055-minecraft-launcher-error---migrated-account")
public static final String URL_AUTHENTICATION_SERVER = "https://authserver.mojang.com/"; //Serveur d'authentification, par defaut : "https://authserver.mojang.com/"
public static URI constantURI(final String input) {
try {
return new URI(input);
}
catch(final URISyntaxException e) {
throw new Error(e);
}
}
}
Code:
Bootstrap (v5)
Current time is Dec 21, 2013 10:44:31 AM
System.getProperty('os.name') == 'Windows 8'
System.getProperty('os.version') == '6.2'
System.getProperty('os.arch') == 'amd64'
System.getProperty('java.version') == '1.7.0_25'
System.getProperty('java.vendor') == 'Oracle Corporation'
System.getProperty('sun.arch.data.model') == '64'
6204953b0a50f659c1bf20e972c08878
b9fc39a50520730fde21b6d9f8f9672c
Looking for update
Downloading: http://s3.amazonaws.com/Minecompany/launcher/launcher.jar
Got reply in: 0ms
Found update in time, waiting to download
Downloaded 1318,4kb in 6s at 204,7kb/s
Renaming C:\Users\Mickael\AppData\Roaming\.Minecompany\launcher.jar.new to C:\Users\Mickael\AppData\Roaming\.Minecompany\launcher.jar
Unable to rename - could be on another filesystem, trying copy & delete.
Copy & delete succeeded.
Starting launcher.
Refreshing local version list...
Launcher 9 (through bootstrap 5) started on windows...
Current time is Dec 21, 2013 10:44:39 AM
Refreshing remote version list...
System.getProperty('os.name') == 'Windows 8'
System.getProperty('os.version') == '6.2'
System.getProperty('os.arch') == 'amd64'
System.getProperty('java.version') == '1.7.0_25'
System.getProperty('java.vendor') == 'Oracle Corporation'
System.getProperty('sun.arch.data.model') == '64'
Couldn't download resources
java.io.IOException: Server returned HTTP response code: 403 for URL: http://resources.download.minecraft.net/
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at net.minecraft.launcher.updater.VersionManager.getResourceFiles(VersionManager.java:135)
at net.minecraft.launcher.updater.VersionManager.downloadResources(VersionManager.java:58)
at net.minecraft.launcher.Launcher$1.run(Launcher.java:154)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Refresh complete.
Loaded 1 profile(s); selected 'mikl79'
Refreshing auth...
Logging in with access token
Couldn't download resources
java.io.IOException: Server returned HTTP response code: 403 for URL: http://s3.amazonaws.com/Minecompany/ressources/
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.URL.openStream(Unknown Source)
at net.minecraft.launcher.updater.VersionManager.getModFiles(VersionManager.java:182)
at net.minecraft.launcher.updater.VersionManager.downloadResources(VersionManager.java:60)
at net.minecraft.launcher.Launcher$1.run(Launcher.java:154)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Download job 'Resources' skipped as there are no files to download
Job 'Resources' finished successfully
Starting Listing and Deleting bad mods...
Couldn't check local file hash : java.io.FileNotFoundException: C:\Users\Mickael\AppData\Roaming\.Minecompany\mods (Le fichier spécifié est introuvable)
Can't run deleting old mods method : java.io.IOException: Server returned HTTP response code: 403 for URL: http://s3.amazonaws.com/Minecompany/ressources/