-
Okay, 4th time's a charm. Try again :-). Same URL for the download.
2009-09-28 22:10:49 UTC in Jin client for chess servers
-
Okay, here's another attempt at testing a fix. This time drop off this Jar in the plugins directory. It should add a "Refresh" menu item to the Actions menu. If this works, then we'll know how to fix it, and it'll just be a matter of figuring out how to make the refresh occur automatically so you don't have to keep going to the menu.
http://www.techie.net/~doug/ICC/refresh.jar.
2009-09-27 21:07:37 UTC in Jin client for chess servers
-
To install that potential fix, simply replace the util.jar with the util.jar at
http://www.techie.net/~doug/ICC/util.jar
You should probably keep your original util.jar somewhere else in case there are problems.
2009-09-10 22:16:02 UTC in Jin client for chess servers
-
Try this potential fix. (I can't test it, since I don't have a mac.)
http://www.techie.net/~doug/ICC/util.jar
Also, the main thread for this discussion is:
https://sourceforge.net/support/tracker.php?aid=2848622.
2009-09-10 22:15:11 UTC in Jin client for chess servers
-
Bah, I don't have permissions to attach files. So I've uploaded it to my server instead:
http://www.techie.net/~doug/ICC/util.jar.
2009-09-10 22:13:52 UTC in Jin client for chess servers
-
Attached is a potential fix. Sadly, I can't test it, because I don't have a mac. However, I'm hoping one of the mac users above can give it a whirl and let us know. To install, just download the attached util.jar and replace the util.jar in your Jin directory. (I'm also attacking FixedJPanel.java for sasha-m in the event the fix works.)
2009-09-10 22:11:36 UTC in Jin client for chess servers
-
To make debugging easier, it would be helpful to add a toString() method to the classloaders in free.util.*. See attachment.
2009-09-09 20:55:35 UTC in Jin client for chess servers
-
I had a similar problem once. It was caused by delayed batch painting, which is legally allowed by the AWT specification. You might try adding a call to java.awt.Toolkit.getDefaultToolkit.sync() to see if that fixes the issue.
2009-09-06 22:40:17 UTC in Jin client for chess servers