<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Problème launcher 1.7.4 forge]]></title><description><![CDATA[<p dir="auto">Bonjour j’ai entamé le tutoriel de jambon sur le launcher mais avec la version 1.7, contrairement au autre personne ayant un problème a ce niveau la je n’ai pas (pour l’instant) de problème de version, je sais lire des logs et savoir a peut près ou le launcher a crach sauf que cette fois ci je suis largué O_o donc je fais appel a vous <img src="https://www.minecraftforgefrance.fr/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=3a52b347b9a" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /><br />
Voila mon premier problème est celui ci :<br />
quand je créer mon launcher en suivant les étapes une par une tout vas bien , je le lance et là je tombe sur ce logs :</p>
<pre><code>
Looking for update
Downloading: http://emergia.pulseheberg.me/launcher/launcher.jar
Got reply in: 51ms
Found update in time, waiting to download
Downloaded 0,0kb in 0s at 0,0kb/s
Renaming C:\Users\Thomas\AppData\Roaming\.Emergia\launcher.jar.new to C:\Users\Thomas\AppData\Roaming\.Emergia\launcher.jar
Unable to rename - could be on another filesystem, trying copy &amp; delete.
Copy &amp; delete succeeded.
Starting launcher.
FATAL ERROR: net.minecraft.bootstrap.FatalBootstrapError: Unable to start: java.lang.ClassNotFoundException: net.minecraft.launcher.Launcher
at net.minecraft.bootstrap.Bootstrap.startLauncher(Bootstrap.java:368)
at net.minecraft.bootstrap.Bootstrap.execute(Bootstrap.java:271)
at net.minecraft.bootstrap.Bootstrap.main(Bootstrap.java:144)

Please fix the error and restart.

</code></pre>
<p dir="auto">Bon là tout ce que je sais c’est que ça vient du bootstrap mais alors quesqui ce passe … ?<br />
Je vous donne mes codes :<br />
Code du bootstrapConstant :</p>
<pre><code class="java">package net.minecraft.bootstrap;

public class BootstrapConstants {
public static final String MD5_FILE = "http://emergia.pulseheberg.me/launcher/md5.txt"; //Lien vers le fichier md5.txt situé dans votre dossier launcher sur votre serveur FTP.
public static final String SERVER_NAME = "Emergia"; //Votre nom de serveur (IDENTIQUE A CELUI DANS LE LAUNCHER)
public static final String APPLICATION_NAME = "Emergia"; //nom donné à votre dossier d'installation situé dans %appdata% sur votre PC.
public static final String LAUNCHER_URL = "http://emergia.pulseheberg.me/launcher/launcher.jar"; //Lien vers votre ficher launcher.jar situé dans votre serveur FTP.
}

</code></pre>
<p dir="auto">Code du LauncherConstant :</p>
<pre><code class="java">
package net.minecraft.launcher;

import java.net.URI;
import java.net.URISyntaxException;

public class LauncherConstants {
public static final String VERSION_NAME = "1.1"; //Version du Launcher
public static final int VERSION_NUMERIC = 9;
public static final String DEFAULT_PROFILE_NAME = "kevin"; //Nom de Profil par Defaut.
public static final String SERVER_NAME = "Emergia"; //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://emergia.pulseheberg.me/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://emergia.pulseheberg.me/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://emergia.pulseheberg.me/launcher/news.html"; //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://emergia.pulseheberg.me/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></pre>
<p dir="auto">Voila je vous donne mon adresse web (qui est encore une arboréssance sans thème ni CSS donc vous pourrez voir les fichiers)<br />
<a href="http://emergia.pulseheberg.me/launcher/" target="_blank" rel="noopener noreferrer nofollow ugc">http://emergia.pulseheberg.me/launcher/</a><br />
Merci pour votre futur aide<br />
cordialement azatom.</p>
]]></description><link>https://www.minecraftforgefrance.fr/topic/644/problème-launcher-1-7-4-forge</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 11:33:03 GMT</lastBuildDate><atom:link href="https://www.minecraftforgefrance.fr/topic/644.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Mar 2014 17:19:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problème launcher 1.7.4 forge on Sat, 22 Mar 2014 17:38:15 GMT]]></title><description><![CDATA[<p dir="auto">Il y a deux fois .jar dans le nom.<br />
Sinon regardes avec ton hébergeur.</p>
]]></description><link>https://www.minecraftforgefrance.fr/post/11858</link><guid isPermaLink="true">https://www.minecraftforgefrance.fr/post/11858</guid><dc:creator><![CDATA[robin4002]]></dc:creator><pubDate>Sat, 22 Mar 2014 17:38:15 GMT</pubDate></item><item><title><![CDATA[Reply to Problème launcher 1.7.4 forge on Sat, 22 Mar 2014 17:30:21 GMT]]></title><description><![CDATA[<p dir="auto">Justement , je ne cesse de les uploader et réuploader et ils font toujours 0 ko alors que sur mon pc ils en font 1000 …<br />
j’ai une erreur dans le FTP :<br />
Erreur : Echec du transfert du fichier après avoir transféré 262 144 octets en 1 seconde<br />
Statut : Démarrage de l’envoi de C:\Users\Thomas\Desktop\workspace\minecraft-bootstrap\target\bootstarp.jar.jar<br />
Statut : Récupération du contenu du dossier…</p>
]]></description><link>https://www.minecraftforgefrance.fr/post/11856</link><guid isPermaLink="true">https://www.minecraftforgefrance.fr/post/11856</guid><dc:creator><![CDATA[azatom]]></dc:creator><pubDate>Sat, 22 Mar 2014 17:30:21 GMT</pubDate></item><item><title><![CDATA[Reply to Problème launcher 1.7.4 forge on Sat, 22 Mar 2014 17:27:39 GMT]]></title><description><![CDATA[<p dir="auto">Ça ne fonctionne pas pour deux raisons :</p>
<ul>
<li>Forge n’est pas disponible 1.7.4 mais 1.7.2</li>
<li>Les fichiers sur ton ftp sont erronés, ils fond 0 ko.</li>
</ul>
]]></description><link>https://www.minecraftforgefrance.fr/post/11855</link><guid isPermaLink="true">https://www.minecraftforgefrance.fr/post/11855</guid><dc:creator><![CDATA[robin4002]]></dc:creator><pubDate>Sat, 22 Mar 2014 17:27:39 GMT</pubDate></item></channel></rss>