You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Queue-ICPC
I would like to run the game in 3D. I use the following command, and
got an error:
java icpc.challenge.view.TracePlayer -trace trace71.txt -view 3D
Exception in thread "main" java.lang.NoClassDefFoundError: icpc/
challenge/view3d/Episode
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at icpc.challenge.view.TracePlayer.main(TracePlayer.java:220)
Caused by: java.lang.ClassNotFoundException:
icpc.challenge.view3d.Episode
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 13 more
It seems that my coercion.jar is not a full version. Any help?
Thank you.
spongman
unread,
Feb 21, 2012, 3:33:46 AM2/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Queue-ICPC
yeah, the 3d video isn't included in the jar...
however... it's still a work in progress... but take a look here:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Queue-ICPC
ok, now you can choose which match to view (it defaults to the
final)...
Claus Makowka
unread,
Feb 22, 2012, 7:18:37 PM2/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Queue-ICPC
Thank you. Lots of fun to see with the hint of 3D.
You said this was a work in progress... does this mean you have plans
to continue enhancing the rendering application?
spongman
unread,
Feb 22, 2012, 8:52:30 PM2/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Queue-ICPC
thanks! try clicking & dragging with each mouse button. you can really
get in close to the action ;-)
it's not currently showing the marker/region pressure changes, and i
figure there's a bunch of other stuff that could be added.
Ricardo Oliveira
unread,
Oct 22, 2015, 11:53:56 AM10/22/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Queue-ICPC
Hello,
Sorry for raising this old topic, but does someone know if there is a 3D version of coercion available by now? It would be awesome to watch new matches in 3D view!