Application Details:
Version: | 1.1 |
License: | |
URL: | http://mohaa.ea.com/ |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.5.29 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Installing (in a clean prefix), changing sound and graphic settings, re-defining the controls, videos, cutscenes, playing the first two missions (Training/Operation Torch).
What does not
Starting the game without mohaa_disabled_extenstions-v2.reg (see comment by Adam Bolte) added to registry and without using __GL_ExtensionStringVersion=17700 in the wine command line (see script below).
Workarounds
What was not tested
Playing the whole game.
Hardware tested
Graphics:
Additional Comments
I wrote a short script that does the job for me: #!/bin/sh cd ~/MyWinePrefixes/.MoH/path/to/your/game.exe #Run with GL extensions disabled/nVidia card WINEPREFIX=~/MyWinePrefixes/.MoH __GL_ExtensionStringVersion=17700 wine ./MOHAA.EXE
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 12.04 "Precise" i386 (+ variants like Kubuntu) | May 08 2013 | 1.5.29 | Yes | Yes | Gold | ML | ||
Show | Fedora 16 x86_64 | Apr 14 2012 | 1.5.0 | Yes | No | Garbage | an anonymous user | ||
Show | Ubuntu 10.10 "Maverick" i386 (+ variants like Kubuntu) | Mar 25 2012 | 1.4 | No | Not installable | Garbage | JoãoHenriquePTBR | ||
Show | Ubuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu) | Apr 20 2010 | 1.1.42 | No | Not installable | Garbage | an anonymous user | ||
Show | Fedora 11 x86_64 | Nov 04 2009 | 1.1.30 | Yes | Yes | Gold | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
1631 | Sound underruns occur in directsound | CLOSED | FIXED | View |
2303 | Medal of Honor Allied Assault will not load | CLOSED | FIXED | View |
3026 | DSound errors and crash | CLOSED | DUPLICATE | View |
9725 | Medal of Honor: Allied Assault fails to load with NVIDIA drivers | CLOSED | INVALID | View |
11991 | OpenGL regression in Hitman 2 and Hitman 3 | CLOSED | FIXED | View |
14722 | dialog box problem while installing medal of honor | CLOSED | INVALID | View |
18397 | Medal of honor allied assault does not run | CLOSED | INVALID | View |
23328 | Medal of Honor MOHAA and MOHPA: messed autorun | CLOSED | ABANDONED | View |
23329 | Medal of Honor games recognize only 256Mb of RAM for the 512 Mb NVIDIA Geforce 9500 GT | UNCONFIRMED | View | |
31730 | MOHAA Demo crash at startup (GL_EXTENSION string overflow) | CLOSED | DUPLICATE | View |
When in game, if you are experiencing problems with the mouse, e.g. you can't turn more than 180 degrees, then open the console by pressing the ~ or ` button (which must be enabled via the advanced settings page), and typing in "seta in_mouse -1" without the quotes .
Alternatively you could make a file, mousefix.cfg and type the following in it:
seta in_mouse -1
and copy it to: C:\Program Files\EA Games\MOHAA\Main (that's the default folder, change if needed)
and when you're in the game open the console and type in: exec mousefix.cfg, and from then on it should be fixed from game startup without having to type it in each time. (Note: this hasn't been tested yet, please email me if you get problems)
Problem:
Medal of honor crashes upon startup on Intel Graphics when running under Wine 1.3.
Cause:
Due to Graphics Subsystem Drivers and the way it handles long extensions for OpenGL. The application fails to start.
Resolution:
- Open Terminal
- Enter MESA_EXTENSION_MAX_YEAR=2003 wine moh_Breakthrough.exe to run the application
Known issues:
- My testing shows that Medal of Honor is still incompatible with Wine 1.4 as well as Wine 1.5. You will need Wine 1.3 along with the MESA_EXTENSION parameter as I described above to run the application. Tested Multiplayer as well under Wine 1.3 - Working no problems.
Comments for this application have been disabled because there are no maintainers.