Hello,
I have set up Solder, linked it with my Technic account and set up a mod pack. It downloads and plays fine through the launcher, no problem. However, the logos and background do not show up. Console log:
Loaded face
Starting download of http://skins.technicpack.net/helm/kieranmenor/100, with 3 tries remaining
jun 26, 2013 8:30:42 PM org.spoutcraft.launcher.rest.RestAPI <init>
SEVERE: Unable to connect to the Rest API at http://mctp.caffie.net/api/ Running Offline instead.
jun 26, 2013 8:30:42 PM org.spoutcraft.launcher.rest.RestAPI <init>
SEVERE: Unable to connect to the Rest API at http://mctp.caffie.net/api/ Running Offline instead.
Starting download of caffeine/resources/logo_180.png, with 3 tries remaining
Failed to download and load image from: caffeine/resources/logo_180.png
Starting download of caffeine/resources/background.jpg, with 3 tries remaining
Failed to download and load image from: caffeine/resources/background.jpg
Starting download of caffeine/resources/icon.png, with 3 tries remaining
java.net.MalformedURLException: no protocol: caffeine/resources/logo_180.png
Failed to download and load image from: caffeine/resources/icon.png
at java.net.URL.<init>(URL.java:585)
at java.net.URL.<init>(URL.java:482)
at java.net.URL.<init>(URL.java:431)
at org.spoutcraft.launcher.util.Download.<init>(Download.java:55)
at org.spoutcraft.launcher.util.DownloadUtils.downloadFile(DownloadUtils.java:45)
at org.spoutcraft.launcher.util.DownloadUtils.downloadFile(DownloadUtils.java:83)
at org.spoutcraft.launcher.util.DownloadUtils.downloadFile(DownloadUtils.java:87)
at org.spoutcraft.launcher.technic.PackInfo$1.run(PackInfo.java:313)
java.net.MalformedURLException: no protocol: caffeine/resources/icon.png
at java.net.URL.<init>(URL.java:585)
at java.net.URL.<init>(URL.java:482)
at java.net.URL.<init>(URL.java:431)
at org.spoutcraft.launcher.util.Download.<init>(Download.java:55)
at org.spoutcraft.launcher.util.DownloadUtils.downloadFile(DownloadUtils.java:45)
at org.spoutcraft.launcher.util.DownloadUtils.downloadFile(DownloadUtils.java:83)
at org.spoutcraft.launcher.util.DownloadUtils.downloadFile(DownloadUtils.java:87)
at org.spoutcraft.launcher.technic.PackInfo$1.run(PackInfo.java:313)
java.net.MalformedURLException: no protocol: caffeine/resources/background.jpg
at java.net.URL.<init>(URL.java:585)
at java.net.URL.<init>(URL.java:482)
at java.net.URL.<init>(URL.java:431)
at org.spoutcraft.launcher.util.Download.<init>(Download.java:55)
at org.spoutcraft.launcher.util.DownloadUtils.downloadFile(DownloadUtils.java:45)
at org.spoutcraft.launcher.util.DownloadUtils.downloadFile(DownloadUtils.java:83)
at org.spoutcraft.launcher.util.DownloadUtils.downloadFile(DownloadUtils.java:87)
at org.spoutcraft.launcher.technic.PackInfo$1.run(PackInfo.java:313)
The images are definitely present in my repository: http://mctp.caffie.net/repo/caffeine/resources/background.jpg
So, I'm not really sure how to fix it. Any advice?
Thanks.