Trying to get Empire Earth working

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Falc7
Level 2
Level 2
Posts: 16
Joined: Thu Jun 05, 2008 9:08 am

Trying to get Empire Earth working

Post by Falc7 »

Hi
I am trying to get EE to work http://appdb.winehq.org/objectManager.p ... n&iId=2174
I am using Hardy Heron, and the newest version of wine
On that page it says
Running the game:

-Use the native msvcrt.dll

-disable DirectMusic

do this by setting the following Registry key to "0":

HKEY_CURRENT_USER\Software\SSSI\Empire Earth\Music Enabled

How do i do these things? i looked under configure wine, then audio, but where do i disable direct music?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Trying to get Empire Earth working

Post by vitamin »

Falc7 wrote:Hi
I am trying to get EE to work http://appdb.winehq.org/objectManager.p ... n&iId=2174
I am using Hardy Heron, and the newest version of wine
On that page it says
Running the game:

-Use the native msvcrt.dll

-disable DirectMusic

do this by setting the following Registry key to "0":

HKEY_CURRENT_USER\Software\SSSI\Empire Earth\Music Enabled

How do i do these things? i looked under configure wine, then audio, but where do i disable direct music?
http://www.google.com/search?sourceid=m ... se+regedit
Falc7
Level 2
Level 2
Posts: 16
Joined: Thu Jun 05, 2008 9:08 am

Post by Falc7 »

So wine makes a registery for itself. I didn't know

Would using this be okay:
http://support.microsoft.com/kb/216350
It says
APPLIES TO
• Microsoft Windows NT Server 4.0, Terminal Server Edition
• Microsoft Windows 2000 Server
• Microsoft Windows 2000 Advanced Server
• Microsoft Windows NT Server 4.0 Standard Edition
• Microsoft Windows NT Server 4.0 Enterprise Edition
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Wine has its own regedit. Use that. http://wiki.winehq.org/FAQ#head-903eaf8 ... 9336828473
Falc7
Level 2
Level 2
Posts: 16
Joined: Thu Jun 05, 2008 9:08 am

Post by Falc7 »

ah yes thanks, edited the registry entry

when it says -Use the native msvcrt.dll What does this mean and how do i do it?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Falc7 wrote: when it says -Use the native msvcrt.dll What does this mean and how do i do it?
It needs the real Windows dll. Copy the file to Wine's windows/system32 directory and set the override on the Libraries tab in winecfg, or use winetricks to install it: http://wiki.winehq.org/winetricks
Falc7
Level 2
Level 2
Posts: 16
Joined: Thu Jun 05, 2008 9:08 am

Post by Falc7 »

Ok i have copied msvcrt.dll from windows into wine's system (does this mean other applications can't use wine's msvcrt?) replacing wine's original msvcrt.dll, and set the over ride tab added the correct .dll, and set msvrct.dll to 'native then builtin'. Did i do everything there right?

The application now works fine, except the mouse is extremely insensitive (something that didn't happen pre-rc4), anything i can do about that in wine?
Falc7
Level 2
Level 2
Posts: 16
Joined: Thu Jun 05, 2008 9:08 am

Post by Falc7 »

*cough* anyone know? Did i do that right?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Well, since you say your app is now working, I'd say you did. :)

As for your question about whether other apps now can't use Wine's msvcrt, that depends on how you set the override. If you set it for the default settings, then all other apps installed to that wineprefix will use the native msvcrt unless you change them individually. If you just set the override for this app (i.e., added it to the Applications tab, and had it selected when you went to the Libraries tab), then msvcrt will be overridden only for this app.

About the mouse, that I don't know.
Locked