Jump to content

Recommended Posts

Posted (edited)

Error is at step 9.

 

This is the process I went through:

  1. Fresh download of minecraft from minecraft.net ["Download for Windows"].
  2. Installed minecraft.
  3. Launched the Minecraft Launcher and went to "Launch Options" and "Add new", set version to 1.12.2. Saved.
  4. Opened that version "Play 1.12.2".
  5. Closed the game and launcher.
  6. Went to https://files.minecraftforge.net/ and downloaded the "Windows Installer" for ver 14.23.4.2747
  7. Opened the installer and left it on the default "Install client". Install was successful (see attached "installer.log" attachment 1).
  8. Opened the Minecraft Launcher and selected the "with forge"
  9. Got this error: https://i.imgur.com/a2axCJu.png
    Spoiler

    Failed to download file. forge-1.12.2-14.23.4.2747.jar
    Name: forge-1.12.2-14.23.4.2747.jar
    URL: http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.4.2747/forge-1.12.2-14.23.4.2747.jar
    Error details: HTTP 404: Not Found
    Filename on disk: 94b9-7b5d-fb31-ddb8
    Path: C:\Users\Raymond\AppData\Local\Temp\94b9-7b5d-fb31-ddb8
    Exists: file

     

    Note: when I go to the URL in the error (), I get a HTTP 404 on my browser as well.

  10. At this point I figured, maybe I have the wrong installer? So I go and delete my .minecraft folder in %appdata%

  11. Repeated steps 3. - 5. from above.

  12. Download "Installer" from https://files.minecraftforge.net/ (same ver 14.23.4.2747)

  13. Repeated step 7. & step 8. [attached "installer.log" attachment 2]

  14. Got this error: https://i.imgur.com/H1nXZTz.png

    Spoiler

    Failed to download file. forge-1.12.2-14.23.4.2747.jar
    Name: forge-1.12.2-14.23.4.2747.jar
    URL: http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.4.2747/forge-1.12.2-14.23.4.2747.jar
    Error details: HTTP 404: Not Found
    Filename on disk: 2d5a-57ac-38f6-b1b1
    Path: C:\Users\Raymond\AppData\Local\Temp\2d5a-57ac-38f6-b1b1
    Exists: file

     

     

  15. Maybe wrong installer again? So I go and delete my .minecraft folder in %appdata%

  16. Repeated steps 3. - 5. from above.

  17. Attempt to download "Universal" from https://files.minecraftforge.net/ (same ver 14.23.4.2747)

  18. File reaches the  4.7MB/4.7 MB

  19. I get the "This type of file can harm your computer. Do you want to keep forge....jar anyway?" I click "Keep"

  20. I get a "Failed - Download Error" from my browser

  21. I switch browsers (tried Chrome, then Edge, then Firefox), all similar download fails.

  22. I tried flushing my DNS in command prompt "ipconfig" & tried using my VPN with the different browsers, no luck.

  23. I tried disconnecting my ethernet and using my 4G on my phone via tethering with the different browsers, no luck.

 

Also, tracert in command prompt to 158.69.55.219 [cerberus.minecraftforge.net] completes with no issues [may be useful information, I am not sure].

 

Please let me know if I am doing something wrong or missing a step.

installer.log

installer.log

Edited by kiddojr
Tracert cmd prompt addition
Posted

Tried installing Forge on my laptop, works with no issues.

Going back to my PC, also tried reinstalling Java. No luck.

I can copy the universal jar file from my laptop folder to my PC, but it seems my PC can't access it.

I cannot copy / cut / move the universal jar file from any folder on my PC to another folder on my PC.

Using Windows Powershell (admin mode) xCopy command I get an "Access denied" output.

Using normal CTRL+C +V I get a File Access Denied: https://i.imgur.com/Cia7T1G.png [clicking Continue fails, get a loop with this: https://i.imgur.com/wPiEpJM.png)

Note: that DESKTOP-P7R04QU is my PC name.

The above is for the universal jar file at \libraries\net\minecraftforge\forge\1.12.2-14.23.4.2747

Getting a friend to download the universal file from source and sending it to me directly: similar download error as previous.

Getting a friend to send me a zip of that universal file: I can download the zip but unzipping it creates an empty folder without the jar file.

 

This doesn't seem to be an issue with Forge itself but some sort of config/permission issue somewhere on my PC. Although I'd be darned to know how to fix this. Has anyone else had a similar issue?

  • 2 years later...
Posted
On 8/4/2018 at 3:21 AM, kiddojr said:

Tried installing Forge on my laptop, works with no issues.

Going back to my PC, also tried reinstalling Java. No luck.

I can copy the universal jar file from my laptop folder to my PC, but it seems my PC can't access it.

I cannot copy / cut / move the universal jar file from any folder on my PC to another folder on my PC.

Using Windows Powershell (admin mode) xCopy command I get an "Access denied" output.

Using normal CTRL+C +V I get a File Access Denied: https://i.imgur.com/Cia7T1G.png [clicking Continue fails, get a loop with this: https://i.imgur.com/wPiEpJM.png)

Note: that DESKTOP-P7R04QU is my PC name.

The above is for the universal jar file at \libraries\net\minecraftforge\forge\1.12.2-14.23.4.2747

Getting a friend to download the universal file from source and sending it to me directly: similar download error as previous.

Getting a friend to send me a zip of that universal file: I can download the zip but unzipping it creates an empty folder without the jar file.

 

This doesn't seem to be an issue with Forge itself but some sort of config/permission issue somewhere on my PC. Although I'd be darned to know how to fix this. Has anyone else had a similar issue?

No reply in 2 years? I feel bad for you man

did your forge work?
 

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I want to create block with entity, that will have height of 3 or more(configurable) and I tried to change first VoxelShape by increasing collision box on height I want and for changing block height on visual side i tried to configure BlockModelBuilder:  base.element() .from(0, 0, 0) .to(16f, 48f, 16f) .face(Direction.UP).texture("#top").end() .face(Direction.DOWN).texture("#bottom").end() .face(Direction.NORTH).texture("#side").end() .face(Direction.SOUTH).texture("#side").end() .face(Direction.WEST).texture("#side").end() .face(Direction.EAST).texture("#side").end() .end(); but, getting crash with next error: Position y out of range, must be within [-16, 32]. Found: %d [48.0]; Looks like game wont to block height modified by more than 32. Is there any way to fix that problem?
    • As long as the packets you are sending aren't lost, there's nothing wrong with what you're currently doing. Although, this sounds like something that would benefit from you making your own datapack registry instead of trying to arbitrarily sync static maps. Check out `DataPackRegistryEvent.NewRegistry`.
    • Hey all, I've been working a lot with datapacks lately, and I'm wondering what the most efficient way to get said data from server to client is.  I'm currently using packets, but given that a lot of the data I'm storing involves maps along the lines of Map<ResourceLocation, CustomDataType>, it can easily start to get messy if I need to transmit a lot of that data all at once. Recently I started looking into the ReloadableServerResources class, which is where Minecraft stores its built-ins.  I see you can access it via the server from the server's resources.managers, and it seems like this can be done even from the client to appropriately retrieve data from the server, unless I'm misunderstanding.  However, from what I can tell, this only works via built-in methods such as getRecipeManager() or getLootTables(), etc.  These are all SimpleJsonResourceReloadListeners, just like my datapack entries are, so it seems like it could be possible for me to access my datapack entries similarly?  But I don't see anywhere in ReloadableServerResources that stores loaded modded entries, so either I'm looking in the wrong place or it doesn't seem to be a thing. Are packets really the best way of doing this, or am I missing a method that would let me use ReloadableServerResources or something similar?
    • Hi, everyone! I'm new to minecraft modding stuff and want ask you some questions. 1. I checked forge references and saw there com.mojang and net.minecraft (not net.minecraftforge) and as I understand it's original game packages with all minecraft logic inside including renderers and so on, right? 2. Does it mean that forge has a limited set of instruments which doesn't cover all the aspects of the game? If make my question more specific then does forge provide such instruments that allow me totally change minecraft itself, like base mechanics and etc.? Or I have to use "original game packages" to implement such things? 3. I actively learning basic concepts with forge documentation and tutorials. So in my plans make different inventory system like in diabloids. Is that possible with forge? 4. It is last question related to the second one. So how deeply I can change minecraft with forge? I guess all my questions above because of that I haven't globally understanding what forge is and how it works inside and how it works with minecraft. It would be great if you provide some links or topics about it or explain it by yourself but I guess it's to big to be explained in that post at once. Anyway, thank you all for any help!
    • Im trying add to block a hole in center, just a usual block and in center of it on up side, there is should be a hole. I tried to add it via BlockModelBuilder, but its not working. Problem is that it only can change block size outside. I tried it to do with VoxelShape and its working, but its has been on server side and looks like its just changed collision shape, but for client, there is a texture covering this hole. I tried to use: base.renderType("cutout"); and removed some pixels from texture. I thought its should work, but game optimization makes block inside looks transparent. So, only custom model?
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.