Hello game admins,
I would like to report a bug, which prevents the start of the game applets.
Yesterday my game 265932 could be started perfectly, but today it is not working anymore (applet not initialized error).
Also a rollback to the previous JRE version did not solve the problem (that's why the code below shows the 1.6 Update 22 version)
Due to the recent bug reports I tried to enter a new game, but I have the same problem here, so it is a general problem.
Having a look at the Java console output, I saw, that there is a combining error for the applet.jnlp URL (see red URL part):
Could you please have a look at the calling routines for the jnlp?
I would like to report a bug, which prevents the start of the game applets.
Yesterday my game 265932 could be started perfectly, but today it is not working anymore (applet not initialized error).
Also a rollback to the previous JRE version did not solve the problem (that's why the code below shows the 1.6 Update 22 version)
Due to the recent bug reports I tried to enter a new game, but I have the same problem here, so it is a general problem.
Having a look at the Java console output, I saw, that there is a combining error for the applet.jnlp URL (see red URL part):
Code:
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.4) (suse-1.2-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
java.io.IOException: http://www.supremacy1914.com/http://www.supremacy1914.com/supcodebase/1/applet/applet.jnlp
at net.sourceforge.jnlp.JNLPFile.openURL(JNLPFile.java:255)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:177)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:162)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:148)
at net.sourceforge.jnlp.JNLPFile.<init>(JNLPFile.java:135)
at net.sourceforge.jnlp.PluginBridge.<init>(PluginBridge.java:57)
at net.sourceforge.jnlp.NetxPanel.runLoader(NetxPanel.java:87)
at sun.applet.AppletPanel.run(AppletPanel.java:380)
at net.sourceforge.jnlp.NetxPanel.run(NetxPanel.java:69)
at java.lang.Thread.run(Thread.java:679)
Error: Unable to fetch applet instance id from Java side.