Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Minecraft 1.12.2 forge is not running for me
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
Yaritam

Minecraft 1.12.2 forge is not running for me

By Yaritam, May 22, 2020 in Support & Bug Reports

  • Start new topic

Recommended Posts

Yaritam    0

Yaritam

Yaritam    0

  • Tree Puncher
  • Yaritam
  • Members
  • 0
  • 1 post
Posted May 22, 2020

Hi. Ive been trying to load into minecraft forge 1.12.2 but it is not working. To be specific, i click on "play" on the launcher, the launcher goes away and the actual game doesnt even open but the launcher re-opens, i really need help with this.

These are the logs: https://pastebin.com/5e6LSGJP

I have used the forge 1.12.2 Installer for anyone who needs to know

The mod im using in this version is: Aether

however, i do have mods installed for other versions

If you need to know anything more, write it below

Share this post


Link to post
Share on other sites

diesieben07    7596

diesieben07

diesieben07    7596

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7596
  • 55098 posts
Posted May 23, 2020

1.12 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Klarks
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks · Posted 5 minutes ago

      Why i need cal super.getCapability? Is new EntityArmorInvWrapper(entity) doing same thing? LivingEntity. it returns handlers which are LazyOptional<IItemHandlerModifiable>[] and they contains same things what i have already created private final net.minecraftforge.common.util.LazyOptional<?>[] handlers = net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper.create(this); public <T> net.minecraftforge.common.util.LazyOptional<T> getCapability(net.minecraftforge.common.capabilities.Capability<T> capability, @Nullable Direction facing) { if (this.isAlive() && capability == net.minecraftforge.items.CapabilityItemHandler.ITEM_HANDLER_CAPABILITY) { if (facing == null) return handlers[2].cast(); else if (facing.getAxis().isVertical()) return handlers[0].cast(); else if (facing.getAxis().isHorizontal()) return handlers[1].cast(); } return super.getCapability(capability, facing);   EntityEquipmentInvWrapper public static LazyOptional<IItemHandlerModifiable>[] create(LivingEntity entity) { @SuppressWarnings("unchecked") LazyOptional<IItemHandlerModifiable>[] ret = new LazyOptional[3]; ret[0] = LazyOptional.of(() -> new EntityHandsInvWrapper(entity)); ret[1] = LazyOptional.of(() -> new EntityArmorInvWrapper(entity)); ret[2] = LazyOptional.of(() -> new CombinedInvWrapper(ret[0].orElse(null), ret[1].orElse(null))); return ret; }
    • Klarks
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks · Posted 16 minutes ago

      If super.getCapability give me the default handlers so what new EntityArmorInvWrapper(entity) do 
    • mightymoy
      Cant craft items in modded server

      By mightymoy · Posted 1 hour ago

      Me and my friends started a modded server the version is 1.16.1 and we have 23 mods installed on it. We were playing it in vanilla at first but then after some hours we started to add mods onto the server (not sure if this caused the issue) we noticed that somethings were not coming up in the crafting table output box for example I was trying to make a bowl but the bowl wasn't popping out to put it in my inventory we arent sure what's the issue since in single player we can craft both the modded items and vanilla items but in the server we cant craft them at all. I've been searching for a solution all day I cant seem to find anyone else talk about it or have a solution to it.    On the right is the modded server trying to craft a modded item but not showing and on the right is in single player mode doing the same thing and getting the item.   I would post the server log but I'm not sure how to get the log either if someone can tell me how to retrieve the log as well that would be much appreciated.
    • Draco18s
      What is the method to left click?

      By Draco18s · Posted 1 hour ago

      There isn't one. Documentation (such as there is) is all inside the code itself.
    • Gubipe
      What is the method to left click?

      By Gubipe · Posted 2 hours ago

      can you link me to the documentation page for it?
  • Topics

    • Klarks
      24
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks
      Started 21 hours ago

    • mightymoy
      0
      Cant craft items in modded server

      By mightymoy
      Started 1 hour ago

    • Gubipe
      3
      What is the method to left click?

      By Gubipe
      Started 5 hours ago

    • schmiddi_0
      16
      Minecraft crashes while launching - failed to find service port for display

      By schmiddi_0
      Started December 14, 2020

    • Silivek
      1
      Mod won't load when in dev environment

      By Silivek
      Started 10 hours ago

  • Who's Online (See full list)

    • bananapizzuh
    • hijackster99
    • LenMay2003
    • Jake_Titan
    • imawindow
    • Otep
    • Gubipe
    • ChampionAsh5357
    • ZetaLuxray
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Minecraft 1.12.2 forge is not running for me
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community