https://bugs.winehq.org/show_bug.cgi?id=42695
Cristóbal Camarero nakacristo@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nakacristo@hotmail.com
--- Comment #12 from Cristóbal Camarero nakacristo@hotmail.com --- I have been debugging Path of Exile on a Windows machine and the condition to show the "Failed to create WIC Factory" depends only on a call to kernelbase.InitOnceExecuteOnce passing a function containing a call to combase.CoCreateInstance.
I do not know a lot of wine, but it seems that InitOnceExecuteOnce is at kernel32 and CoCreateInstance at ole32. I am not sure if that could be causing problems.