Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
10/18/10 #2
#1
  • Fixed a bug where you couldn't save files over 8KB
Reply
#2
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:
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
___________________________
[Image: 511873.jpg][Image: 744241_isls_vapours.jpg]
Reply
#3
That happens if you try to download the game while I am uploading a new version.

I just updated again, this one improves script error messages.
Reply
#4
Just got time to play again.
The character bug is back.
):
LISTEN TO THE ALBUMS I PUT IN MY SIGNATURE
___________________________
[Image: 511873.jpg][Image: 744241_isls_vapours.jpg]
Reply
#5
(10-19-2010, 12:47 AM)Intile Wrote: Just got time to play again.
The character bug is back.
):

Should be fixed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)