• S'inscrire
    • Se connecter
    • Recherche
    • Récent
    • Mots-clés
    • Populaire
    • Utilisateurs
    • Groupes

    Résolu Menu personnalisé

    1.7.x
    1.7.10
    3
    7
    2295
    Charger plus de messages
    • Du plus ancien au plus récent
    • Du plus récent au plus ancien
    • Les plus votés
    Répondre
    • Répondre à l'aide d'un nouveau sujet
    Se connecter pour répondre
    Ce sujet a été supprimé. Seuls les utilisateurs avec les droits d'administration peuvent le voir.
    • Z
      Zedokf_DrM dernière édition par

      Bonjour, j’ai un problème niveau menu personnalisé, je veux modifier le menu personnalisé que j’avais fait mais ça me met des erreurs voici le code : ```java
      package fr.minecraftforgefrance.client.custommenu;

      import cpw.mods.fml.client.FMLClientHandler;
      import java.io.;
      import java.lang.reflect.Method;
      import java.net.URI;
      import java.util.
      ;
      import net.minecraft.client.Minecraft;
      import net.minecraft.client.gui.;
      import net.minecraft.client.renderer.OpenGlHelper;
      import net.minecraft.client.renderer.Tessellator;
      import net.minecraft.client.renderer.texture.DynamicTexture;
      import net.minecraft.client.renderer.texture.TextureManager;
      import net.minecraft.client.resources.
      ;
      import net.minecraft.client.shader.Framebuffer;
      import net.minecraft.util.;
      import net.minecraft.world.demo.DemoWorldServer;
      import net.minecraft.world.storage.ISaveFormat;
      import net.minecraft.world.storage.WorldInfo;
      import org.apache.commons.io.Charsets;
      import org.apache.logging.log4j.LogManager;
      import org.apache.logging.log4j.Logger;
      import org.lwjgl.opengl.
      ;
      import org.lwjgl.util.glu.Project;

      public class GuiCustomMainMenu extends GuiScreen
      implements GuiYesNoCallback
      {

      private static final Logger logger = LogManager.getLogger();
      private static final Random rand = new Random();
      private float updateCounter;
      private String splashText;
      private GuiButton buttonResetDemo;
      private int panoramaTimer;
      private DynamicTexture viewportTexture;
      private final Object field_104025_t;
      private String field_92025_p;
      private String field_146972_A;
      private String field_104024_v;
      private static final ResourceLocation splashTexts = new ResourceLocation(“texts/splashes.txt”);
      private static final ResourceLocation minecraftTitleTextures = new ResourceLocation(“slidefight”, “textures/gui/slidefight.png”);
      private static final ResourceLocation titlePanoramaPaths[] = {
      new ResourceLocation(“slidefight”, “textures/gui/panorama.png”), new ResourceLocation(“slidefight”, “textures/gui/panorama.png”), new ResourceLocation(“slidefight”, “textures/gui/panorama.png”), new ResourceLocation(“slidefight”, “textures/gui/panorama.png”), new ResourceLocation(“slidefight”, “textures/gui/panorama.png”), new ResourceLocation(“slidefight”, “textures/gui/panorama.png”)
      };
      public static final String field_96138_a;
      private int field_92024_r;
      private int field_92023_s;
      private int field_92022_t;
      private int field_92021_u;
      private int field_92020_v;
      private int field_92019_w;
      private ResourceLocation field_110351_G;
      private static final String __OBFID = “CL_00001154”;

      public GuiCustomMainMenu()
      {
      label0:
      {
      super();
      field_104025_t = new Object();
      field_146972_A = field_96138_a;
      splashText = “missingno”;
      BufferedReader bufferedreader = null;
      try
      {
      ArrayList arraylist = new ArrayList();
      bufferedreader = new BufferedReader(new InputStreamReader(Minecraft.func_71410_x().func_110442_L().func_110536_a(splashTexts).func_110527_b(), Charsets.UTF_8));
      do
      {
      String s;
      if((s = bufferedreader.readLine()) == null)
      {
      break;
      }
      s = s.trim();
      if(!s.isEmpty())
      {
      arraylist.add(s);
      }
      } while(true);
      if(!arraylist.isEmpty())
      {
      do
      {
      splashText = (String)arraylist.get(rand.nextInt(arraylist.size()));
      } while(splashText.hashCode() == 0x77f432f);
      }
      }
      catch(IOException ioexception1)
      {
      if(bufferedreader != null)
      {
      try
      {
      bufferedreader.close();
      }
      catch(IOException ioexception) { }
      }
      break label0;
      }
      finally
      {
      if(bufferedreader != null)
      {
      try
      {
      bufferedreader.close();
      }
      catch(IOException ioexception) { }
      }
      throw exception;
      }
      if(bufferedreader != null)
      {
      try
      {
      bufferedreader.close();
      }
      catch(IOException ioexception) { }
      }
      break label0;
      }
      updateCounter = rand.nextFloat();
      field_92025_p = “”;
      if(!GLContext.getCapabilities().OpenGL20 && !OpenGlHelper.func_153193_b())
      {
      field_92025_p = I18n.func_135052_a(“title.oldgl1”, new Object[0]);
      field_146972_A = I18n.func_135052_a(“title.oldgl2”, new Object[0]);
      field_104024_v = “https://help.mojang.com/customer/portal/articles/325948?ref=game”;
      }
      }

      public void func_73876_c()
      {
      panoramaTimer++;
      }

      public boolean func_73868_f()
      {
      return false;
      }

      protected void func_73869_a(char c, int i)
      {
      }

      public void func_73866_w_()
      {
      viewportTexture = new DynamicTexture(256, 256);
      field_110351_G = field_146297_k.func_110434_K().func_110578_a(“background”, viewportTexture);
      Calendar calendar = Calendar.getInstance();
      calendar.setTime(new Date());
      if(calendar.get(2) + 1 == 11 && calendar.get(5) == 9)
      {
      splashText = “Happy birthday, ez!”;
      } else
      if(calendar.get(2) + 1 == 6 && calendar.get(5) == 1)
      {
      splashText = “Happy birthday, Notch!”;
      } else
      if(calendar.get(2) + 1 == 12 && calendar.get(5) == 24)
      {
      splashText = “Merry X-mas!”;
      } else
      if(calendar.get(2) + 1 == 1 && calendar.get(5) == 1)
      {
      splashText = “Happy new year!”;
      } else
      if(calendar.get(2) + 1 == 10 && calendar.get(5) == 31)
      {
      splashText = “OOoooOOOoooo! Spooky!”;
      } else
      if(calendar.get(2) + 1 == 7 && calendar.get(5) == 6)
      {
      splashText = “Joyeux anniversaire Zedokf_DrM !”;
      }
      boolean flag = true;
      int i = field_146295_m / 4 + 48;
      if(field_146297_k.func_71355_q())
      {
      addDemoButtons(i, 24);
      } else
      {
      addSingleplayerMultiplayerButtons(i, 24);
      }
      field_146292_n.add(new GuiButton(0, field_146294_l / 2 - 100, i + 72 + 12, 98, 20, I18n.func_135052_a(“Options”, new Object[0])));
      field_146292_n.add(new GuiButton(4, field_146294_l / 2 + 2, i + 72 + 12, 98, 20, I18n.func_135052_a(“Quitter”, new Object[0])));
      Object object = field_104025_t;
      synchronized(field_104025_t)
      {
      field_92023_s = field_146289_q.func_78256_a(field_92025_p);
      field_92024_r = field_146289_q.func_78256_a(field_146972_A);
      int j = Math.max(field_92023_s, field_92024_r);
      field_92022_t = (field_146294_l - j) / 2;
      field_92021_u = ((GuiButton)field_146292_n.get(0)).field_146129_i - 24;
      field_92020_v = field_92022_t + j;
      field_92019_w = field_92021_u + 24;
      }
      }

      private void addSingleplayerMultiplayerButtons(int x, int y)
      {
      field_146292_n.add(new GuiButton(1, field_146294_l / 2 - 100, x, 98, 20, I18n.func_135052_a(“Site”, new Object[0])));
      field_146292_n.add(new GuiButton(2, field_146294_l / 2 + 2, x + 0, 98, 20, I18n.func_135052_a(“Forum”, new Object[0])));
      field_146292_n.add(new GuiButton(20, field_146294_l / 2 - 100, x + y * 1, “Jouer sur SlideFight”));
      GuiButton webSiteButton = new GuiButton(21, field_146294_l / 2 - 100, x + y * 2, “Vote”);
      GuiButton fmlModButton = new GuiButton(6, field_146294_l / 2 - 100, x + y * 2, “TS3”);
      fmlModButton.field_146128_h = field_146294_l / 2 + 2;
      webSiteButton.field_146120_f = 98;
      fmlModButton.field_146120_f = 98;
      field_146292_n.add(webSiteButton);
      field_146292_n.add(fmlModButton);
      }

      private void addDemoButtons(int x, int y)
      {
      field_146292_n.add(new GuiButton(11, field_146294_l / 2 - 100, x, I18n.func_135052_a(“menu.playdemo”, new Object[0])));
      field_146292_n.add(buttonResetDemo = new GuiButton(12, field_146294_l / 2 - 100, x + y * 1, I18n.func_135052_a(“menu.resetdemo”, new Object[0])));
      ISaveFormat isaveformat = field_146297_k.func_71359_d();
      WorldInfo worldinfo = isaveformat.func_75803_c(“Demo_World”);
      if(worldinfo == null)
      {
      buttonResetDemo.field_146124_l = false;
      }
      }

      protected void func_146284_a(GuiButton button)
      {
      if(button.field_146127_k == 0)
      {
      field_146297_k.func_147108_a(new GuiOptions(this, field_146297_k.field_71474_y));
      }
      if(button.field_146127_k == 5)
      {
      field_146297_k.func_147108_a(new GuiLanguage(this, field_146297_k.field_71474_y, field_146297_k.func_135016_M()));
      }
      if(button.field_146127_k == 1)
      {
      try
      {
      Class oclass = Class.forName(“java.awt.Desktop”);
      Object object = oclass.getMethod(“getDesktop”, new Class[0]).invoke(null, new Object[0]);
      oclass.getMethod(“browse”, new Class[] {
      java/net/URI
      }).invoke(object, new Object[] {
      new URI(“http://www.slidefight.fr/”)
      });
      }
      catch(Throwable throwable)
      {
      logger.error(“Couldn’t open link”, throwable);
      }
      }
      if(button.field_146127_k == 2)
      {
      try
      {
      Class oclass = Class.forName(“java.awt.Desktop”);
      Object object = oclass.getMethod(“getDesktop”, new Class[0]).invoke(null, new Object[0]);
      oclass.getMethod(“browse”, new Class[] {
      java/net/URI
      }).invoke(object, new Object[] {
      new URI(“http://www.slidefight.fr/forum.php”)
      });
      }
      catch(Throwable throwable)
      {
      logger.error(“Couldn’t open link”, throwable);
      }
      }
      if(button.field_146127_k == 4)
      {
      field_146297_k.func_71400_g();
      }
      if(button.field_146127_k == 6)
      {
      try
      {
      Class oclass = Class.forName(“java.awt.Desktop”);
      Object object = oclass.getMethod(“getDesktop”, new Class[0]).invoke(null, new Object[0]);
      oclass.getMethod(“browse”, new Class[] {
      java/net/URI
      }).invoke(object, new Object[] {
      new URI(“ts3server://151.80.115.24?port=”)
      });
      }
      catch(Throwable throwable)
      {
      logger.error(“Couldn’t open link”, throwable);
      }
      }
      if(button.field_146127_k == 11)
      {
      field_146297_k.func_71371_a(“Demo_World”, “Demo_World”, DemoWorldServer.field_73071_a);
      }
      if(button.field_146127_k == 12)
      {
      ISaveFormat isaveformat = field_146297_k.func_71359_d();
      WorldInfo worldinfo = isaveformat.func_75803_c(“Demo_World”);
      if(worldinfo != null)
      {
      net.minecraft.client.gui.GuiYesNo guiyesno = GuiSelectWorld.func_152129_a(this, worldinfo.func_76065_j(), 12);
      field_146297_k.func_147108_a(guiyesno);
      }
      }
      if(button.field_146127_k == 20)
      {
      FMLClientHandler.instance().connectToServerAtStartup(“62.210.45.98”, 10184);
      }
      if(button.field_146127_k == 21)
      {
      try
      {
      Class oclass = Class.forName(“java.awt.Desktop”);
      Object object = oclass.getMethod(“getDesktop”, new Class[0]).invoke(null, new Object[0]);
      oclass.getMethod(“browse”, new Class[] {
      java/net/URI
      }).invoke(object, new Object[] {
      new URI(“http://www.slidefight.fr/vote.php”)
      });
      }
      catch(Throwable throwable)
      {
      logger.error(“Couldn’t open link”, throwable);
      }
      }
      }

      public void func_73878_a(boolean p_73878_1_, int id)
      {
      if(p_73878_1_ && id == 12)
      {
      ISaveFormat isaveformat = field_146297_k.func_71359_d();
      isaveformat.func_75800_d();
      isaveformat.func_75802_e(“Demo_World”);
      field_146297_k.func_147108_a(this);
      } else
      if(id == 13)
      {
      if(p_73878_1_)
      {
      try
      {
      Class oclass = Class.forName(“java.awt.Desktop”);
      Object object = oclass.getMethod(“getDesktop”, new Class[0]).invoke(null, new Object[0]);
      oclass.getMethod(“browse”, new Class[] {
      java/net/URI
      }).invoke(object, new Object[] {
      new URI(field_104024_v)
      });
      }
      catch(Throwable throwable)
      {
      logger.error(“Couldn’t open link”, throwable);
      }
      }
      field_146297_k.func_147108_a(this);
      }
      }

      private void drawPanorama(int x, int y, float partialTick)
      {
      Tessellator tessellator = Tessellator.field_78398_a;
      GL11.glMatrixMode(5889);
      GL11.glPushMatrix();
      GL11.glLoadIdentity();
      Project.gluPerspective(120F, 1.0F, 0.05F, 10F);
      GL11.glMatrixMode(5888);
      GL11.glPushMatrix();
      GL11.glLoadIdentity();
      GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
      GL11.glRotatef(180F, 1.0F, 0.0F, 0.0F);
      GL11.glRotatef(90F, 0.0F, 0.0F, 1.0F);
      GL11.glEnable(3042);
      GL11.glDisable(3008);
      GL11.glDisable(2884);
      GL11.glDepthMask(false);
      OpenGlHelper.func_148821_a(770, 771, 1, 0);
      byte b0 = 8;
      for(int k = 0; k < b0 * b0; k++)
      {
      GL11.glPushMatrix();
      float f1 = ((float)(k % b0) / (float)b0 - 0.5F) / 64F;
      float f2 = ((float)(k / b0) / (float)b0 - 0.5F) / 64F;
      float f3 = 0.0F;
      GL11.glTranslatef(f1, f2, f3);
      GL11.glRotatef(MathHelper.func_76126_a(((float)panoramaTimer + partialTick) / 400F) * 25F + 20F, 1.0F, 0.0F, 0.0F);
      GL11.glRotatef(-((float)panoramaTimer + partialTick) * 0.1F, 0.0F, 1.0F, 0.0F);
      for(int l = 0; l < 6; l++)
      {
      GL11.glPushMatrix();
      if(l == 1)
      {
      GL11.glRotatef(90F, 0.0F, 1.0F, 0.0F);
      }
      if(l == 2)
      {
      GL11.glRotatef(180F, 0.0F, 1.0F, 0.0F);
      }
      if(l == 3)
      {
      GL11.glRotatef(-90F, 0.0F, 1.0F, 0.0F);
      }
      if(l == 4)
      {
      GL11.glRotatef(90F, 1.0F, 0.0F, 0.0F);
      }
      if(l == 5)
      {
      GL11.glRotatef(-90F, 1.0F, 0.0F, 0.0F);
      }
      field_146297_k.func_110434_K().func_110577_a(titlePanoramaPaths[l]);
      tessellator.func_78382_b();
      tessellator.func_78384_a(0xffffff, 255 / (k + 1));
      float f4 = 0.0F;
      tessellator.func_78374_a(-1D, -1D, 1.0D, 0.0F + f4, 0.0F + f4);
      tessellator.func_78374_a(1.0D, -1D, 1.0D, 1.0F - f4, 0.0F + f4);
      tessellator.func_78374_a(1.0D, 1.0D, 1.0D, 1.0F - f4, 1.0F - f4);
      tessellator.func_78374_a(-1D, 1.0D, 1.0D, 0.0F + f4, 1.0F - f4);
      tessellator.func_78381_a();
      GL11.glPopMatrix();
      }

      GL11.glPopMatrix();
      GL11.glColorMask(true, true, true, false);
      }

      tessellator.func_78373_b(0.0D, 0.0D, 0.0D);
      GL11.glColorMask(true, true, true, true);
      GL11.glMatrixMode(5889);
      GL11.glPopMatrix();
      GL11.glMatrixMode(5888);
      GL11.glPopMatrix();
      GL11.glDepthMask(true);
      GL11.glEnable(2884);
      GL11.glEnable(2929);
      }

      private void rotateAndBlurSkybox(float partialTick)
      {
      field_146297_k.func_110434_K().func_110577_a(field_110351_G);
      GL11.glTexParameteri(3553, 10241, 9729);
      GL11.glTexParameteri(3553, 10240, 9729);
      GL11.glCopyTexSubImage2D(3553, 0, 0, 0, 0, 0, 256, 256);
      GL11.glEnable(3042);
      OpenGlHelper.func_148821_a(770, 771, 1, 0);
      GL11.glColorMask(true, true, true, false);
      Tessellator tessellator = Tessellator.field_78398_a;
      tessellator.func_78382_b();
      GL11.glDisable(3008);
      byte b0 = 3;
      for(int i = 0; i < b0; i++)
      {
      tessellator.func_78369_a(1.0F, 1.0F, 1.0F, 1.0F / (float)(i + 1));
      int j = field_146294_l;
      int k = field_146295_m;
      float f1 = (float)(i - b0 / 2) / 256F;
      tessellator.func_78374_a(j, k, field_73735_i, 0.0F + f1, 1.0D);
      tessellator.func_78374_a(j, 0.0D, field_73735_i, 1.0F + f1, 1.0D);
      tessellator.func_78374_a(0.0D, 0.0D, field_73735_i, 1.0F + f1, 0.0D);
      tessellator.func_78374_a(0.0D, k, field_73735_i, 0.0F + f1, 0.0D);
      }

      tessellator.func_78381_a();
      GL11.glEnable(3008);
      GL11.glColorMask(true, true, true, true);
      }

      private void renderSkybox(int x, int y, float partialTick)
      {
      field_146297_k.func_147110_a().func_147609_e();
      GL11.glViewport(0, 0, 256, 256);
      drawPanorama(x, y, partialTick);
      rotateAndBlurSkybox(partialTick);
      rotateAndBlurSkybox(partialTick);
      rotateAndBlurSkybox(partialTick);
      rotateAndBlurSkybox(partialTick);
      rotateAndBlurSkybox(partialTick);
      rotateAndBlurSkybox(partialTick);
      rotateAndBlurSkybox(partialTick);
      field_146297_k.func_147110_a().func_147610_a(true);
      GL11.glViewport(0, 0, field_146297_k.field_71443_c, field_146297_k.field_71440_d);
      Tessellator tessellator = Tessellator.field_78398_a;
      tessellator.func_78382_b();
      float f1 = field_146294_l <= field_146295_m ? 120F / (float)field_146295_m : 120F / (float)field_146294_l;
      float f2 = ((float)field_146295_m * f1) / 256F;
      float f3 = ((float)field_146294_l * f1) / 256F;
      tessellator.func_78369_a(1.0F, 1.0F, 1.0F, 1.0F);
      int k = field_146294_l;
      int l = field_146295_m;
      tessellator.func_78374_a(0.0D, l, field_73735_i, 0.5F - f2, 0.5F + f3);
      tessellator.func_78374_a(k, l, field_73735_i, 0.5F - f2, 0.5F - f3);
      tessellator.func_78374_a(k, 0.0D, field_73735_i, 0.5F + f2, 0.5F - f3);
      tessellator.func_78374_a(0.0D, 0.0D, field_73735_i, 0.5F + f2, 0.5F + f3);
      tessellator.func_78381_a();
      }

      public void func_73863_a(int x, int y, float partialTick)
      {
      GL11.glDisable(3008);
      renderSkybox(x, y, partialTick);
      GL11.glEnable(3008);
      Tessellator tessellator = Tessellator.field_78398_a;
      short short1 = 274;
      int k = field_146294_l / 2 - short1 / 2;
      byte b0 = 30;
      func_73733_a(0, 0, field_146294_l, field_146295_m, 0x80ffffff, 0xffffff);
      func_73733_a(0, 0, field_146294_l, field_146295_m, 0, 0x80000000);
      field_146297_k.func_110434_K().func_110577_a(minecraftTitleTextures);
      GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
      if((double)updateCounter < 0.0001D)
      {
      func_73729_b(k + 0, b0 + 0, 0, 0, 99, 44);
      func_73729_b(k + 99, b0 + 0, 129, 0, 27, 44);
      func_73729_b(k + 99 + 26, b0 + 0, 126, 0, 3, 44);
      func_73729_b(k + 99 + 26 + 3, b0 + 0, 99, 0, 26, 44);
      func_73729_b(k + 155, b0 + 0, 0, 45, 155, 44);
      } else
      {
      func_73729_b(k + 0, b0 + 0, 0, 0, 155, 44);
      func_73729_b(k + 155, b0 + 0, 0, 45, 155, 44);
      }
      String s1 = “Menu par Zedokf_DrM V2.0”;
      func_73731_b(field_146289_q, s1, field_146294_l - field_146289_q.func_78256_a(s1) - 2, field_146295_m - 10, -1);
      if(field_92025_p != null && field_92025_p.length() > 0)
      {
      func_73734_a(field_92022_t - 2, field_92021_u - 2, field_92020_v + 2, field_92019_w - 1, 0x55200000);
      func_73731_b(field_146289_q, field_92025_p, field_92022_t, field_92021_u, -1);
      func_73731_b(field_146289_q, field_146972_A, (field_146294_l - field_92024_r) / 2, ((GuiButton)field_146292_n.get(0)).field_146129_i - 12, -1);
      }
      super.func_73863_a(x, y, partialTick);
      }

      protected void func_73864_a(int p_73864_1_, int p_73864_2_, int p_73864_3_)
      {
      super.func_73864_a(p_73864_1_, p_73864_2_, p_73864_3_);
      Object object = field_104025_t;
      synchronized(field_104025_t)
      {
      if(field_92025_p.length() > 0 && p_73864_1_ >= field_92022_t && p_73864_1_ <= field_92020_v && p_73864_2_ >= field_92021_u && p_73864_2_ <= field_92019_w)
      {
      GuiConfirmOpenLink guiconfirmopenlink = new GuiConfirmOpenLink(this, field_104024_v, 13, true);
      guiconfirmopenlink.func_146358_g();
      field_146297_k.func_147108_a(guiconfirmopenlink);
      }
      }
      }

      static
      {
      field_96138_a = (new StringBuilder()).append(“Please click “).append(EnumChatFormatting.UNDERLINE).append(“here”).append(EnumChatFormatting.RESET).append(” for more information.”).toString();
      }
      }

      
      et l'erreur dans la console : :::
      [17:07:12] [main/INFO] [GradleStart]: Extra: []
      [17:07:13] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/Braddy_2/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
      [17:07:13] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
      [17:07:13] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
      [17:07:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
      [17:07:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
      [17:07:14] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1230 for Minecraft 1.7.10 loading
      [17:07:14] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_40, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_40
      [17:07:14] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
      [17:07:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
      [17:07:14] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
      [17:07:14] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
      [17:07:14] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [17:07:14] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
      [17:07:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
      [17:07:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [17:07:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [17:07:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
      [17:07:17] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
      [17:07:55] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
      [17:07:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
      [17:07:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
      [17:07:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
      [17:07:59] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
      [17:07:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
      [17:07:59] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
      [17:08:08] [main/INFO]: Setting user: Player592
      [17:08:30] [Client thread/INFO]: LWJGL Version: 2.9.1
      [17:08:39] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
      [17:08:40] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1230 Initialized
      [17:08:40] [Client thread/INFO] [FML]: Replaced 182 ore recipies
      [17:08:41] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
      [17:08:44] [Client thread/INFO] [FML]: Searching C:\Users\Braddy_2\Desktop\custom main menu 1.7.10\eclipse\mods for mods
      [17:09:02] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
      [17:09:03] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, custommenu] at CLIENT
      [17:09:03] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, custommenu] at SERVER
      [17:09:06] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:SlideFight Menu
      [17:09:07] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
      [17:09:07] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
      [17:09:07] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
      [17:09:07] [Client thread/INFO] [FML]: Applying holder lookups
      [17:09:07] [Client thread/INFO] [FML]: Holder lookups applied
      [17:09:09] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
      [17:09:09] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
      [17:09:09] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
      [17:09:09] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
      [17:09:10] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
      [17:09:10] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
      [17:09:10] [Sound Library Loader/INFO]: Sound engine started
      [17:09:44] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
      [17:09:46] [Client thread/INFO]: Created: 256x256 textures/items-atlas
      [17:09:47] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
      [17:09:47] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:SlideFight Menu
      [17:09:49] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
      [17:09:49] [Client thread/INFO]: Created: 256x256 textures/items-atlas
      [17:09:50] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
      [17:09:50] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down…
      [17:09:50] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
      [17:09:50] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
      [17:09:50] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
      [17:09:50] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
      [17:09:50] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
      [17:09:50] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
      [17:09:50] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
      [17:09:50] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
      [17:09:50] [Sound Library Loader/INFO]: Sound engine started
      [17:10:16] [Client thread/ERROR] [FML]: Exception caught during firing event cpw.mods.fml.common.gameevent.TickEvent$ClientTickEvent@1cb09347:
      java.lang.Error: Unresolved compilation problems:
      Constructor call must be the first statement in a constructor
      The method func_71410_x() is undefined for the type Minecraft
      exception cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146297_k cannot be resolved
      field_146295_m cannot be resolved to a variable
      field_146297_k cannot be resolved
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146289_q cannot be resolved
      field_146289_q cannot be resolved
      field_146294_l cannot be resolved to a variable
      field_146292_n cannot be resolved
      field_146129_i cannot be resolved or is not a field
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      field_146294_l cannot be resolved to a variable
      field_146294_l cannot be resolved to a variable
      field_146128_h cannot be resolved or is not a field
      field_146294_l cannot be resolved to a variable
      field_146120_f cannot be resolved or is not a field
      field_146120_f cannot be resolved or is not a field
      field_146292_n cannot be resolved
      field_146292_n cannot be resolved
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146297_k cannot be resolved
      The method func_75803_c(String) is undefined for the type ISaveFormat
      field_146124_l cannot be resolved or is not a field
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_146297_k cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_146297_k cannot be resolved to a variable
      field_146297_k cannot be resolved
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_73071_a cannot be resolved or is not a field
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      The method func_75803_c(String) is undefined for the type ISaveFormat
      The method func_76065_j() is undefined for the type WorldInfo
      field_146297_k cannot be resolved
      field_146127_k cannot be resolved or is not a field
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146297_k cannot be resolved
      The method func_75800_d() is undefined for the type ISaveFormat
      The method func_75802_e(String) is undefined for the type ISaveFormat
      field_146297_k cannot be resolved
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146297_k cannot be resolved
      field_78398_a cannot be resolved or is not a field
      The method func_148821_a(int, int, int, int) is undefined for the type OpenGlHelper
      The method func_76126_a(float) is undefined for the type MathHelper
      field_146297_k cannot be resolved
      The method func_78382_b() is undefined for the type Tessellator
      The method func_78384_a(int, int) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      field_146297_k cannot be resolved
      field_146297_k cannot be resolved
      field_78398_a cannot be resolved or is not a field
      The method func_73864_a(int, int, int) is undefined for the type GuiScreen
      
      at fr.minecraftforgefrance.client.custommenu.GuiCustomMainMenu.<init>(GuiCustomMainMenu.java:60) ~[GuiCustomMainMenu.class:?]
      at fr.minecraftforgefrance.client.custommenu.ModCustomMenu.onTick(ModCustomMenu.java:34) ~[ModCustomMenu.class:?]
      at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_ModCustomMenu_onTick_ClientTickEvent.invoke(.dynamic) ~[?:?]
      at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
      at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
      at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325) [FMLCommonHandler.class:?]
      at net.minecraft.client.Minecraft.runTick(Minecraft.java:1667) [Minecraft.class:?]
      at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1028) [Minecraft.class:?]
      at net.minecraft.client.Minecraft.run(Minecraft.java:951) [Minecraft.class:?]
      at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_40]
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_40]
      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_40]
      at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
      at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
      at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
      at GradleStart.main(Unknown Source) [start/:?]
      [17:10:16] [Client thread/ERROR] [FML]: Index: 1 Listeners:
      [17:10:16] [Client thread/ERROR] [FML]: 0: NORMAL
      [17:10:16] [Client thread/ERROR] [FML]: 1: ASM: fr.minecraftforgefrance.client.custommenu.ModCustomMenu@14144cc9 onTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
      [17:10:19] [Client thread/FATAL]: Unreported exception thrown!
      java.lang.Error: Unresolved compilation problems:
      Constructor call must be the first statement in a constructor
      The method func_71410_x() is undefined for the type Minecraft
      exception cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146297_k cannot be resolved
      field_146295_m cannot be resolved to a variable
      field_146297_k cannot be resolved
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146289_q cannot be resolved
      field_146289_q cannot be resolved
      field_146294_l cannot be resolved to a variable
      field_146292_n cannot be resolved
      field_146129_i cannot be resolved or is not a field
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      field_146294_l cannot be resolved to a variable
      field_146294_l cannot be resolved to a variable
      field_146128_h cannot be resolved or is not a field
      field_146294_l cannot be resolved to a variable
      field_146120_f cannot be resolved or is not a field
      field_146120_f cannot be resolved or is not a field
      field_146292_n cannot be resolved
      field_146292_n cannot be resolved
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146297_k cannot be resolved
      The method func_75803_c(String) is undefined for the type ISaveFormat
      field_146124_l cannot be resolved or is not a field
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_146297_k cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_146297_k cannot be resolved to a variable
      field_146297_k cannot be resolved
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_73071_a cannot be resolved or is not a field
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      The method func_75803_c(String) is undefined for the type ISaveFormat
      The method func_76065_j() is undefined for the type WorldInfo
      field_146297_k cannot be resolved
      field_146127_k cannot be resolved or is not a field
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146297_k cannot be resolved
      The method func_75800_d() is undefined for the type ISaveFormat
      The method func_75802_e(String) is undefined for the type ISaveFormat
      field_146297_k cannot be resolved
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146297_k cannot be resolved
      field_78398_a cannot be resolved or is not a field
      The method func_148821_a(int, int, int, int) is undefined for the type OpenGlHelper
      The method func_76126_a(float) is undefined for the type MathHelper
      field_146297_k cannot be resolved
      The method func_78382_b() is undefined for the type Tessellator
      The method func_78384_a(int, int) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      field_146297_k cannot be resolved
      field_146297_k cannot be resolved
      field_78398_a cannot be resolved or is not a field
      The method func_73864_a(int, int, int) is undefined for the type GuiScreen
      
      at fr.minecraftforgefrance.client.custommenu.GuiCustomMainMenu.<init>(GuiCustomMainMenu.java:60) ~[GuiCustomMainMenu.class:?]
      at fr.minecraftforgefrance.client.custommenu.ModCustomMenu.onTick(ModCustomMenu.java:34) ~[ModCustomMenu.class:?]
      at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_ModCustomMenu_onTick_ClientTickEvent.invoke(.dynamic) ~[?:?]
      at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
      at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
      at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325) ~[FMLCommonHandler.class:?]
      at net.minecraft.client.Minecraft.runTick(Minecraft.java:1667) ~[Minecraft.class:?]
      at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1028) ~[Minecraft.class:?]
      at net.minecraft.client.Minecraft.run(Minecraft.java:951) [Minecraft.class:?]
      at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_40]
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_40]
      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_40]
      at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
      at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
      at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
      at GradleStart.main(Unknown Source) [start/:?]
      [17:10:19] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
      // My bad.
      
      Time: 24/05/15 17:10
      Description: Unexpected error
      
      java.lang.Error: Unresolved compilation problems:
      Constructor call must be the first statement in a constructor
      The method func_71410_x() is undefined for the type Minecraft
      exception cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146297_k cannot be resolved
      field_146295_m cannot be resolved to a variable
      field_146297_k cannot be resolved
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146289_q cannot be resolved
      field_146289_q cannot be resolved
      field_146294_l cannot be resolved to a variable
      field_146292_n cannot be resolved
      field_146129_i cannot be resolved or is not a field
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      field_146294_l cannot be resolved to a variable
      field_146294_l cannot be resolved to a variable
      field_146128_h cannot be resolved or is not a field
      field_146294_l cannot be resolved to a variable
      field_146120_f cannot be resolved or is not a field
      field_146120_f cannot be resolved or is not a field
      field_146292_n cannot be resolved
      field_146292_n cannot be resolved
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146297_k cannot be resolved
      The method func_75803_c(String) is undefined for the type ISaveFormat
      field_146124_l cannot be resolved or is not a field
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_146297_k cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_146297_k cannot be resolved to a variable
      field_146297_k cannot be resolved
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_73071_a cannot be resolved or is not a field
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      The method func_75803_c(String) is undefined for the type ISaveFormat
      The method func_76065_j() is undefined for the type WorldInfo
      field_146297_k cannot be resolved
      field_146127_k cannot be resolved or is not a field
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146297_k cannot be resolved
      The method func_75800_d() is undefined for the type ISaveFormat
      The method func_75802_e(String) is undefined for the type ISaveFormat
      field_146297_k cannot be resolved
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146297_k cannot be resolved
      field_78398_a cannot be resolved or is not a field
      The method func_148821_a(int, int, int, int) is undefined for the type OpenGlHelper
      The method func_76126_a(float) is undefined for the type MathHelper
      field_146297_k cannot be resolved
      The method func_78382_b() is undefined for the type Tessellator
      The method func_78384_a(int, int) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      field_146297_k cannot be resolved
      field_146297_k cannot be resolved
      field_78398_a cannot be resolved or is not a field
      The method func_73864_a(int, int, int) is undefined for the type GuiScreen
      
      at fr.minecraftforgefrance.client.custommenu.GuiCustomMainMenu.<init>(GuiCustomMainMenu.java:60)
      at fr.minecraftforgefrance.client.custommenu.ModCustomMenu.onTick(ModCustomMenu.java:34)
      at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_ModCustomMenu_onTick_ClientTickEvent.invoke(.dynamic)
      at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
      at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
      at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325)
      at net.minecraft.client.Minecraft.runTick(Minecraft.java:1667)
      at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1028)
      at net.minecraft.client.Minecraft.run(Minecraft.java:951)
      at net.minecraft.client.main.Main.main(Main.java:164)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
      at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
      at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
      at GradleStart.main(Unknown Source)
      
      A detailed walkthrough of the error, its code path and all known details is as follows:
      ---------------------------------------------------------------------------------------
      
      -- System Details --
      Details:
      Minecraft Version: 1.7.10
      Operating System: Windows 8.1 (amd64) version 6.3
      Java Version: 1.8.0_40, Oracle Corporation
      Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
      Memory: 977582344 bytes (932 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
      JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
      AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
      IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
      FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 4 mods loaded, 4 mods active
      mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
      FML{7.10.85.1230} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
      Forge{10.13.2.1230} [Minecraft Forge] (forgeSrc-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
      custommenu{2.0} [SlideFight Menu] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
      Launched Version: 1.7.10
      LWJGL: 2.9.1
      OpenGL: AMD Radeon HD 8210 GL version 4.3.12615 Compatibility Profile Context 13.250.31.0, ATI Technologies Inc.
      GL Caps: Using GL 1.3 multitexturing.
      Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
      Anisotropic filtering is supported and maximum anisotropy is 16.
      Shaders are available because OpenGL 2.1 is supported.
      
      Is Modded: Definitely; Client brand changed to 'fml,forge'
      Type: Client (map_client.txt)
      Resource Packs: []
      Current Language: English (US)
      Profiler Position: N/A (disabled)
      Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
      Anisotropic Filtering: Off (1)
      [17:10:19] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Braddy_2\Desktop\custom main menu 1.7.10\eclipse\.\crash-reports\crash-2015-05-24_17.10.19-client.txt
      AL lib: (EE) alc_cleanup: 1 device not closed
      Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
      
      :::
      L'erreur dans les logs : :::
      –-- Minecraft Crash Report ----
      // I'm sorry, Dave.
      
      Time: 24/05/15 17:10
      Description: Unexpected error
      
      java.lang.Error: Unresolved compilation problems:
      Constructor call must be the first statement in a constructor
      The method func_71410_x() is undefined for the type Minecraft
      exception cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146297_k cannot be resolved
      field_146295_m cannot be resolved to a variable
      field_146297_k cannot be resolved
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146289_q cannot be resolved
      field_146289_q cannot be resolved
      field_146294_l cannot be resolved to a variable
      field_146292_n cannot be resolved
      field_146129_i cannot be resolved or is not a field
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      field_146294_l cannot be resolved to a variable
      field_146294_l cannot be resolved to a variable
      field_146128_h cannot be resolved or is not a field
      field_146294_l cannot be resolved to a variable
      field_146120_f cannot be resolved or is not a field
      field_146120_f cannot be resolved or is not a field
      field_146292_n cannot be resolved
      field_146292_n cannot be resolved
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146292_n cannot be resolved
      field_146294_l cannot be resolved to a variable
      The method func_135052_a(String, Object[]) is undefined for the type I18n
      field_146297_k cannot be resolved
      The method func_75803_c(String) is undefined for the type ISaveFormat
      field_146124_l cannot be resolved or is not a field
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_146297_k cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_146297_k cannot be resolved to a variable
      field_146297_k cannot be resolved
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      field_73071_a cannot be resolved or is not a field
      field_146127_k cannot be resolved or is not a field
      field_146297_k cannot be resolved
      The method func_75803_c(String) is undefined for the type ISaveFormat
      The method func_76065_j() is undefined for the type WorldInfo
      field_146297_k cannot be resolved
      field_146127_k cannot be resolved or is not a field
      field_146127_k cannot be resolved or is not a field
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146297_k cannot be resolved
      The method func_75800_d() is undefined for the type ISaveFormat
      The method func_75802_e(String) is undefined for the type ISaveFormat
      field_146297_k cannot be resolved
      java cannot be resolved to a variable
      net cannot be resolved to a variable
      URI cannot be resolved to a variable
      field_146297_k cannot be resolved
      field_78398_a cannot be resolved or is not a field
      The method func_148821_a(int, int, int, int) is undefined for the type OpenGlHelper
      The method func_76126_a(float) is undefined for the type MathHelper
      field_146297_k cannot be resolved
      The method func_78382_b() is undefined for the type Tessellator
      The method func_78384_a(int, int) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      The method func_78374_a(double, double, double, float, float) is undefined for the type Tessellator
      field_146297_k cannot be resolved
      field_146297_k cannot be resolved
      field_78398_a cannot be resolved or is not a field
      The method func_73864_a(int, int, int) is undefined for the type GuiScreen
      
      at fr.minecraftforgefrance.client.custommenu.GuiCustomMainMenu.<init>(GuiCustomMainMenu.java:60)
      at fr.minecraftforgefrance.client.custommenu.ModCustomMenu.onTick(ModCustomMenu.java:34)
      at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_ModCustomMenu_onTick_ClientTickEvent.invoke(.dynamic)
      at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
      at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
      at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325)
      at net.minecraft.client.Minecraft.runTick(Minecraft.java:1667)
      at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1028)
      at net.minecraft.client.Minecraft.run(Minecraft.java:951)
      at net.minecraft.client.main.Main.main(Main.java:164)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
      at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
      at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
      at GradleStart.main(Unknown Source)
      
      A detailed walkthrough of the error, its code path and all known details is as follows:
      ---------------------------------------------------------------------------------------
      
      -- System Details --
      Details:
      Minecraft Version: 1.7.10
      Operating System: Windows 8.1 (amd64) version 6.3
      Java Version: 1.8.0_40, Oracle Corporation
      Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
      Memory: 977582344 bytes (932 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
      JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
      AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
      IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
      FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 4 mods loaded, 4 mods active
      mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
      FML{7.10.85.1230} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
      Forge{10.13.2.1230} [Minecraft Forge] (forgeSrc-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
      custommenu{2.0} [SlideFight Menu] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
      Launched Version: 1.7.10
      LWJGL: 2.9.1
      OpenGL: AMD Radeon HD 8210 GL version 4.3.12615 Compatibility Profile Context 13.250.31.0, ATI Technologies Inc.
      GL Caps: Using GL 1.3 multitexturing.
      Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
      Anisotropic filtering is supported and maximum anisotropy is 16.
      Shaders are available because OpenGL 2.1 is supported.
      
      Is Modded: Definitely; Client brand changed to 'fml,forge'
      Type: Client (map_client.txt)
      Resource Packs: []
      Current Language: English (US)
      Profiler Position: N/A (disabled)
      Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
      Anisotropic Filtering: Off (1)
      :::</init></init></init></init>
      1 réponse Dernière réponse Répondre Citer 0
      • robin4002
        robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par

        Tu as des erreurs partout, sûrement à cause d’une différence niveau mapping.
        Tu as téléchargé où ce code ?

        1 réponse Dernière réponse Répondre Citer 0
        • Z
          Zedokf_DrM dernière édition par

          J’ai repris l’ancien code de mon menu personnalisé

          1 réponse Dernière réponse Répondre Citer 0
          • Ama
            Ama dernière édition par

            button.field_146127_k

            Le code à du être pris avec JD-Gui ou autre car le code est un peu obfusqué on dirait

            Si je t'ai filé un coup de main n'oublie pas le + / -
            Par contre évite les demandes d'aides en MP, tu sera sympa'

            La JavaDoc c'est comme le PQ, ça sert à ce démerder tous seul. -Victor Hugo- 2017

            Une superbe API pour animer vos super modèles CraftStudio dans Minecraft !

            1 réponse Dernière réponse Répondre Citer 0
            • robin4002
              robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par

              http://dl.mcnanotech.fr/robin4002/mods/Sources/CustomMenu-1.7.10-src.zip

              1 réponse Dernière réponse Répondre Citer 0
              • Z
                Zedokf_DrM dernière édition par

                Oui bah ça vient de la à la base sauf il y a eu un beug et pour pas tout refaire j’ai copié collé via JD-GUI, suis-je obligé de tout refaire ?

                1 réponse Dernière réponse Répondre Citer 0
                • robin4002
                  robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par

                  Oui, car quand tu reprends depuis jd-gui le code est obfusqué.

                  1 réponse Dernière réponse Répondre Citer 0
                  • 1 / 1
                  • Premier message
                    Dernier message
                  Design by Woryk
                  Contact / Mentions Légales

                  MINECRAFT FORGE FRANCE © 2018

                  Powered by NodeBB