ISC on Linux

2014 July 20 at 05:28 » Tagged as :java, scrabble, yield, isc, wordbuff,

Internet Scrabble Club is the cool place to play scrabble online. Some of the world's top players hang around at the ISC. Play online doesn't mean you can play with the browser, rather you need to download and install one of their clients. Fortunately they have clients available for Linux, Mac and Windows. The only trouble is that the linux client freezes at the slightest excuse. You can never seem to play more than one more before it either disconnects or stops responding at all. The obvious solution then is to try running it under wine.

 

ISC on Linux WINE

 

The windows exe running under wine doesn't even get as far as that. It fails at the login screen. The dialog box to enter the username and password is permanently damaged and wants repainting but it never seems to happen. So it was time to look back at the java version of wordbuff and it wasn't long before I figured out that the problem was because Open JDK and wordbuff doesnt' see eye to eye. It runs easily with the Oracle JVM.

 

export JAVA_HOME=/usr/local/java/jdk1.7.0_65/
/usr/local/java/jdk1.7.0_65/bin/java -jar wordbiz.jar

 

Ok a few footnotes:

The client software is named wordbuff. Does that have anything to do with Derek McKenzie who runs the popular word-buff.com website?

Wordbuff seems to save the username and password in a clear text file named Config

ISC seems to save the password in clear text on their server (if you try the password reset, they send you your old password back in a plain text email)