zeroone
|
 |
«
Posted
2010-12-01 00:38:42 » |
|
|
|
|
|
|
SimonH
|
 |
«
Reply #1 - Posted
2010-12-01 05:09:10 » |
|
Really good! 
|
|
|
|
Mickelukas
|
 |
«
Reply #2 - Posted
2010-12-01 11:07:13 » |
|
Didn't work  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| load: class a.class not found. java.lang.ClassNotFoundException: a.class at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source) at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source) at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: open HTTP connection failed:http: at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source) at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source) at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) ... 9 more Exception: java.lang.ClassNotFoundException: a.class |
|
|
|
|
Games published by our own members! Check 'em out!
|
|
pjt33
|
 |
«
Reply #3 - Posted
2010-12-01 11:49:24 » |
|
That is an immensely frustrating game. If I hit the back of a car I get flung back through other cars, and I seem to have two speeds: stopped or moving, which means that passing the first big cluster of cars if I don't get perfectly lined up I have to sit and let them get away from me to have space to steer back into line.
|
|
|
|
|
Abuse
|
 |
«
Reply #4 - Posted
2010-12-01 13:27:36 » |
|
Didn't work  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| load: class a.class not found. java.lang.ClassNotFoundException: a.class at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source) at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source) at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: open HTTP connection failed:http: at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source) at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source) at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) ... 9 more Exception: java.lang.ClassNotFoundException: a.class |
http://meatfighter.com/java4k2011/outrun4k/a/class.class  That looks like a bug in the Sun class loader  Java version? Browser version? OS?
|
Make Elite IV:Dangerous happen! Pledge your backing at KICKSTARTER here! 
|
|
|
pjt33
|
 |
«
Reply #5 - Posted
2010-12-01 13:42:51 » |
|
It's a very well known bug (so familiar that I didn't realise it was a bug until I just looked at the doc). The <applet> tag's code attribute shouldn't end in .class, despite what the doc says.
|
|
|
|
|
Riven
|
 |
«
Reply #6 - Posted
2010-12-01 13:44:20 » |
|
The plugin basically does a heuristic... it makes more and more variations of that the URL might be like, until it runs out. It's a big mess, but it's probably there for backwards-compatibility.
|
|
|
|
zeroone
|
 |
«
Reply #7 - Posted
2010-12-03 01:36:39 » |
|
It's a very well known bug (so familiar that I didn't realise it was a bug until I just looked at the doc). The <applet> tag's code attribute shouldn't end in .class, despite what the doc says. I updated my web pages, omitting .class in the applet tags. I assumed that it was failing under Mac OS X because of pack200. If it is due to this, then that's actually great news. I thought I was going to have to deploy an uncompressed version as well.
|
|
|
|
|
Eli Delventhal
|
 |
«
Reply #8 - Posted
2010-12-03 01:39:48 » |
|
I updated my web pages, omitting .class in the applet tags. I assumed that it was failing under Mac OS X because of pack200. If it is due to this, then that's actually great news. I thought I was going to have to deploy an uncompressed version as well.
Maybe so. Now it can't find class a... so it could be pack200.
|
|
|
|
zeroone
|
 |
«
Reply #9 - Posted
2010-12-03 01:43:15 » |
|
Maybe so. Now it can't find class a... so it could be pack200. Write once, run anywhere, right? Ugh.
|
|
|
|
|
Games published by our own members! Check 'em out!
|
|
appel
|
 |
«
Reply #10 - Posted
2010-12-03 03:03:14 » |
|
I made it to the Ice track 
|
|
|
|
zeroone
|
 |
«
Reply #11 - Posted
2011-02-22 00:42:57 » |
|
|
|
|
|
|
Ranger
|
 |
«
Reply #12 - Posted
2011-02-22 06:47:40 » |
|
Oooh, those cars that swerve into you!!! Brilliant frustrating fun!
|
|
|
|
|
ra4king
|
 |
«
Reply #13 - Posted
2011-02-22 06:52:16 » |
|
Good job!! I am still amazed how you did that 3D stuff without using any 3D libraries!
|
|
|
|
woogley
|
 |
«
Reply #14 - Posted
2011-02-22 16:33:47 » |
|
Good job!! I am still amazed how you did that 3D stuff without using any 3D libraries!
zeroone is no stranger to homegrown 3D. If you think this is cool, you should check out his labyrinth post .. http://meatfighter.com/labyrinth/
|
|
|
|
|
ra4king
|
 |
«
Reply #15 - Posted
2011-02-22 21:18:54 » |
|
Good job!! I am still amazed how you did that 3D stuff without using any 3D libraries!
zeroone is no stranger to homegrown 3D. If you think this is cool, you should check out his labyrinth post .. http://meatfighter.com/labyrinth/Thanks a bunch! However, that is too complicated for me to understand  Lacunarity? Gamma?! FBM?!? Fractional Brownian Motion?!?! I thought I was quite a good programmer until I saw that 
|
|
|
|
zeroone
|
 |
«
Reply #16 - Posted
2011-02-22 21:57:22 » |
|
Thanks a bunch! However, that is too complicated for me to understand Lacunarity? Gamma?! FBM?!? Fractional Brownian Motion?!?! When I get a chance, I will post a detailed description of the algorithm. Until then, my other post on 3D graphics, http://meatfighter.com/juggler/, may provide some insight.
|
|
|
|
|
ra4king
|
 |
«
Reply #17 - Posted
2011-02-22 22:40:40 » |
|
Thanks a bunch! However, that is too complicated for me to understand Lacunarity? Gamma?! FBM?!? Fractional Brownian Motion?!?! When I get a chance, I will post a detailed description of the algorithm. Until then, my other post on 3D graphics, http://meatfighter.com/juggler/, may provide some insight. Dude I'm still in 10th grade in High School and I just started trigonometry! All this advanced math (calculus!!) is too much. I guess I will have to wait until I learn all this in school *sigh* 
|
|
|
|
zeroone
|
 |
«
Reply #18 - Posted
2011-02-22 23:08:48 » |
|
Dude I'm still in 10th grade in High School and I just started trigonometry! All this advanced math (calculus!!) is too much. I guess I will have to wait until I learn all this in school *sigh* Doh! There is actually very little calculus involved. It's mainly trigonometry, geometry and linear algebra. Pay attention in trig class. 
|
|
|
|
|
ra4king
|
 |
«
Reply #19 - Posted
2011-02-22 23:16:29 » |
|
Dude I'm still in 10th grade in High School and I just started trigonometry! All this advanced math (calculus!!) is too much. I guess I will have to wait until I learn all this in school *sigh* Doh! There is actually very little calculus involved. It's mainly trigonometry, geometry and linear algebra. Pay attention in trig class.  Ooooh I LOVE trig. In fact I LOVE math! 
|
|
|
|
|