[Bug 134] Age Of Empires II - says 'couldn't initialize graphics...'

Wine Bugs wine-bugs at winehq.com
Sun Jun 29 07:38:03 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=134





------- Additional Comments From pammann at aro.ch  2003-29-06 07:38 -------
"MS_WINHELP" class hasnt been registered.

adding this into FindWindow might slove this
if (WinExec("winhelp.exe -x", SW_SHOWNORMAL) < 32)
{
  ERR("can't start winhelp.exe -x ?\n");
  return FALSE;
}

because this will register "MS_WINHELP".

after this hack, the game badly still dsoent work....

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list