Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
WillHCraft

Launcher Won't Download Properly

3 posts in this topic

Yesterday I decided to download terrafirmacraft. I downloaded the TFC Launcher and opened it on mac with the following command in terminal.

 

 

java -Xms512M -Xmx1G -jar /Users/Will/Downloads/TFCLauncher/TFCLauncher.jar 
 
It opens the launcher correctly and I type in my username and password. It begins downloading but ends up getting the following error:
 
 
This doesn't make sense as when I looked into the tfcraft file in Application Support. It had a Player API file.
 
Here is the entire terminal if you need it.
 

 

unknown0026b0f86457:~ Will$ java -Xms512M -Xmx1G -jar /Users/Will/Downloads/TFCLauncher/TFCLauncher.jar 

java.io.FileNotFoundException: http://terrafirmacraft.com/feed/
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:675)
at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:186)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:772)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:232)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:180)
at net.tfcl.MainWindow.loadNewsPage(MainWindow.java:373)
at net.tfcl.MainWindow.initialize(MainWindow.java:307)
at net.tfcl.MainWindow.<init>(MainWindow.java:115)
at net.tfcl.MainWindow$1.run(MainWindow.java:100)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:663)
at java.awt.EventQueue$2.run(EventQueue.java:661)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:672)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
java.util.concurrent.ExecutionException: java.io.FileNotFoundException: http://www.terrafirmacraft.com/index.php?sdmon=files/Player%20API%20forBuild76.zip
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
at java.util.concurrent.FutureTask.get(FutureTask.java:83)
at javax.swing.SwingWorker.get(SwingWorker.java:582)
at net.tfcl.MainWindow$7.done(MainWindow.java:519)
at javax.swing.SwingWorker$5.run(SwingWorker.java:717)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:814)
at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:95)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:824)
at javax.swing.Timer.fireActionPerformed(Timer.java:291)
at javax.swing.Timer$DoPostEvent.run(Timer.java:221)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:663)
at java.awt.EventQueue$2.run(EventQueue.java:661)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:672)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at java.net.URL.openStream(URL.java:1010)
at net.tfcl.GameUpdater.downloadFileList(GameUpdater.java:367)
at net.tfcl.GameUpdater.doInBackground(GameUpdater.java:157)
at net.tfcl.GameUpdater.doInBackground(GameUpdater.java:1)
at javax.swing.SwingWorker$1.call(SwingWorker.java:277)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at javax.swing.SwingWorker.run(SwingWorker.java:316)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)

Does anyone know what is causing this so I can play?

0

Share this post


Link to post
Share on other sites

... you need to manually edit your client. ...

The long answer is it's not working because  it checks:
http://www.terrafirmacraft.com/files/tfcfiles1.json
Which returns:

[	{		"id" : "build76hotfix18",		"name" : "Beta Build 76 Hotfix 18",		"mcjar" : "http://assets.minecraft.net/1_5_1/minecraft.jar",		"mcVersion" : "1.5.1",		"forgeVersion" : "7.7.2.679",		"forge" :  ["http://files.minecraftforge.net/minecraftforge/minecraftforge-universal-1.5.1-7.7.2.679.zip"],		"papiVersion" : "1.5.1 - 1.5",		"papi" : ["http://www.terrafirmacraft.com/index.php?sdmon=files/Player%20API%20forBuild76.zip"],		"jarmods" : [ 			],		"coremods" : [ 			],		"mlmods" : [ 			"http://www.terrafirmacraft.com/index.php?sdmon=files/TFCraft-Universal-Core-B2-Build76Hotfix18.zip"			]	}]

and

http://www.terrafirmacraft.com/index.php?sdmon=files/Player%20API%20forBuild76.zip
does not exists since the migration.Well what did you expected? You did asked why, didn't you?
0

Share this post


Link to post
Share on other sites