Starcraft II Beta Launcher Issue

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
8Bit
Newbie
Newbie
Posts: 3
Joined: Thu May 13, 2010 3:51 pm

Starcraft II Beta Launcher Issue

Post by 8Bit »

I successfully installed the beta to one of my partitions, and the patches were all applied without a hitch, didn't get the slow firewall problem until the last patch application though, for whatever reason. I have an nVidia GTX 260 with the most current drivers installed. When I put the following command in the terminal it hangs on the bold and then goes through the rest to give me a popup window with a nice errorlog that I have in the pastie link at the bottom of the post.

Code: Select all

$ wine StarCraft\ II.exe
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (3000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 3000
[stephen@acid StarCraft II Beta]$ err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x3eaee88,0x3eaee84): stub
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
[b]fixme:win:EnumDisplayDevicesW ((null),0,0x3eae91c,0x00000000), stub!
[/b]fixme:win:EnumDisplayDevicesW ((null),0,0x3eae850,0x00000000), stub!
fixme:d3d:debug_d3dformat Unrecognized 909198916 (as fourcc: DF16) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909198916) in the format lookup table
fixme:d3d:debug_d3dformat Unrecognized 909198916 (as fourcc: DF16) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909198916) in the format lookup table
fixme:d3d:debug_d3dformat Unrecognized 875710020 (as fourcc: DF24) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(875710020) in the format lookup table
fixme:d3d:debug_d3dformat Unrecognized 875710020 (as fourcc: DF24) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(875710020) in the format lookup table
fixme:d3d:debug_d3dformat Unrecognized 1280070990 (as fourcc: NULL) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(1280070990) in the format lookup table
fixme:d3d:debug_d3dformat Unrecognized 1280070990 (as fourcc: NULL) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(1280070990) in the format lookup table
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"mmdevapi.dll"
err:ole:create_server class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x7
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x217530,0x217430): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x217530,0x217430): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x217530,0x217430): stub
err:module:load_builtin_dll failed to load .so lib for builtin L"WLDAP32.dll": libssl.so.0.9.8: cannot open shared object file: No such file or directory
err:module:import_dll Loading library WLDAP32.dll (which is needed by L"Z:\\media\\SC2\\StarCraft II Beta\\Support\\Battle.net.dll") failed (error c000007a).
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x3ead154,0x3ead150): stub
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x3eacdf4,0x3eacdf0): stub
fixme:ntdll:NtPowerInformation semi-stub: SystemPowerCapabilities
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:dxdiag:ProcessCommandLine /t unimplemented
^C
fixme:win:EnumDisplayDevicesW ((null),0,0x3eae91c,0x00000000), stub! <--- hangs here


Here is the error log from the "ErrorReporter"

http://pastie.org/957242

The same thing occurs when I use this command (or use the shortcut):

Code: Select all

$ wine "D:\SC2\Starcraft II Beta\StarCraft II.exe"
Any ideas? The only other thing to note is before it hangs, my mouse will not show up on the screen where the game should launch.
Warren Dumortier

Starcraft II Beta Launcher Issue

Post by Warren Dumortier »

Aren't you just missing WLDAP32.dll ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
8Bit
Newbie
Newbie
Posts: 3
Joined: Thu May 13, 2010 3:51 pm

Re: Starcraft II Beta Launcher Issue

Post by 8Bit »

Warren Dumortier wrote:Aren't you just missing WLDAP32.dll ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Thanks for the response, I am not sure how I would go about adding that in. Sorry I really haven't run into issues with wine before, would you mind pointing me somewhere to show me or just giving me the sparknotes?
Charles Davis

Starcraft II Beta Launcher Issue

Post by Charles Davis »

On 5/13/10 2:58 PM, 8Bit wrote:
libssl.so.0.9.8: cannot open shared object file: No such file or directory
Well there's your problem!

Make sure you have openssl installed.

Chip
8Bit
Newbie
Newbie
Posts: 3
Joined: Thu May 13, 2010 3:51 pm

Re: Starcraft II Beta Launcher Issue

Post by 8Bit »

Charles Davis wrote:On 5/13/10 2:58 PM, 8Bit wrote:
libssl.so.0.9.8: cannot open shared object file: No such file or directory
Well there's your problem!

Make sure you have openssl installed.

Chip
Oh wow, I definitely only had a 64 bit version installed -- needed a compatibility apparently. Thanks!

Unfortunately the screen goes away after about 5 seconds, with the last bit of code looking like this

Code: Select all

fixme:d3d:debug_d3dformat Unrecognized 909201952 (as fourcc:  R16) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909201952) in the format lookup table
fixme:d3d:debug_d3dformat Unrecognized 909200449 (as fourcc: AL16) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909200449) in the format lookup table
fixme:d3d:debug_d3dformat Unrecognized 909201952 (as fourcc:  R16) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909201952) in the format lookup table
fixme:d3d_surface:IWineD3DVolumeImpl_LockBox (0x162fc0) : pBox=(nil) stub
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
fixme:imm:ImmReleaseContext (0x50030, 0x143d58): stub
fixme:d3d_surface:IWineD3DVolumeImpl_LockBox (0x12c4db58) : pBox=(nil) stub
James McKenzie

Starcraft II Beta Launcher Issue

Post by James McKenzie »

Charles Davis wrote:
On 5/13/10 2:58 PM, 8Bit wrote:
libssl.so.0.9.8: cannot open shared object file: No such file or directory
Well there's your problem!

Make sure you have openssl installed.

Chip


Someone has to make the folks at StarCraft aware that openssl 1.0 is now
out as well.

That may break a lot of things real soon.

James McKenzie
Charles Davis

Starcraft II Beta Launcher Issue

Post by Charles Davis »

On 5/14/10 10:02 PM, James McKenzie wrote:
Charles Davis wrote:
On 5/13/10 2:58 PM, 8Bit wrote:
libssl.so.0.9.8: cannot open shared object file: No such file or
directory
Well there's your problem!

Make sure you have openssl installed.

Chip


Someone has to make the folks at StarCraft aware that openssl 1.0 is now
out as well.
Huh? What's that got to do with SC2? Absolutely nothing.

If you'll read the OP, you'll see that libssl was pulled in by Wine's
LDAP DLL (WLDAP32.DLL). The real issue is that the OP's version of Wine
was built against openssl 0.9.8. But that's not really a problem,
because when the OP's distro gets openssl 1.0, Wine will probably be
updated.

Chip
Locked