Support
Game doesn't start on Ubuntu 11.10
Sorry my english I'm still studying it.
I have Ubuntu 11.10 64bits. I've installed hedgewars from the Ubuntu Software Center. When I start the game, apper a window asking for my nickname but a few seconds later the window disappear and the game doesn't start. Also I can't change my nickname.
I have uninstalled the game, reinstall it, uninstall it, reinstall it but the window is the same and never load the game.
Any help with this? I can give more information is needed. Thx in advance.
can't move left/right
I have just played both in my mac and on the server with 2 more players and couldn't move either way right from the start or after a few turns...
I have a bluetooth keyboard but the keys work fine outsise the game....
Alon
Translation Updated
Hi there,
I've just finish to update the Italian translation, where in 0.9.16 there were a lot of missing words in the missions.
The point is...where do I have submit? I'm not good with SVN...
Direct Link is here:
http://www.mediafire.com/?3gmo9ga9vphg83n
I hope the developers will include it in the next release 
Can't update ):
I wanted to update my game to 0.9.1.6 but found this: Requirements: Mac OS X 10.6.6 or later
I have 10.5.8
what should I do?
Alon
compiling server haskell errors
When compiling the hedgewars with DWITH_SERVER=1 i get some funny haskell compile errors:
[11 of 21] Compiling ClientIO ( ClientIO.hs, /home/inf01/.hedgewar >s/hedgewars-src-0.9.16/gameServer/ClientIO.o ) ClientIO.hs:25:17: Not in scope: `state' make[2]: *** [bin/hedgewars-server] Fehler 1 make[1]: *** [gameServer/CMakeFiles/hedgewars-server.dir/all] Fehler 2 make: *** [all] Fehler 2
The solution to this one is simple: open gameserver/ClientIO.hs with your favorite editor, goto line 25 and change state to State.
----
At the moment im stuck at the next error:
[13 of 21] Compiling Actions ( Actions.hs, /home/inf01/.hedgewars >/hedgewars-src-0.9.16/gameServer/Actions.o ) Actions.hs:429:13: Not in scope: `Exception.mask' make[2]: *** [bin/hedgewars-server] Fehler 1 make[1]: *** [gameServer/CMakeFiles/hedgewars-server.dir/all] Fehler 2 make: *** [all] Fehler 2
Exception is an alias for Control.Exception, but somehow that does not help me. I tried some variations, but did not find the correct version.
If there were some comments in the text maybe i would be able to fix this myself, but the whole file is un-commented, so sorry, i feel unable to fix this myself.
