Hey Cromwell,
Your monitor is clearly stating the computer is broadcasting a resolution it can't handle.
Now I'm no expert with this engine or something, but you could try and check out: C:\Documents and Settings\
<YOURUSERNAME>\My Documents\My Games\men of war\profiles\player\options.set
Open the file with notepad, the first four lines of this configuration file should be:
Code:
{options
{video
{resolution
{mode desktop}
}
.. if not, copy them. This sets the games' resolution as the one your desktop is using, to avoid conflicts with your monitors' native resolution.
Following lines should be:
Code:
{antialiasing none}
{vertical_sync 0}
{detail detail_high}
{shadow cross_filter_shadowmap}
Don't copy these settings! They're just the lines which should follow up after the first four copied lines (parameters don't have to be the same, although disabling vertical sync might resolve your problem).
Good luck!