Jump to content
  • Home
  • Files
  • Docs
  • Merch
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
  • Can't Download Forge 1.14.4 Because There is no Windows Installer
Sign in to follow this  
Followers 1
Juicy_Jackson

Can't Download Forge 1.14.4 Because There is no Windows Installer

By Juicy_Jackson, August 23 in Support & Bug Reports

  • Reply to this topic
  • Start new topic

Recommended Posts

Juicy_Jackson    0

Juicy_Jackson

Juicy_Jackson    0

  • Tree Puncher
  • Juicy_Jackson
  • Members
  • 0
  • 3 posts
Posted August 23

I'm having problems with downloading Forge 1.14.4 (and other versions) due to there being no Windows Installer. I'm able to download the 1.12 versions because they have windows installer, but because the newer versions have no WIndows Installer and just the regular "Installer" it won't download properly on my computer. Now, just for specifications, I have an HP laptop (brand new, got it last week) I'm trying to download the versions on Google Chrome and I've already tried Microsoft Edge but I get the same issues. Yes, I've already played pure vanilla 1.14.4, so I don't think that's the issue. I've already made my mods folder in the .minecraft folder. I have images just so you guys know what i'm talking about because I can't find any other discussions that have the same issue as me. You should know that all these images I'm about to provide, the issues in these images do NOT happen in the 1.12 forge version downloads. I've done my best to put all the images in order on how I download it 

 

In the 4th pic, when I try to open the file, it just takes me to that screen, and when I click to open it, it just makes another file. What in the world the world am I doing wrong? 

forge.PNG

forge 2.PNG

forge 3.PNG

forge 4.PNG

forge 5.PNG

forge 6.PNG

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted August 23

The Installer run on Java, try installing Java

  • Quote

Share this post


Link to post
Share on other sites

CorruptedEntity    0

CorruptedEntity

CorruptedEntity    0

  • Tree Puncher
  • CorruptedEntity
  • Members
  • 0
  • 8 posts
Posted August 23
Just now, DaemonUmbra said:

The Installer run on Java, try installing Java

Dude, I was gonna reply to him about getting java too! lol!

  • Quote

Share this post


Link to post
Share on other sites

Juicy_Jackson    0

Juicy_Jackson

Juicy_Jackson    0

  • Tree Puncher
  • Juicy_Jackson
  • Members
  • 0
  • 3 posts
Posted August 23

Unfortunately downloading Java didn't seem to really do anything. I already had it installed anyway

  • Quote

Share this post


Link to post
Share on other sites

CorruptedEntity    0

CorruptedEntity

CorruptedEntity    0

  • Tree Puncher
  • CorruptedEntity
  • Members
  • 0
  • 8 posts
Posted August 23
1 minute ago, Juicy_Jackson said:

Unfortunately downloading Java didn't seem to really do anything. I already had it installed anyway

did it show up the client or thingy stuff? idk

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6369 posts
Posted August 23

Open a console and type java -version, what does it say?

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45615 posts
Posted August 24

For some reason something or someone has decided it is a good idea to open jar file with Internet Explorer instead of Java.

You can run Jarfix to fix this, if you have Java installed.

  • Quote

Share this post


Link to post
Share on other sites

Juicy_Jackson    0

Juicy_Jackson

Juicy_Jackson    0

  • Tree Puncher
  • Juicy_Jackson
  • Members
  • 0
  • 3 posts
Posted August 31

Downloading Jarfix worked! Thank you so much, Apologies for taking so long to reply

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • saxon564
      [1.14.4] [UNSOLVED] Server Thread Freezes After Entity Explodes

      By saxon564 · Posted 28 minutes ago

      Unfortunately that was not the case, there was no change in the result at all.
    • CanadaMan
      illegal wheat?

      By CanadaMan · Posted 1 hour ago

    • CanadaMan
      illegal wheat?

      By CanadaMan · Posted 1 hour ago

      Okay so I'm trying to join one of my friends modded server and it said that illegal state of wheat was stopping me from joining
    • MrNoodles75
      [1.14.3] send message to chat

      By MrNoodles75 · Posted 2 hours ago

      @Draco18s I have been figuring everything out since then, by going through the default code and getting information on how to do something
    • AntonBespoiasov
      attackEntityFrom() doesn't work. 1.12.2

      By AntonBespoiasov · Posted 3 hours ago

      public ItemStack onItemUseFinish(ItemStack stack, World worldIn, EntityLivingBase entityLiving) { Entity entity = ModMath.getMouseOver(Minecraft.getMinecraft().getRenderPartialTicks(), 0); // Gets entity that entityLiving is looking at if (entity != null && entity instanceof EntityLiving) { ((EntityLiving)entity).attackEntityFrom(DamageSource.MAGIC, 2.0f); ((EntityLiving)entity).setRevengeTarget(entityLiving); } return stack; }   Using item that has the implementation of the method above doesn't damage entity. Debugging it showed that attackEntityFrom() is called, code within if statement is executed but entity isn't attacked. I looked into Minecraft's files that use attackEntityFrom() and observed that they just call attackEntityFrom(), just one line of code(I assume that something else that can affect entity attacking process was called before attackEntityFrom() in that files). How can I solve this problem? How can I deal damage to entity?
  • Topics

    • saxon564
      9
      [1.14.4] [UNSOLVED] Server Thread Freezes After Entity Explodes

      By saxon564
      Started Friday at 05:11 AM

    • CanadaMan
      1
      illegal wheat?

      By CanadaMan
      Started 1 hour ago

    • MrNoodles75
      17
      [1.14.3] send message to chat

      By MrNoodles75
      Started Monday at 08:19 PM

    • AntonBespoiasov
      0
      attackEntityFrom() doesn't work. 1.12.2

      By AntonBespoiasov
      Started 3 hours ago

    • Lordyammer
      1
      How to start learning

      By Lordyammer
      Started 4 hours ago

  • Who's Online (See full list)

    • gendeathrow
    • kwagpinv2
    • Draco18s
    • J0WAY
    • Naiakoa
    • fuzzyweapon
    • ShetiPhian
    • The_Unkown675
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Can't Download Forge 1.14.4 Because There is no Windows Installer
  • Theme
  • Contact Us
  • Discord

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