Help with Supreme Commander Forged Alliance

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
- Lady -
Level 1
Level 1
Posts: 6
Joined: Thu Sep 15, 2011 7:44 am

Help with Supreme Commander Forged Alliance

Post by - Lady - »

Dear wine users,

when i try to run the game via

Code: Select all

wine "C:\Programme\THQ\Gas Powered Games\Supreme Commander - Forged Alliance\bin\ForgedAlliance.exe" /novalidate /nomovie /nomusic
(or just the path without novalidate etc.)

I got this error:

Code: Select all

fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQueryObject Unsupported information class 3
err:rpc:I_RpcGetBuffer no binding
I have also installed the patch 3599, but didn`t help either.

Hope someone could give me a hint.

Thank you.

Lady
Martin Gregorie

Help with Supreme Commander Forged Alliance

Post by Martin Gregorie »

On Thu, 2011-09-15 at 07:50 -0500, - Lady - wrote:
Dear wine users,

when i try to run the game via
Code:
wine "C:\Programme\THQ\Gas Powered Games\Supreme Commander - Forged Alliance\bin\ForgedAlliance.exe" /novalidate /nomovie /nomusic
Windows programs like to be run with the current working directory set
to the directory they are installed in, so try:

cd "C:\Programme\THQ\Gas Powered Games\Supreme Commander - Forged
Alliance\bin"

wine ForgedAlliance.exe /novalidate /nomovie /nomusic

Of course, you should know this already because its pretty well
described in the Wine FAQ: http://wiki.winehq.org/FAQ


Martin
- Lady -
Level 1
Level 1
Posts: 6
Joined: Thu Sep 15, 2011 7:44 am

Post by - Lady - »

Hi,
thank you for your fast answer. But it didn`t work for me.
(And yes, I forgot about the FAQ`s first :roll: )

Code: Select all

andreas@andreas-laptop:~/.wine/drive_c/Programme/THQ/Gas Powered Games/Supreme Commander - Forged Alliance/bin$ wine ForgedAlliance.exe /novalidate /nomovie /nomusic
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQueryObject Unsupported information class 3
err:rpc:I_RpcGetBuffer no binding

Could you help me again please ;)?
- Lady -
Level 1
Level 1
Posts: 6
Joined: Thu Sep 15, 2011 7:44 am

Post by - Lady - »

Forgot to mention that this pops out too:
"A required security module cannot be activated. This program cannot be execute
I`ve installed the patch described here:http://appdb.winehq.org/objectManager.p ... n&iId=9728
but this problem still exists; :(

Is there another way than installing some "no-cd" patches?
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Help with Supreme Commander Forged Alliance

Post by jjmckenzie »

On 9/18/11 3:16 PM, - Lady - wrote:
Forgot to mention that this pops out too:
"A required security module cannot be activated. This program cannot be execute
I`ve installed the patch described here:http://appdb.winehq.org/objectManager.p ... n&iId=9728
but this problem still exists; :(
Did you do what else the page says to do (like read the main program
page and do what it tells you to do)?

http://appdb.winehq.org/objectManager.p ... n&iId=7038

There are more details there than are on the sub-version page.

Also, what version of Wine are you using? You might want to try
back-leveling to a lower version (1.3.28 is the latest, but SC was
tested last with 1.3.21).

James
- Lady -
Level 1
Level 1
Posts: 6
Joined: Thu Sep 15, 2011 7:44 am

Post by - Lady - »

Yes, I `ve already installed the main Supreme Commander, also been playing;
So I did everything from the main page (from your link);

Wine version is 1.3.26.

Where can I download the older versions?

Thank you.

Lady
- Lady -
Level 1
Level 1
Posts: 6
Joined: Thu Sep 15, 2011 7:44 am

Post by - Lady - »

I`ve tried to install the game with playonlinux and the wine version 1.3.21.
and got exactly the same error.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

- Lady - wrote:I`ve tried to install the game with playonlinux
PlayOnLinux is not supported here. This forum is for plain Wine only.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Help with Supreme Commander Forged Alliance

Post by jjmckenzie »

On 10/10/11 1:23 AM, - Lady - wrote:
I`ve tried to install the game with playonlinux and the wine version 1.3.21.
and got exactly the same error.
First: That version of Wine is about 10 weeks old and there have been
many changes to Wine since then.

Second: In an agreement with the two primary POL/POM developers we
agreed that all problems with their installers would be reported to
them. Please do so.

James
- Lady -
Level 1
Level 1
Posts: 6
Joined: Thu Sep 15, 2011 7:44 am

Post by - Lady - »

In fact I don`t need playonlinux at all, I just wanted try it out. I removed it already. And playonlinux doesn`t matter at all here, since the same error occurs again.
First: That version of Wine is about 10 weeks old and there have been
many changes to Wine since then.
Huh? Excuse me, but don`t I have to run the games with the version with which it was tested ?

I did the backleveling like was I told here:
"You might want to try
back-leveling to a lower version (1.3.28 is the latest, but SC was
tested last with 1.3.21). "
Should I install the game again with the newest version?

I think it`s a patch error. The patch wont install no matter where I download it (patch version 3599 for Supreme Commander FA)
Locked