http://bugs.winehq.org/show_bug.cgi?id=4011
Summary: DirectPlay is not registered Product: Wine Version: CVS Platform: Other URL: http://www.cyberjass.com/ OS/Version: other Status: UNCONFIRMED Keywords: download, NoAppDBEntry Severity: normal Priority: P2 Component: wine-directx-dplay AssignedTo: fenix@club-internet.fr ReportedBy: jonathan@ernstfamily.ch CC: wine-bugs@winehq.org
This small card game works but complains that directx8 is not installed. I think this comes from the fact that our dplay.dll is not correctly registered
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:richedit:RichEditANSIWndProc WM_STYLECHANGING: stub fixme:richedit:RichEditANSIWndProc WM_STYLECHANGED: stub err:ole:CoGetClassObject class {667955ad-6b3b-43ca-b949-bc69b5baff7f} not registered err:ole:CoGetClassObject no class object {667955ad-6b3b-43ca-b949-bc69b5baff7f} could be created for for context 0x1 fixme:ole:CoCreateInstance no classfactory created for CLSID {667955ad-6b3b-43ca-b949-bc69b5baff7f}, hres is 0x80040154 err:ole:CoUninitialize Mismatched CoUninitialize err:ole:CoUninitialize Mismatched CoUninitialize
Googling for {667955ad-6b3b-43ca-b949-bc69b5baff7f} shows that dplay should create the clsid entry in the registry I think.