Okay, but I'm not sure what windows codecs I would need. I've disabled gstreamer, and added quartz, but I'm getting the same issue. Though the gstreamer errors don't show anymore.dimesio wrote:That's https://bugs.winehq.org/show_bug.cgi?id=30557. I thought the Ubuntu Wine packages included unsupported patches to work around that, but perhaps I was wrong. The workaround for plain Wine is to disable winegstreamer and install native quartz, possibly devenum, and whatever Windows codecs are needed.Cobra! wrote:Code: Select all
(process:15812): GThread-WARNING **: GThread system no longer supports custom thread implementations.
Code: Select all
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:win:EnumDisplayDevicesW ((null),0,0x32f798,0x00000000), stub!
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {da4e3da0-d07d-11d0-bd50-00a0c911ce86} could be created for context 0x1
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\windows\\system32\\winegstreamer.dll"
err:ole:CoGetClassObject no class object {f9d8d64e-a144-47dc-8ee0-f53498372c29} could be created for context 0x401
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\windows\\system32\\winegstreamer.dll"
err:ole:CoGetClassObject no class object {728dcf55-128f-4dd1-ad22-becfa66ce7aa} could be created for context 0x401
fixme:msacm:acmFormatEnumW Unsupported fdwEnum values 00100000
fixme:d3d:state_lastpixel Last Pixel Drawing Disabled, not handled yet
Ah... Well, I guess I'm going to have to boot into Windows for that game.. unless the problem could be something else?dimesio wrote:SetProcessDEPPolicy is unimplemented, so if that's the problem, there's nothing you can do about it. https://bugs.winehq.org/show_bug.cgi?id=24125I noticed the first line mentions "DEP", some windows games stop working because of DEP, so maybe DEP is the problem, or part of it? How would I resolve it on wine?