Why you don't even do the effort to translate your klingon in english. Like seriously we all have our native language but we speak english for the sake of everyone by respect.

Years of Perpetuum.

I was here from day one and will be here to the last day. Our community FrogSwarm were here first time called Unimates and we had a blast the first months until the French alliances leaved the game for some reasons.

We will start a server because perpetuum need to live forever, but hey by the way, we hate you to have servers fully Microsoft and not Linux... Shame on you devs ! fuuu

I would like to thanks the dev team to give us the opportunity to continue to play the game after the shutdown of the official servers (not all games do it), this game was and is epic, the project was awesome and we had so much good time in it.

Our community is up since 2005 and we will try our best to make our own perpetuum server live forever as Freelancer do it for example.

<3 love you guys. Thanks for all the fishes !

Fixed here: http://forums.perpetuum-online.com/post/88330/#p88330

Dear Linux users,

As you probably saw, since month now there is an issue with the graphics when you're using wine.
And you can see things like this: http://imgs.frogswarm.fr/data/kFKcCKFKepCFo.png

I talked to my friend David who know wine like a boss, then he found multiple solution regarding the version that you want to use.

This issue didn't occur for wine version from 1.3.16 to 1.3.32 then he found the guilty fix and made a fix for this. (fix on fix yay !)

Here we go !
--------------------------------------------------------------------------------
From 1.3.16 to 1.3.32
No patch is required, you just have to compile one of thoses versions and will works

From 1.3.33 to 1.5.9
You have to reverse this patch as following

cd wine-1.X.YZ
wget "http://source.winehq.org/git/wine.git/p … abe486c418" -O - | patch -p1 -R

For 1.5.10 use the following update

cd wine-1.X.YZ
wget "http://source.winehq.org/git/wine.git/p … abe486c418" -O - |  sed -e "s:gl:gl_info->gl_ops.gl.p_gl:g" |patch -p1 -R

If you don't know how compile wine under Linux 64bit, there is the method: http://wiki.winehq.org/WineOn64bit

When wine will be installed use wintricks to get and install the mandatory librairies.
- sudo wget http://winetricks.org/winetricks -O /usr/local/bin/winetricks
- sudo chmod +x /usr/local/bin/winetricks
- winetricks vcrun6sp6 d3dx9
- Set library oleaut32.dll to native using winecfg.

That it, start your game and it works ! Have fun !
--------------------------------------------------------------------------------
Original sources from his blog: http://www.davidgis.fr/blog/index.php?2 … uum-online
He also added his contribution to perpetuum wineHQ.

Thanks to David !