Connection

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • 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
S

Sharingan_eyes

Guest
Title:
Connection
Launcher Version:
latest
Modpack:
direwolf20
Modpack Version:
1.7.10
Log Link:
Details of the issue:
I can't connect to any servers. It says logging in and then "timed out". I've port forwarded, set my DNS, reinstalled java (latest x64) countless times. I've redownloaded the modpack which i mostly play (direwolf20). No fix online has helped me, and i've tried every single thing. Yesterday i downloaded and installed netlimiter to monitor how much of my available bandwidth Java consumes, and it uses a whopping 80bytes/s. When (rare occasion) the game works, it pulls about 2-100 kb/s (depending on whether i load new chunks). Normally it hovers under 10kb/s which is low compared to other titles. Is there any way i can fix this? I disconnect when i hit 80bytes/s and get up to 5 minutes lag when its 100-800 bytes.

windows 10 x64
amd fx6300
8gb ram
gtx 750ti oc
Wifi connection
(speedtest.net is perfectly fine, running at 180ms latency to where the server is)

opening CMD and trying ping ftb.craftersland.net gives me about 200ms, yet java isn't doing anything.

Please help.

As of this moment, the game is working (23rd try). I will post a log when i get timed out again. Currently it's running at 400bytes/s

Also, i know i am currently running mutliMC, i usually use feed the beast but since 2 days ago i've been getting a nullpointer exception.
 

Henry Link

Forum Addict
Dec 23, 2012
2,601
553
153
USA - East Coast
Since you are using Java 8 I would disable almost all of the arguments you see below in line 3. The new GC in Java 8 works best without all of the arguments. If you still have issue I would also I highly recommend the newer curse launcher. Also, you don't need to any port forwards, DNS or other network settings to play. Those are only needed if you intend to host a server. However, you may want to make sure your firewall or anti-virus aren't blocking the java and the launcher somehow. I usually put in an exception so that it doesn't real-time scan my minecraft folders. Anyway, I hop this helps.
Code:
Java version is 1.8.0_91!
Java Arguments:
[-XX:+DisableExplicitGC, -XX:+UseConcMarkSweepGC, -XX:+UseParNewGC, -XX:+UseNUMA, -XX:+CMSParallelRemarkEnabled, -XX:MaxTenuringThreshold=15, -XX:MaxGCPauseMillis=30, -XX:GCPauseIntervalMillis=150, -XX:+UseAdaptiveGCBoundary, -XX:-UseGCOverheadLimit, -XX:+UseBiasedLocking, -XX:SurvivorRatio=8, -XX:TargetSurvivorRatio=90, -XX:MaxTenuringThreshold=15, -Dfml.ignorePatchDiscrepancies=true, -Dfml.ignoreInvalidMinecraftCertificates=true, -XX:+UseFastAccessorMethods, -XX:+UseCompressedOops, -XX:+OptimizeStringConcat, -XX:+AggressiveOpts, -XX:ReservedCodeCacheSize=1024m, -XX:+UseCodeCacheFlushing, -XX:SoftRefLRUPolicyMSPerMB=1000, -XX:ParallelGCThreads=1, -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms512m, -Xmx2560m, -Duser.language=en, -jar, C:/Users/Henry/Desktop/MultiMC/jars/NewLaunch.jar]
 
S

Sharingan_eyes

Guest
Since you are using Java 8 I would disable almost all of the arguments you see below in line 3. The new GC in Java 8 works best without all of the arguments. If you still have issue I would also I highly recommend the newer curse launcher. Also, you don't need to any port forwards, DNS or other network settings to play. Those are only needed if you intend to host a server. However, you may want to make sure your firewall or anti-virus aren't blocking the java and the launcher somehow. I usually put in an exception so that it doesn't real-time scan my minecraft folders. Anyway, I hop this helps.
Code:
Java version is 1.8.0_91!
Java Arguments:
[-XX:+DisableExplicitGC, -XX:+UseConcMarkSweepGC, -XX:+UseParNewGC, -XX:+UseNUMA, -XX:+CMSParallelRemarkEnabled, -XX:MaxTenuringThreshold=15, -XX:MaxGCPauseMillis=30, -XX:GCPauseIntervalMillis=150, -XX:+UseAdaptiveGCBoundary, -XX:-UseGCOverheadLimit, -XX:+UseBiasedLocking, -XX:SurvivorRatio=8, -XX:TargetSurvivorRatio=90, -XX:MaxTenuringThreshold=15, -Dfml.ignorePatchDiscrepancies=true, -Dfml.ignoreInvalidMinecraftCertificates=true, -XX:+UseFastAccessorMethods, -XX:+UseCompressedOops, -XX:+OptimizeStringConcat, -XX:+AggressiveOpts, -XX:ReservedCodeCacheSize=1024m, -XX:+UseCodeCacheFlushing, -XX:SoftRefLRUPolicyMSPerMB=1000, -XX:ParallelGCThreads=1, -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms512m, -Xmx2560m, -Duser.language=en, -jar, C:/Users/Henry/Desktop/MultiMC/jars/NewLaunch.jar]
i have disabled my virus protection and firewall in order to connect, neither have been successful. I am currently downloading the curse client, i'll keep you updated.
 
S

Sharingan_eyes

Guest
Since you are using Java 8 I would disable almost all of the arguments you see below in line 3. The new GC in Java 8 works best without all of the arguments. If you still have issue I would also I highly recommend the newer curse launcher. Also, you don't need to any port forwards, DNS or other network settings to play. Those are only needed if you intend to host a server. However, you may want to make sure your firewall or anti-virus aren't blocking the java and the launcher somehow. I usually put in an exception so that it doesn't real-time scan my minecraft folders. Anyway, I hop this helps.
Code:
Java version is 1.8.0_91!
Java Arguments:
[-XX:+DisableExplicitGC, -XX:+UseConcMarkSweepGC, -XX:+UseParNewGC, -XX:+UseNUMA, -XX:+CMSParallelRemarkEnabled, -XX:MaxTenuringThreshold=15, -XX:MaxGCPauseMillis=30, -XX:GCPauseIntervalMillis=150, -XX:+UseAdaptiveGCBoundary, -XX:-UseGCOverheadLimit, -XX:+UseBiasedLocking, -XX:SurvivorRatio=8, -XX:TargetSurvivorRatio=90, -XX:MaxTenuringThreshold=15, -Dfml.ignorePatchDiscrepancies=true, -Dfml.ignoreInvalidMinecraftCertificates=true, -XX:+UseFastAccessorMethods, -XX:+UseCompressedOops, -XX:+OptimizeStringConcat, -XX:+AggressiveOpts, -XX:ReservedCodeCacheSize=1024m, -XX:+UseCodeCacheFlushing, -XX:SoftRefLRUPolicyMSPerMB=1000, -XX:ParallelGCThreads=1, -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms512m, -Xmx2560m, -Duser.language=en, -jar, C:/Users/Henry/Desktop/MultiMC/jars/NewLaunch.jar]
Did not work.
 

Henry Link

Forum Addict
Dec 23, 2012
2,601
553
153
USA - East Coast
Wow.... So FTB, Curse and MultiMC all don't work correct? I'm wondering if you have some other system or hardware issue. Also, can you try a hardwire instead of wi-fi? I've seen wi-fi on routers go bad from time to time and I wonder if that might be causing the issue as well.
 
S

Sharingan_eyes

Guest
Wow.... So FTB, Curse and MultiMC all don't work correct? I'm wondering if you have some other system or hardware issue. Also, can you try a hardwire instead of wi-fi? I've seen wi-fi on routers go bad from time to time and I wonder if that might be causing the issue as well.
multimc works, but the connection still drops.