Demos on the main site and old demos dont work anymore because the
dependencies are not accessible. Maybe make them compatible with putting
some versioning logic into dependency repo?
Cool new website
but the demos still don't work.
All demos work for me, except for Island (which I'm having trouble tracking down). Are you having trouble with all demos?
None of the webstart demos work for me (linux - Debian Etch, glib 2.3.6).
jme 1.x from cvs is working.
2/06/2008 01:20:20 class jmetest.renderer.TestBoxColor start()
SEVERE: Exception in game loop
java.lang.UnsatisfiedLinkError: /home/andrew/.java/deployment/cache/6.0/38/2b9799a6-5cc43a14-n/liblwjgl.so: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by home/andrew/.java/deployment/cache/6.0/38/2b9799a6-5cc43a14-n/liblwjgl.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
...
island: starts, but suddenly closes itself
geometry instancing, particel swarming, all demos: works
bloom, blur, shadow pass, collada model, water:
java.io.FileNotFoundException: http://www.jmonkeyengine.com/webstart/jmetest-data.jar
at sun.reflect.GeneratedConstructorAccessor2.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1296)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1290)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:944)
at com.sun.deploy.net.BasicHttpRequest.doRequest(BasicHttpRequest.java:218)
at com.sun.deploy.net.BasicHttpRequest.doRequest(BasicHttpRequest.java:106)
at com.sun.deploy.net.BasicHttpRequest.doGetRequest(BasicHttpRequest.java:71)
at com.sun.deploy.net.DownloadEngine.actionDownload(DownloadEngine.java:791)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(DownloadEngine.java:1059)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1134)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1068)
at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:142)
at com.sun.javaws.LaunchDownload.downloadJarFiles(LaunchDownload.java:835)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(LaunchDownload.java:751)
at com.sun.javaws.Launcher.downloadResources(Launcher.java:1185)
at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:558)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:175)
at com.sun.javaws.Launcher.launch(Launcher.java:95)
at com.sun.javaws.Main.launchApp(Main.java:300)
at com.sun.javaws.Main.continueInSecureThread(Main.java:210)
at com.sun.javaws.Main$1.run(Main.java:107)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.FileNotFoundException: http://www.jmonkeyengine.com/webstart/jmetest-data.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1239)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373)
at com.sun.deploy.net.BasicHttpRequest.doRequest(BasicHttpRequest.java:183)
… 17 more
I use Ubuntu 7.04 with
mythos@mythos:~$ uname -a
Linux mythos 2.6.20-16-generic #2 SMP Tue Feb 12 05:41:34 UTC 2008 i686 GNU/Linux
mythos@mythos:~$ java -version
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) Server VM (build 10.0-b22, mixed mode)
greetings

Having problems with island demo too, after the window is launched, it closes immediatly. No error messages.
The other demos run fine though.
dkby said:
Having problems with island demo too, after the window is launched, it closes immediatly. No error messages.
The other demos run fine though.
I tried them as well, and Island is malfiunctioning in same way for me.
I have amd dual core X2 4200+, nvidia 7600 GT, 1gb corsair ram and asus AI mobo, all on windows xp home atm.
nice work on demos, and nice new website ;)
cheers
nl
Things have been a bit busy in my life lately, but I hope to get back and fix all the remaining issues before too long. Bare with me.
Just letting you know that the Water demo gave me an "Unable to load resource … jme-sound.jar" and failed to start as a result… maybe you are working on something this very minute… but posted it just in case anyways
Edit: Ok it seems to involve other tests as well. Missing shared file I guess.
That is next on the todo list.
mojomonk said:
That is next on the todo list.
How about a "new" item on your todo list? :P
Did you test the new Java 5 feature Pack200?
ps: It is a kind of joke, we understand your time is needed elsewhere rightnow :)