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
  • forge crashes
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
wyvest

forge crashes

By wyvest, November 28, 2020 in Support & Bug Reports

  • Start new topic

Recommended Posts

wyvest    0

wyvest

wyvest    0

  • Tree Puncher
  • wyvest
  • Members
  • 0
  • 1 post
Posted November 28, 2020

whenever i try launching forge it doesn't launch

in task manager, java shows up however there is no minecraft instance at all

everything apart from forge works

 

debug.log latest.log

Share this post


Link to post
Share on other sites

diesieben07    7596

diesieben07

diesieben07    7596

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7596
  • 55098 posts
Posted November 28, 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

    • mightymoy
      Cant craft items in modded server

      By mightymoy · Posted 14 minutes ago

      How can I show the servers debug log is it in the log folder and be named debug log? Sorry I'm new to this so I'm not sure how to do that   
    • DaemonUmbra
      Minecraft crashes while launching - failed to find service port for display

      By DaemonUmbra · Posted 16 minutes ago

      More research was done on this issue, this was the result:  
    • DaemonUmbra
      Cant craft items in modded server

      By DaemonUmbra · Posted 18 minutes ago

      This could possibly be the result of recipes failing to be loaded, please provide the server's debug.log
    • Gubipe
      What is the method to left click?

      By Gubipe · Posted 1 hour ago

      Sorry this might sound  dumb, I am new to working with minecraft mods. I was wondering if you could tell me the code location
    • Klarks
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks · Posted 2 hours 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; }
  • Topics

    • mightymoy
      2
      Cant craft items in modded server

      By mightymoy
      Started 3 hours ago

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

      By schmiddi_0
      Started December 14, 2020

    • Gubipe
      4
      What is the method to left click?

      By Gubipe
      Started 7 hours ago

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

      By Klarks
      Started Yesterday at 06:22 AM

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

      By Silivek
      Started 12 hours ago

  • Who's Online (See full list)

    • Luis_ST
    • mightymoy
    • zOnlyKroks
    • skeppyfan
    • DaemonUmbra
    • Klarks
    • BastouP
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • forge crashes
  • Theme

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