Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (alibaba, vicknick), 1,379 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 3 1 2 3
Re: 3DGS Web Plugin [Re: chanwit] #139637
07/11/07 21:26
07/11/07 21:26
Joined: Oct 2002
Posts: 254
UK, London
Dyc Offline
Member
Dyc  Offline
Member

Joined: Oct 2002
Posts: 254
UK, London
works just fine.

Re: 3DGS Web Plugin [Re: Dyc] #139638
07/11/07 22:37
07/11/07 22:37
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
hab' mal unter details den fehler kopiert:

Code:
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: C:\Dokumente und Einstellungen\Johannes Bausch\Anwendungsdaten\Sun\Java\Deployment\cache\6.0\35\4051a3e3-72d3c2cc-n\bootstrap.dll: Diese Anwendung konnte nicht gestartet werden, weil die Anwenungskonfiguration nicht korrekt ist. Zur Problembehebung sollten Sie die Anwendung neu installieren
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.jacknex.Bootstrap.<clinit>(Bootstrap.java:8)
at com.jacknex.demo.Demo.main(Demo.java:40)
... 9 more



mfg, joey.

Re: 3DGS Web Plugin [Re: Joey] #139639
07/12/07 09:36
07/12/07 09:36
Joined: Feb 2006
Posts: 69
C
chanwit Offline
Junior Member
chanwit  Offline
Junior Member
C

Joined: Feb 2006
Posts: 69
Hi Joe,

Thanks for your stack traces info.
In addition, which OS are you using and which version?

It seems that the Windows API I'm using is not compatible with yours Windows.

Cheers,

chanwit

Re: 3DGS Web Plugin [Re: chanwit] #139640
07/12/07 10:29
07/12/07 10:29
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
windows xp home edition with service pack 2.

Re: 3DGS Web Plugin [Re: Joey] #139641
07/12/07 16:31
07/12/07 16:31
Joined: Feb 2006
Posts: 69
C
chanwit Offline
Junior Member
chanwit  Offline
Junior Member
C

Joined: Feb 2006
Posts: 69
Hi,

I've fixed and minimised DLL dependencies.
Please try it again.

Re: 3DGS Web Plugin [Re: chanwit] #139642
07/12/07 21:49
07/12/07 21:49
Joined: Nov 2005
Posts: 13
chewycreations Offline OP
Newbie
chewycreations  Offline OP
Newbie

Joined: Nov 2005
Posts: 13
Hey
I couldnt get your demo to work chanwit, I get the same exception as joey
But chanwit you deserve a medal! Keep it coming!!


Chewy Creations - crunch the reality!
Re: 3DGS Web Plugin [Re: chewycreations] #139643
07/13/07 14:46
07/13/07 14:46
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
jetzt kommt:

Code:
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: C:\Dokumente und Einstellungen\Johannes Bausch\Anwendungsdaten\Sun\Java\Deployment\cache\6.0\35\4051a3e3-67b51201-n\bootstrap.dll: Diese Anwendung konnte nicht gestartet werden, weil die Anwenungskonfiguration nicht korrekt ist. Zur Problembehebung sollten Sie die Anwendung neu installieren
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.jacknex.Bootstrap.<clinit>(Bootstrap.java:8)
at com.jacknex.demo.Demo.main(Demo.java:40)
... 9 more



Re: 3DGS Web Plugin [Re: Joey] #139644
07/13/07 20:29
07/13/07 20:29
Joined: Aug 2005
Posts: 343
Germany
HPW Offline
Senior Member
HPW  Offline
Senior Member

Joined: Aug 2005
Posts: 343
Germany
same error here.


Evil Blood (v. 0.52) RPG
Commport.de (Social Network Community)
Re: 3DGS Web Plugin [Re: HPW] #139645
07/13/07 20:41
07/13/07 20:41
Joined: Nov 2005
Posts: 13
chewycreations Offline OP
Newbie
chewycreations  Offline OP
Newbie

Joined: Nov 2005
Posts: 13
Chanwit, would it be possible for you to describe how you manage to get this to work? And also which os, runtime version etc. you are using so that we can all mimic this and get set for a new era of 3d web content!!!
Thanx chanwit


Chewy Creations - crunch the reality!
Re: 3DGS Web Plugin [Re: chewycreations] #139646
07/15/07 14:20
07/15/07 14:20
Joined: Feb 2006
Posts: 69
C
chanwit Offline
Junior Member
chanwit  Offline
Junior Member
C

Joined: Feb 2006
Posts: 69
Hi,

It seems that you're running the old (cached) version of the game.
Could you all please run

"javaws -viewer" ; this will show the Java Web Start console, then you can delete the cached game, and please try the same URL again.
This should re-download and run the newly uploaded game.

chanwit

ps. Should we continue the discussion on this thread?

Page 2 of 3 1 2 3

Moderated by  aztec, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1