Can't reach to sever error

Bråthen

New Member
Jul 29, 2019
41
0
0
Unfortuantly I deleted my post when I would have edited it.

Sorry for assuming that you were setting upp a server. I were confused because this is posted in the Server Tech Support subject and didnt had time to re-read the post again. Your problem is a client issue and should be moved to client Tech Support subject. :)

Although I found out googling that LNN-Ranked.com is hosting a tekkit server, is it not?
 

mitchisaac

New Member
Jul 29, 2019
29
0
0
It used to be tekkit It moved to FTB as soon as it came out they just haven't updated their website :)
P.S it did use to be in that category by a moderator Lawbroken
Moved to Server Tech Support to see if they can help you with this problem.
 

Bråthen

New Member
Jul 29, 2019
41
0
0
Haha! I blame myself then... :D

Anyhow, as Meldiron stated it's something on your computer that is blocking the launcher. Are you using your bat-file testing on vanilla launcher aswell?
 

Bråthen

New Member
Jul 29, 2019
41
0
0
Then it's probably something with the IPv4 flag you're setting in your bat-file. You're telling java only to use IPv4-networktraffic with that set to true. I'm not good at this settings though but you should try start FTB directly with default launcher as vanilla works fine this way.

Edit: Otherwise you could try start vanilla minecraft by the same way. Making an bat-file and place it in same folder as minecraft.exe see if the same error occurs. If so then there is something with the IPv4-flag.

Code:
java -Djava.net.preferIPv4Stack=true -jar minecraft.exe
 

mitchisaac

New Member
Jul 29, 2019
29
0
0
I used the batch file for vanilla minecraft and it worked fine I could see all my server showing up.
If I start it without the batch file this is what I get in the launcher.
Code:
FTBLaunch starting up (version 1.1.8) Java version: 1.7.0_09 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.5-b02 by Oracle Corporation OS: amd64 Windows 7 6.1 [i18n] Checking for updates ... [i18n] enUS English language file loaded!
[i18n] Added 0 enUS to options pane
[i18n] enUS English language file loaded!
Servers not loaded yet.
Connection timed out: connect: java.net.ConnectException: Connection timed out: connect
http://www.creeperrepo.net/static/FTB2/locales
Connection timed out: connect: java.net.ConnectException: Connection timed out: connect
loading map information...
Error making tracking request: java.net.ConnectException: Connection timed out: connect
[i18n] Could not retrieve version info, skipping update.: java.net.ConnectException: Connection timed out: connect
http://www.creeperrepo.net/static/FTB2/modpacks.xml
http://www.creeperrepo.net/static/FTB2/version.xml
http://www.creeperrepo.net/static/FTB2/maps.xml
Connection timed out: connect: java.net.ConnectException: Connection timed out: connect
Connection timed out: connect: java.net.ConnectException: Connection timed out: connect
Failed to load modpacks, loading from backup: java.net.ConnectException: Connection timed out: connect
Loading modpack information for modpacks.xml...
Adding pack 1
Adding pack 2
Adding pack 3
Adding pack 4
Adding pack 5
Adding pack 6
Adding pack 7
Adding pack 8
Logging in...
Connection timed out: connect: java.net.ConnectException: Connection timed out: connect
IOException, minecraft servers might be down. Check @ help.mojang.com
Login failed:

But the server were not down as I tested just before and after this.