Star Trek Armada 2 with wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Astrophysiker
Level 1
Level 1
Posts: 5
Joined: Fri Jan 16, 2009 10:07 am

Star Trek Armada 2 with wine

Post by Astrophysiker »

Hi,

I installed Star Trek Armada 2 on Ubuntu 8.10, but it doesn't work. The installation worked, but I'm not able to start the game.

Here are the errors: http://astrophysiker.as.funpic.de/error.log

Has anybody an idea whats going wrong?

Thanks, Astro
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Star Trek Armada 2 with wine

Post by austin987 »

On Fri, Jan 16, 2009 at 9:12 AM, Astrophysiker
<[email protected]> wrote:
Hi,

I installed Star Trek Armada 2 on Ubuntu 8.10, but it doesn't work. The installation worked, but I'm not able to start the game.

Here are the errors: http://astrophysiker.as.funpic.de/error.log

Has anybody an idea whats going wrong?

Thanks, Astro





Looks like a bug in wine. 'winetricks vcrun6' may work around it. If
so, please file a bug.

--
-Austin
Astrophysiker
Level 1
Level 1
Posts: 5
Joined: Fri Jan 16, 2009 10:07 am

Post by Astrophysiker »

Code: Select all

schedler@LCARS:~$ winetricks vcrun6
bash: winetricks: command not found
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Star Trek Armada 2 with wine

Post by austin987 »

On Fri, Jan 16, 2009 at 10:55 AM, Astrophysiker
<[email protected]> wrote:
Code:
schedler@LCARS:~$ winetricks vcrun6
bash: winetricks: command not found
$ wget kegel.com/wine/winetricks
$ sh winetricks vcrun6

--
-Austin
Astrophysiker
Level 1
Level 1
Posts: 5
Joined: Fri Jan 16, 2009 10:07 am

Post by Astrophysiker »

Last edited by Astrophysiker on Fri Jan 16, 2009 1:01 pm, edited 2 times in total.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Star Trek Armada 2 with wine

Post by austin987 »

On Fri, Jan 16, 2009 at 11:56 AM, Astrophysiker
<[email protected]> wrote:
Ok, but the same errors...
:?





Does setting 'msvcrt' to native in winecfg fix it?

--
-Austin
Astrophysiker
Level 1
Level 1
Posts: 5
Joined: Fri Jan 16, 2009 10:07 am

Post by Astrophysiker »

Hmm, I can't find this in winecfg...
Is it possible to set this by a shell command?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Star Trek Armada 2 with wine

Post by austin987 »

On Fri, Jan 16, 2009 at 12:05 PM, Astrophysiker
<[email protected]> wrote:
Hmm, I can't find this in winecfg...
$ winecfg
Go to libraries, select mscvrt, click Add.
Is it possible to set this by a shell command?
Yes:
$ WINEDLLOVERRIDES="msvcrt=n" wine foo.exe

--
-Austin
Astrophysiker
Level 1
Level 1
Posts: 5
Joined: Fri Jan 16, 2009 10:07 am

Post by Astrophysiker »

Sorry, the same errors :cry:
bojanantonovic
Newbie
Newbie
Posts: 1
Joined: Sun Jan 18, 2009 9:50 am

have you installed the correct graphics driver?

Post by bojanantonovic »

Hi Astrophysiker

I've had a similar problem with the free NVidia graphics driver. With the proprietery one it workes for "platinum" rating! See http://appdb.winehq.org/objectManager.p ... &iId=15091.

Soon a comment should be added for the german verison of 1.1.

I disabled the pixel shader and used an emulated desktop.
Locked