cant connect to the launcher using java 64bit using win8

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

eifel65

New Member
Jul 29, 2019
1
0
0
i allowed all mc + ftb related files in my antivirus (kaspersky) here is the console log
pastebin : http://pastebin.com/ZJWWU6tx

AnalyticsBackgroundThread started FTBLaunch starting up (version 1.2.2) Java version: 1.7.0_13 Java vendor: Oracle Corporation Java home: C:\Program Files\Java\jre7 Java specification: Java Virtual Machine Specification version: 1.7 by Oracle Corporation Java vm: Java HotSpot(TM) 64-Bit Server VM version: 23.7-b01 by Oracle Corporation OS: amd64 Windows 7 6.1 Error making tracking request: java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine connect: Address is invalid on local machine, or port is not valid on remote machine: java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine [i18n] Checking for updates ... [i18n] enUS English language file loaded! [i18n] Could not retrieve version info, skipping update.: java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine
[i18n] Added 0 enUS to options pane
[i18n] enUS English language file loaded!
connect: Address is invalid on local machine, or port is not valid on remote machine: java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine
Failed to load modpacks, loading from backup: java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine
Loading modpack information for modpacks.xml...
connect: Address is invalid on local machine, or port is not valid on remote machine: java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine
Adding pack 1
Adding pack 2
Adding pack 3
Adding pack 4
Adding pack 5
Adding pack 6
Adding pack 7
Adding pack 8
Adding pack 9
Adding pack 10
Adding pack 11
loading map information...
loading texture pack information...
connect: Address is invalid on local machine, or port is not valid on remote machine: java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine
connect: Address is invalid on local machine, or port is not valid on remote machine: java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine

ty for the help
 

maxpowa

New Member
Jul 29, 2019
74
0
0
Nevermind.

Try downloading the launcher JARFILE, then make a batch file with these contents.

Code:
"%ProgramFiles(x86)%\Java\jre7\java.exe LAUNCHERFILE.jar"
 

maxpowa

New Member
Jul 29, 2019
74
0
0
Are you perhaps running on an IPv6 network? I'm not sure, but that is the only thing I can think of if that didn't fix it...
 

maxpowa

New Member
Jul 29, 2019
74
0
0
Type "ping google.ca" in your command prompt.

If it shows "Reply from XXX.XXX.XX.XX: Bytes=32 time=XXXms TTL=43" (X's are any number) then you're running IPv4
If it shows "Reply from (anything with :: in it): Bytes=32 time=XXXms TTL=43" then you're running IPv6.
 
Status
Not open for further replies.