10-18-2010, 11:20 PM
Wait, it works now. Nevermind.
_____________________________________
It's saying I'm unable to launch the application when the update starts to install. When I click on more information it says Error: Unable to load http://www.buildism.net/game/Buildism.jar It also included some other info which I'm unsure about.
Launch File:
Exception:
Wrapped Exception:
_____________________________________
It's saying I'm unable to launch the application when the update starts to install. When I click on more information it says Error: Unable to load http://www.buildism.net/game/Buildism.jar It also included some other info which I'm unsure about.
Launch File:
Code:
<?php
header("Content-Type: application/x-java-jnlp-file");
include("../global.php");
$id = mysql_real_escape_string($_GET["game"]);
db_query('UPDATE games SET visits = visits + 1 WHERE id="'.$id.'"');
die();
?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp codebase="http://buildism.net/game" href="play.jnlp" spec="1.0+">
<information>
<title>Buildism</title>
<vendor>Jacob Morgan</vendor>
<homepage href="http://buildism.net"/>
<description>Buildism</description>
<description kind="short">Buildism</description>
<icon href="buildismicon.png" kind="default"/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar eager="true" href="Buildism.jar" main="true"/>
</resources>
<application-desc main-class="net.buildism.Main">
</application-desc>
</jnlp>
Exception:
Code:
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://buildism.net/game/Buildism.jar
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Wrapped Exception:
Code:
java.util.zip.ZipException: invalid entry size (expected 5687 but got 4428 bytes)
at java.util.zip.ZipOutputStream.closeEntry(Unknown Source)
at java.util.zip.ZipOutputStream.finish(Unknown Source)
at java.util.zip.DeflaterOutputStream.close(Unknown Source)
at java.util.zip.ZipOutputStream.close(Unknown Source)
at com.sun.deploy.net.HttpDownloadHelper.download(Unknown Source)
at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
LISTEN TO THE ALBUMS I PUT IN MY SIGNATURE
___________________________
___________________________