https://bugs.winehq.org/show_bug.cgi?id=54171
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #2 from Bernhard Übelacker bernhardu@mailbox.org --- I gave it a try and received the same "Out of memory" dialog box. Some searching later I found that mmutilse.dll might have been part of some old `Internet Explorer` and found it in IE 5.5 (IE_S5.CAB).
The GUID 283807b5-2c60-11d0-a31d-00aa00b92c03 leads to a danim.dll (DirectAnimation.DAView.1), which can also be found in IE 5.5 (AXA.CAB).
So I extracted both files and placed into syswow64, and registered the latter. Then the game starts up and let one go a little further selecting a campaign, but then crashes in level13data.c2 calling some ddraw/dx7vb functions, which might receive another bug report.
Therefore this bug might be mostly about implementing danim.dll, or at least getting IE 5.5 installed.
``` winetricks mfc40 winetricks mfc42 winetricks vb6run winetricks xvid
f1d5314a34d68f4fe204cfb15c5f84e0 KODA_ENG_DEMO_SETUP.zip
https://archive.org/download/ie-5.5/IE%205.5.iso # used cabextract to get MMUTILSE.DLL from IE_S5.CAB # and danim.dll from AXA.CAB. cp -a MMUTILSE.DLL windows/syswow64/ cp -a danim.dll windows/syswow64/ wine c:\windows\syswow64\regsvr32.exe c:\windows\syswow64\danim.dll ```