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 (406)
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   
Pages: [1]
  ignore  |  Print  
  Problem with the demos  (Read 672 times)
0 Members and 1 Guest are viewing this topic.
Offline zparticle

Senior Member




Thick As A Brick


« Posted 2004-09-28 18:15:07 »

I'm suddenly (I haven't tried in a while) unable to run the demos:


An error occurred while launching/running the application.

Title: Xith3D Demo - Xith3DTransparencyAlphaTestLight
Vendor: Xith3D Project Group
Category: Download Error

Unable to load resource: http://xith.org/jws/lib/jogl/jogl-win32/jogl.jar

An error occurred while launching/running the application.

Title: Xith3D Demo - Xith3DTransparencyAlphaTestLight
Vendor: Xith3D Project Group
Category: Download Error

Unable to load resource: http://xith.org/jws/lib/jogl/jogl-win32/jogl.jar

An error occurred while launching/running the application.

Title: GSG Demo - AseTransformGroup
Vendor: Xith3D Project Group
Category: Download Error

Unable to load resource: http://xith.org/jws/lib/jogl/jogl-win32/jogl.jar

An error occurred while launching/running the application.

Title: GSG Demo - TextureFun1
Vendor: Xith3D Project Group
Category: Download Error

Unable to load resource: http://xith.org/jws/xith3d.jar

An error occurred while launching/running the application.

Title: GSG Demo - AseTest
Vendor: Xith3D Project Group
Category: Download Error

Unable to load resource: http://xith.org/jws/xith3d.jar

An error occurred while launching/running the application.

Title: GSG Demo - MultiTextureDemo
Vendor: Xith3D Project Group
Category: Download Error

Unable to load resource: http://xith.org/jws/xith3d.jar

An error occurred while launching/running the application.

Title: GSG Demo - TextureDemo
Vendor: Xith3D Project Group
Category: Download Error

Unable to load resource: http://xith.org/jws/xith3d.jar

An error occurred while launching/running the application.

Title: GSG Demo - MouseInteraction
Vendor: Xith3D Project Group
Category: Launch File Error

Could not find main-class org.xith3d.gsg.MouseInteraction in http://xith.org/jws/lib/gsg-resource.jar

An error occurred while launching/running the application.

Title: GSG Demo - HelloXith3D
Vendor: Xith3D Project Group
Category: Launch File Error

Could not find main-class org.xith3d.gsg.HelloXith3D in http://xith.org/jws/lib/gsg-resource.jar


1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
JNLPException[category: Download Error : Exception: java.io.IOException: HTTP response 404 : LaunchDesc: null ]
      at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
      at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(Unknown Source)
      at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
      at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
      at com.sun.javaws.Launcher.downloadResources(Unknown Source)
      at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
      at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
      at com.sun.javaws.Launcher.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)


An error occurred while launching/running the application.

Title: Xith3D Demo - Xith3DMorphPyramid2CubeTest
Vendor: Xith3D Project Group
Category: Unexpected Error

com.xith3d.render.jogl.OldStyleGLCapabilitiesChooser.chooseCapabilities(Lnet/java/games/jogl/GLCapabilities;[Lnet/java/games/jogl/GLCapabilities;)I

An error occurred while launching/running the application.

Title: Xith3D Demo - Xith3DSwitchNodeTest
Vendor: Xith3D Project Group
Category: Unexpected Error

com.xith3d.render.jogl.OldStyleGLCapabilitiesChooser.chooseCapabilities(Lnet/java/games/jogl/GLCapabilities;[Lnet/java/games/jogl/GLCapabilities;)I

An error occurred while launching/running the application.

Title: Xith3D Demo - Xith3DStencilTest
Vendor: Xith3D Project Group
Category: Unexpected Error

com.xith3d.render.jogl.OldStyleGLCapabilitiesChooser.chooseCapabilities(Lnet/java/games/jogl/GLCapabilities;[Lnet/java/games/jogl/GLCapabilities;)I

1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
java.lang.AbstractMethodError: com.xith3d.render.jogl.OldStyleGLCapabilitiesChooser.chooseCapabilities(Lnet/java/games/jogl/GLCapabilities;[Lnet/java/games/jogl/GLCapabilities;)I
      at net.java.games.jogl.impl.windows.WindowsGLContext.choosePixelFormatAndCreateContext(WindowsGLContext.java:271)
      at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.create(WindowsOnscreenGLContext.java:204)
      at net.java.games.jogl.impl.windows.WindowsGLContext.makeCurrent(WindowsGLContext.java:117)
      at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.makeCurrent(WindowsOnscreenGLContext.java:110)
      at net.java.games.jogl.impl.GLContext.setRenderingThread(GLContext.java:253)
      at net.java.games.jogl.GLCanvas.setRenderingThread(GLCanvas.java:148)
      at com.xith3d.render.jogl.CanvasPeerImpl.render(CanvasPeerImpl.java:1089)
      at com.xith3d.scenegraph.View.renderOnce(View.java:731)
      at com.xith3d.scenegraph.View.renderOnce(View.java:664)
      at com.xith3d.test.Xith3DMorphPyramid2CubeTest.runTest(Xith3DMorphPyramid2CubeTest.java:223)
      at com.xith3d.test.Xith3DMorphPyramid2CubeTest.init(Xith3DMorphPyramid2CubeTest.java:211)
      at com.xith3d.test.Xith3DMorphPyramid2CubeTest.main(Xith3DMorphPyramid2CubeTest.java:264)
      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.continueLaunch(Unknown Source)
      at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
      at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
      at com.sun.javaws.Launcher.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)

Offline William Denniss

JGO Coder


Projects: 2


Fire at will


« Reply #1 - Posted 2004-09-28 23:31:30 »

Have you tried clearing you cache and removing the applications from web start?  I recentlly changed the demos over to use the standard extension.

Web start can sometimes be annoying and not download an updated JNLP file.

Will.

Offline zparticle

Senior Member




Thick As A Brick


« Reply #2 - Posted 2004-09-29 14:54:04 »

That did it, thanks.

Games published by our own members! Check 'em out!
Try the Free Demo of Revenge of the Titans
Offline William Denniss

JGO Coder


Projects: 2


Fire at will


« Reply #3 - Posted 2004-09-29 23:27:15 »

I'm very tempted to file a bug against Java Web Start - it is really annoying and kinda defeats the whole reason for using Java Web Start to begin with.

Lets hope it's fixed in Tiger.

Will.

Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

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 (76 views)
2013-05-17 21:29:12

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

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

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

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

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

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

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

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

UnluckyDevil (185 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.223 seconds with 21 queries.