EasyWay Java Game Engine
December 31, 2009, 03:18:29 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Forza4 by Dexter  (Read 962 times)
0 Members and 1 Guest are viewing this topic.
RemalKoil
Administrator
Newbie
*****
Posts: 291


dshnt@hotmail.com
View Profile WWW Email
« on: September 05, 2006, 11:17:47 PM »

A my friend, dexter, has finished the first version of his game: "Forza4"
The game is for 2 player: one versus one.
The keys are:
left key, right key and Enter.

You can try the game from HERE

The sources are in the jar file can be founded HERE
Logged
ervalerio
Newbie
*
Posts: 2


View Profile
« Reply #1 on: September 22, 2007, 10:29:24 AM »

Hi there,

the webstart app doesn't work on mac osx
Code:
Si è verificato un errore durante l'avvio/l'esecuzione dell'applicazione.

Titolo: Forza4 (by Dexter)
Fornitore: EasyWay Game Engine
Categoria: Errore di scaricamento

Impossibile caricare la risorsa: http://remalkoil.741.com/libs/mac.jar

<?xml version="1.0" encoding="utf-8"?>
<jnlp
  spec="1.0+"
  codebase="http://remalkoil.741.com"
  href="jgames/forza4/forza4.jnlp">
  <information>
     <title>Forza4 (by Dexter)</title>
     <vendor>EasyWay Game Engine</vendor>
     <homepage href="http://easyway.sourceforge.net/"/>
     <description>Use the Right and Left key to move. Press the Enter to release a Coin!</description>
     <description kind="short">a classical game</description>
    <shortcut online="true">
      <desktop/>
      <menu submenu="Games"/>
    </shortcut>
  </information>
  <security>
      <all-permissions/>
  </security>
  <resources>
     <j2se version="1.5+"/>
     <jar href="jars/lwjgl.jar"/>
     <jar href="jars/lwjgl_util.jar"/>
     <jar href="jars/jinput.jar"/>
     <jar href="jars/lwjgl_devil.jar"/>
     <jar href="jars/lwjgl_fmod3.jar"/>
     <jar href="libs/core.jar"/>
     <jar href="jgames/forza4/forza4.jar" main="true"/>
     <jar href="jgames/forza4/forza4data.jar"/>
  </resources>
  <resources os="Windows">
    <j2se version="1.5+"/>
    <nativelib href="libs/win.jar"/>
    <property name="java.library.path" value="." />
  </resources>
  <resources os="Linux" arch="i386">
    <j2se version="1.5+"/>
    <nativelib href="libs/linux.jar"/>
    <property name="java.library.path" value="." />
  </resources>
  <resources os="Mac OS X">
    <j2se version="1.5+"/>
    <nativelib href="libs/mac.jar"/>
    <property name="java.library.path" value="." />
  </resources>
  <j2se version="1.5+" initial-heap-size="32m" max-heap-size="64m"/>
  <application-desc  main-class="Main"/>
</jnlp>

JNLPException[category: Errore di scaricamento : Exception: java.io.IOException: HTTP response 404 : LaunchDesc: null ]
at com.sun.javaws.cache.DownloadProtocol.doDownload(DownloadProtocol.java:532)
at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(DownloadProtocol.java:850)
at com.sun.javaws.LaunchDownload.downloadJarFiles(LaunchDownload.java:580)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(LaunchDownload.java:544)
at com.sun.javaws.Launcher.downloadResources(Launcher.java:742)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:298)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:199)
at com.sun.javaws.Launcher.run(Launcher.java:167)
at java.lang.Thread.run(Thread.java:613)

java.io.IOException: HTTP response 404
at com.sun.javaws.cache.DownloadProtocol.doDownload(DownloadProtocol.java:532)
at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(DownloadProtocol.java:850)
at com.sun.javaws.LaunchDownload.downloadJarFiles(LaunchDownload.java:580)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(LaunchDownload.java:544)
at com.sun.javaws.Launcher.downloadResources(Launcher.java:742)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:298)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:199)
at com.sun.javaws.Launcher.run(Launcher.java:167)
at java.lang.Thread.run(Thread.java:613)

Java Web Start 1.4.2_12 Console, started Sat Sep 22 12:25:31 CEST 2007
Java 2 Runtime Environment: versione 1.5.0_07 di Apple Computer, Inc.

Also, the link to java sources is broken.



Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!