Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (407)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
   Home   Help   Search   Login   Register   
  Show Posts
Pages: [1]
1  Games Center / Showcase / Re: Millennuim Pac-Man on: 2009-07-11 15:15:58
I see splash screen and then this

Failed to validate certificate.
The application will not be executed.


1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
25  
26  
27  
28  
29  
30  
sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: java.io.IOException: Response is unreliable: its validity interval is out-of-date
   at sun.security.validator.PKIXValidator.doValidate(Unknown Source)
   at sun.security.validator.PKIXValidator.doValidate(Unknown Source)
   at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
   at sun.security.validator.Validator.validate(Unknown Source)
   at sun.security.validator.Validator.validate(Unknown Source)
   at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
   at com.sun.javaws.security.AppPolicy.grantUnrestrictedAccess(Unknown Source)
   at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
   at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
   at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
   at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
   at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
   at com.sun.javaws.Launcher.launch(Unknown Source)
   at com.sun.javaws.Main.launchApp(Unknown Source)
   at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
   at com.sun.javaws.Main$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.security.cert.CertPathValidatorException: java.io.IOException: Response is unreliable: its validity interval is out-of-date
   at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(Unknown Source)
   at sun.security.provider.certpath.PKIXCertPathValidator.doValidate(Unknown Source)
   at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(Unknown Source)
   at java.security.cert.CertPathValidator.validate(Unknown Source)
   ... 17 more
Caused by: java.io.IOException: Response is unreliable: its validity interval is out-of-date
   at sun.security.provider.certpath.OCSPResponse$SingleResponse.<init>(Unknown Source)
   at sun.security.provider.certpath.OCSPResponse$SingleResponse.<init>(Unknown Source)
   at sun.security.provider.certpath.OCSPResponse.<init>(Unknown Source)
   at sun.security.provider.certpath.OCSPChecker.check(Unknown Source)
   ... 21 more



2  Games Center / Showcase / Fisherman Jura on: 2009-07-10 18:38:34
Here is game I made for an one day compo, it is about fisherman, you need to catch fish with harpoon and try to avoid boots, left/right mouse click and hold to move boat left/right, W to launch harpoon, S to retract harpoon, A & S to adjust angle of a harpoon.


DOWNLOAD LINK: http://www.box.net/shared/v319jiszbp

3  Games Center / Showcase / Moon Lander on: 2009-07-10 18:24:17
I made this game while ago but I never thought about posting it here, well now here it is.
Tell me how do you like it.


http://bayner.com/webstart/game.jnlp


Here is one screenshot I found, but I think It is taken while some functions haven't been implemented yet.

4  Game Development / Networking & Multiplayer / Re: Webstart fails to find the lib's :( on: 2009-02-15 23:14:42
No, I use SLICK, I don't need to use that, anyway, I managed to run it on my DESKTOP computer(the server is runing on my laptop), and one of my friends managed to run webstart, but one, got this error.

1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
java.lang.ClassNotFoundException: TheGame
   at java.net.URLClassLoader$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(Unknown Source)
   at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
   at com.sun.javaws.Launcher.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)


I don't have slightest idea what is causing it.
5  Game Development / Networking & Multiplayer / Re: Webstart fails to find the lib's :( on: 2009-02-15 19:39:03
I managed to get it to work, but when I try to run jnlp from other computer it keeps crying that resource C:\sbkaojbakbo\Documents and Setting\myresource\someimage.png can't be found  Cry
6  Game Development / Networking & Multiplayer / Re: Webstart fails to find the lib's :( on: 2009-02-15 18:21:29
Let us see your jnlp file and we may be able to help more

Sure, here you go, it is netbeans generated


1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
25  
26  
27  
28  
29  
30  
31  
32  
33  
34  
35  
36  
37  
38  
39  
40  
41  
42  
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp codebase="http://89.164.146.196/webstart" href="launch.jnlp" spec="1.0+">
    <information>
        <title>MoonLander</title>
        <vendor>Systat</vendor>
        <homepage href=""/>
        <description>The MoonLander ofcourse</description>
        <description kind="short">MoonLander</description>


    <offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
    <resources>
<j2se java-vm-args="-Djava.library.path=\lib" version="1.5+"/>
<jar eager="true" href="MoonLander.jar" main="true"/>


    <jar href="lib/hiero.jar"/>
<jar href="lib/ibxm.jar"/>
<jar href="lib/jinput.jar"/>
<jar href="lib/jnlp.jar"/>
<jar href="lib/jogg-0.0.7.jar"/>
<jar href="lib/jorbis-0.0.15.jar"/>
<jar href="lib/lwjgl.jar"/>
<jar href="lib/natives-linux.jar"/>
<jar href="lib/natives-mac.jar"/>
<jar href="lib/natives-win32.jar"/>
<jar href="lib/packulike.jar"/>
<jar href="lib/pedigree.jar"/>
<jar href="lib/scalar.jar"/>
<jar href="lib/slick-examples.jar"/>
<jar href="lib/slick-util.jar"/>
<jar href="lib/slick.jar"/>
<jar href="lib/tinylinepp.jar"/>
</resources>
    <application-desc main-class="moonlander.TheGame">

    </application-desc>
</jnlp>
7  Game Development / Networking & Multiplayer / Webstart fails to find the lib's :( on: 2009-02-15 11:04:29
Hi, I am using netbeans to deploy my webstart app, and while it works fine when runned like normal applications, when I try to run it like Web Start I get this.
1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
25  
java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at com.sun.javaws.Launcher.executeApplication(Unknown Source)
   at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
   at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
   at com.sun.javaws.Launcher.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.loadLibrary0(Unknown Source)
   at java.lang.System.loadLibrary(Unknown Source)
   at org.lwjgl.Sys$1.run(Sys.java:75)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.lwjgl.Sys.doLoadLibrary(Sys.java:68)
   at org.lwjgl.Sys.loadLibrary(Sys.java:84)
   at org.lwjgl.Sys.<clinit>(Sys.java:101)
   at org.lwjgl.opengl.Display.<clinit>(Display.java:128)
   at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.newdawn.slick.AppGameContainer.<clinit>(AppGameContainer.java:36)
   at moonlander.TheGame.main(TheGame.java:231)
   ... 9 more


I put the -Djava.library.path=\lib as VM arguments.


Please help.
8  Game Development / Networking & Multiplayer / Online Highscore on: 2009-02-11 10:27:33
Hi, I seen that lot's of games have a online higscore ranking system, so I wonder is there any tutorial on how to make one?
9  Games Center / Featured Games / Re: Virus Effect (2D Platformer RPG Shooter) on: 2009-01-10 11:47:21
It says paused, click to play! I click inside applet, and nothing happens...
Pages: [1]
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars and Titan!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (88 views)
2013-05-17 21:29:12

alaslipknot (96 views)
2013-05-16 21:24:48

gouessej (128 views)
2013-05-16 00:53:38

gouessej (123 views)
2013-05-16 00:17:58

theagentd (131 views)
2013-05-15 15:01:13

theagentd (119 views)
2013-05-15 15:00:54

StreetDoggy (161 views)
2013-05-14 15:56:26

kutucuk (184 views)
2013-05-12 17:10:36

kutucuk (185 views)
2013-05-12 15:36:09

UnluckyDevil (191 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.392 seconds with 21 queries.