-
Same here. Reinstalling my java environment fixed the issue, hope this helps.
2009-05-03 11:22:06 UTC in FreeCol
-
Version: 7-Zip 4.58 Beta
OS: Windows XP
Files without extension (e.g. README, CHANGELOG):
the usual system icon is replaced by the "shared resource" icon (palm of a hand).
Weird!
2008-11-15 13:45:31 UTC in 7-Zip
-
The attachment contains a freecol savegame in which the Aztec player freezes, there's also a trimmed copy of FreeCol.log
The error source seems to be an illegal move by a "Mounted Brave" unit type.
2007-10-07 16:38:38 UTC in FreeCol
-
I might have attached the wrong savegame by mistake and now I don't have the right one anymore, so there's no evidence of the possible bug. As far as I recall, I was pretty sure the "extra" Frigate was neither bought at the home port, nor built in the new world. If I was right, someone else will experience the same case, sooner or later and will file a new report, so no problems in closing this...
2007-09-05 23:01:37 UTC in FreeCol
-
Look, I've been added TWO frigates to my fleet after J.P.J. joined the Continental Congress.
Game version is 0.7.0,
savegame attached.
2007-07-22 03:24:59 UTC in FreeCol
-
I found some sample code on the SDN forums (cached copy, they're KO atm).
Please take a look at the attachment.
Hope you can get the most of it.
File Added: sample.zip.
2007-07-10 10:42:03 UTC in FreeCol
-
Or that same menu could be allowed to span over multiple columns, as an alternative to the scrolling behavior. I think that scrolling would be preferable, though. Indeed, what if the columns exceed the screen width?.
2007-07-04 16:08:43 UTC in FreeCol
-
I had conquered an enemy (AI) colony located to an island, and it was literaly *packed* full with Free Colonists... I can't remember the exact number, all I can say is that the screen height was not enough to display all of them. In such a case, if you right click on the colony, it is very hard to manage those units: either because the menu tends to vanish before you can select an item, and...
2007-07-04 15:54:46 UTC in FreeCol
-
SOLVED. The problem is caused by the square brackets [].
The right sintax is:
java -Xmx256M -jar FreeCol.jar --windowedWIDTHxHEIGHT
or
java -Xmx256M -jar FreeCol.jar --windowed=WIDTHxHEIGHT
*NOT*
java -Xmx256M -jar FreeCol.jar --windowed[WIDTHxHEIGHT]
*NOR*
java -Xmx256M -jar FreeCol.jar --windowed[=WIDTHxHEIGHT]
I misunderstood the instructions in the command line help ("...
2007-07-03 02:06:53 UTC in FreeCol
-
I tested windowed Freecol with jdk 1.5.0 (update 12) and get the same message from the console, the only noticeable difference is the exception in thread "Image Fetcher 2" or "Image Fetcher 0" or "Image Fetcher 3". So the jdk version is out of judgement, here.
Most probably my RAM became corrupted...
:'(
Anyone else got the same problem?.
2007-07-03 00:45:08 UTC in FreeCol