Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Virtual Match Viewer (http://www.chiefdelphi.com/forums/showthread.php?t=27822)

Guest 16-04-2004 16:20

Virtual Match Viewer
 
http://nrg.chaosnet.org/coder/viewmatch.html

You can now watch autonomous robots playing in test matches of the RoboCoder competition. (you'll need the Java plug-in)

Btw, the competition is almost ready to go...

Ryan M. 17-04-2004 09:21

Re: Virtual Match Viewer
 
Quote:

Originally Posted by SilverStar
http://nrg.chaosnet.org/coder/viewmatch.html

You can now watch autonomous robots playing in test matches of the RoboCoder competition. (you'll need the Java plug-in)

Btw, the competition is almost ready to go...

Do we need to do anything special for setup? It gave me a "GraphicView class not found" error. Do I need to put the classes for the RoboCoder in a certain diretory? (well, actually, which one... ) I'm thinking a lot right now, so feel free to yell at me if it's obvious...

;)

Guest 17-04-2004 19:09

Re: Virtual Match Viewer
 
It should work without any files on your own computer, its all off of the website.

Ryan M. 17-04-2004 20:08

Re: Virtual Match Viewer
 
Quote:

Originally Posted by SilverStar
It should work without any files on your own computer, its all off of the website.

That's what I thought... :(

The exact error message it gave me is "General exception."

The stack trace is this:
Code:

java.lang.ClassNotFoundException: nrgrobocoder.GraphicView.class
        at sun.applet.AppletClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.applet.AppletClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.applet.AppletClassLoader.loadCode(Unknown Source)
        at sun.applet.AppletPanel.createApplet(Unknown Source)
        at sun.plugin.AppletViewer.createApplet(Unknown Source)
        at sun.applet.AppletPanel.runLoader(Unknown Source)
        at sun.applet.AppletPanel.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

Caused by: java.io.FileNotFoundException: C:\Documents and Settings\Ryan\Desktop\nrgrobocoder\GraphicView\class.class (The system cannot find the path specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
        at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
        at sun.applet.AppletClassLoader.getBytes(Unknown Source)
        at sun.applet.AppletClassLoader.access$100(Unknown Source)
        at sun.applet.AppletClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        ... 10 more


Astronouth7303 18-04-2004 12:18

Re: Virtual Match Viewer
 
It works fine for me.

Guest 19-04-2004 15:38

Re: Virtual Match Viewer
 
Quote:

Originally Posted by Astronouth7303
It works fine for me.

I fixed it: I added a CODEBASE attribute for the viewer.

And it has pre-loading and buffering now.

Ryan M. 19-04-2004 16:19

Re: Virtual Match Viewer
 
Quote:

Originally Posted by SilverStar
I fixed it: I added a CODEBASE attribute for the viewer.

And it has pre-loading and buffering now.

Wild applause! Yeah, works for me now too. :) Looks good. I'll have to work on this sometime... (when I'm not doing school... ;))

--EDIT--
So, can you either point me to the thread that talks about what is being played there (I.E. the rules and objectives that are in it (I don't rember seeing it in one of the other threads on this)) or can you tell me some of the specifics. (or both :))


All times are GMT -5. The time now is 02:52.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi