When I try to run FreeCol it doesn’t launch. From the console I get the text below. Is there any way to resolve this please?
Text pasted from shortcut into console:
java -cp /usr/share/java/freecol/FreeCol.jar:/usr/share/java/freecol/lib/higlayout.jar:/usr/share/java/freecol/lib/wstx-lgpl-4.0pr1.jar:/usr/share/java/freecol/lib/jsr173_1.0_api.jar “net.sf.freecol.FreeCol” --freecol-data /usr/share/freecol
Console reply
You need to assign more memory to the JVM. Restart FreeCol with:
java -Xmx128M -jar FreeCol.jar
Sorry forgot the FreeCol.log output
FreeCol game version: 0.7.4 (Revision: ${svn.Revision})
FreeCol protocol version: 0.1.4
Java vendor: Sun Microsystems Inc.
Java version: 1.6.0_06
Java WM name: Java HotSpot™ Client VM
Java WM vendor: Sun Microsystems Inc.
Java WM version: 10.0-b22
OS name: Linux
OS architecture: i386
OS version: 2.6.25.11-0.1-default
net.sf.freecol.FreeCol getLocale
WARNING: Exception while loading options.
Thu Jul 31 23:45:41 EEST 2008
Thread ID: 10
Stack trace:
java.io.FileNotFoundException: /home/toketoke/freecol/options.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileReader.<init>(FileReader.java:55)
at net.sf.freecol.FreeCol.getLocale(FreeCol.java:366)
at net.sf.freecol.FreeCol.main(FreeCol.java:158)