http://bugs.winehq.com/show_bug.cgi?id=1803
------- Additional Comments From ajfrantz@comcast.net 2003-02-12 19:03 ------- I've managed to get Steam up and running--that would probably mean that this is *not* a bug.
Just a couple of quick steps to resolve the crash that follows shortly after those lines:
Download and install (not sure if this is mandatory, but on a hunch as to the CoCreateInstance message): http://download.microsoft.com/download/vb60pro/Redist/sp5/WIN98Me/EN-US/vbru...
Then tweak the DllOverrides... Here's a setup that was working for me (it's a hacked together list, it's quite likely I could do it cleaner, I just did a one-pass brute force thing)...
[AppDefaults\Steam.exe\DllOverrides] "*comctl32" = "builtin" "mapi" = "native, builtin" "mapi32" = "native, builtin" "ole32" = "native, builtin" "compobj" = "native, builtin" "ole2" = "native, builtin" "ole2nls" = "native, builtin" "ole2conv" = "native, builtin" "ole2prox" = "native, builtin" "ole2thk" = "native, builtin" "storage" = "native, builtin" "olepro32" = "native, builtin" "rpcrt4" = "native" "oleaut32" = "native" "msvcrt" = "native, builtin" "wininet" = "native" "setupapi" = "native, builtin" "devenum" = "native, builtin" "quartz" = "native, builtin" "urlmon" = "native" "shdocvw" = "native" "jscript" = "native, builtin" "wintrust" = "native, builtin" "shlwapi" = "native, builtin" "secur32" = "native, builtin" "crypt32" = "native" "ddraw" = "native, builtin" "shlwapi" = "native, builtin" "*user.exe" = "native,builtin" "*" = "builtin, native"
Now to get hl.exe running! ;)