Closed
Bug 116814
Opened 23 years ago
Closed 22 years ago
Flipside Java Games do not load
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nick, Assigned: joe.chou)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7+) Gecko/20011222
BuildID: 2001122221
While attempting to load the game Wordox java plugin 1.3.1 gives the following
error:
java.lang.StackOverflowError
Reproducible: Always
Steps to Reproduce:
1. go to http://uk.flipside.com
2. click on Wordox
3. Java Plugin 1.3.1 fails to load game applet
Actual Results: Java Plugin 1.3.1 fails to load game applet
looks like an infinite recursion loop to me, it calls
at
sun.plugin.AppletViewer$1$AppletEventListener.appletStateChanged(AppletViewer.java:431)
at sun.applet.AppletPanel.dispatchAppletEvent(AppletPanel.java:233)
at sun.applet.AppletPanel.appletResize(AppletPanel.java:679)
at java.applet.Applet.resize(Applet.java:155)
at java.applet.Applet.resize(Applet.java:166)
at java.awt.Component.setSize(Component.java:1349)
over and over again.
Comment 4•23 years ago
|
||
if it's related to a broken applet, it may be TechEvang?
On Win2K SP2 using build id 2002042608 I get the following in the java console
at level 5 trace:
Java(TM) Plug-in: Version 1.4.0
Using JRE version 1.4.0 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\ian
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system properties
t: dump thread list
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
Registered modality listener
Referencing classloader: sun.plugin.ClassLoaderInfo@ba6076, refcount=1
Added trace listener:
sun.plugin.AppletViewer[fr.flipside.keepalive2.UDPClient,3,22,-6x-25,invalid,layout=java.awt.BorderLayout]
Added progress listener:
sun.plugin.AppletViewer[fr.flipside.keepalive2.UDPClient,3,22,-6x-25,invalid,layout=java.awt.BorderLayout]
Loading applet...
Initializing applet...
Starting applet...
Connecting
http://uk.flipside.com/commun/includes_html/keepalive2/fr/flipside/keepalive2/UDPClient.class
with no proxy
Connecting
http://uk.flipside.com/commun/includes_html/keepalive2/fr/flipside/keepalive2/UDPClient.class
with cookie "flipside_cookie=93341260"
WARNING: Unable to cache
http://uk.flipside.com/commun/includes_html/keepalive2/fr/flipside/keepalive2/UDPClient.class
Connecting
http://uk.flipside.com/commun/includes_html/keepalive2/fr/flipside/keepalive2/UDPClient.class
with no proxy
Connecting
http://uk.flipside.com/commun/includes_html/keepalive2/fr/flipside/keepalive2/UDPClient.class
with cookie "flipside_cookie=93341260"
Connecting
http://uk.flipside.com/commun/includes_html/keepalive2/fr/flipside/keepalive2/UDPClient.class
with no proxy
Connecting
http://uk.flipside.com/commun/includes_html/keepalive2/fr/flipside/keepalive2/UDPClient.class
with cookie "flipside_cookie=93341260"
WARNING: Unable to cache
http://uk.flipside.com/commun/includes_html/keepalive2/fr/flipside/keepalive2/UDPClient.class
Connecting
http://uk.flipside.com/commun/includes_html/keepalive2/fr/flipside/keepalive2/UDPClient.class
with no proxy
Connecting
http://uk.flipside.com/commun/includes_html/keepalive2/fr/flipside/keepalive2/UDPClient.class
with cookie "flipside_cookie=93341260"
load: class fr.flipside.keepalive2.UDPClient not found.
java.lang.ClassNotFoundException: fr.flipside.keepalive2.UDPClient
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.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.IOException: open HTTP connection failed.
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)
... 11 more
Comment 6•22 years ago
|
||
Well, I see the problem, I also cannot run in IE. I don't think, this is a
Mozilla bug, but -- as was said before -- a problem with the applet. Can we
close this bug?
pi
Comment 7•22 years ago
|
||
-->INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•