Borderlands 2 Black Screen on Startup

Questions about Wine on Linux
Locked
Azhtabak
Newbie
Newbie
Posts: 1
Joined: Fri Sep 28, 2012 12:10 pm

Borderlands 2 Black Screen on Startup

Post by Azhtabak »

Hi,

I am attempting to run the game borderlands 2. When I attempt to run the game; either through steam or directly from the exe; the initial logos run, but then the game loads to a black screen and does nothing else. There is no sound. This is with wine 1.5.13 on openSUSE.

Terminal output:

Code: Select all

fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
fixme:advapi:EventRegister {47a9201e-73b0-42ce-9821-7e134361bc6f}, 0x3f005160, 0x3f036b20, 0x3f036b18
fixme:advapi:EventRegister {58a9201e-73b0-42ce-9821-7e134361bc70}, 0x3f005160, 0x3f036b58, 0x3f036b50
fixme:advapi:EventRegister {3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0x3f005160, 0x3f036ae8, 0x3f036ae0
fixme:advapi:EventRegister {1432afee-73b0-42ce-9821-7e134361b433}, 0x3f005160, 0x3f036b90, 0x3f036b88
fixme:advapi:EventRegister {4372afee-73b0-42ce-9821-7e134361b519}, 0x3f005160, 0x3f036bc8, 0x3f036bc0
Setting breakpad minidump AppID = 49520
Steam_SetMinidumpSteamID:  Caching Steam ID:  76561198068129787 [API loaded no]
fixme:gameux:GameExplorerImpl_VerifyAccess (0x16dd78, L"C:\\Program Files\\Steam\\SteamApps\\common\\Borderlands 2\\Binaries\\Win32\\Borderlands2.exe", 0x233f544)
fixme:win:EnumDisplayDevicesW ((null),0,0x233e1c4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x233e0c8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x233f5ec,0x00000000), stub!
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:mmdevapi:MMDevEnum_RegisterEndpointNotificationCallback stub
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24) WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the format lookup table
fixme:d3d9:D3DPERF_SetOptions (0x1) : stub
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:query_init Unhandled query type 0xc.
fixme:thread:SetThreadIdealProcessor (0x33c): stub
fixme:imm:ImmReleaseContext (0x6014e, 0x23898de8): stub
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:wined3d_buffer_preload Too many declaration changes or converting dynamic buffer, stopping converting
fixme:thread:SetThreadIdealProcessor (0x33c): stub
fixme:thread:SetThreadIdealProcessor (0x33c): stub
^[[1]    21058 terminated  wine Borderlands2.exe
Any ideas?
Krywk
Newbie
Newbie
Posts: 3
Joined: Fri Oct 05, 2012 8:39 am

Re: Borderlands 2 Black Screen on Startup

Post by Krywk »

I can confirm this happens to me too on WINE 1.5.13 on Ubuntu 11.10.

I think we should file this as a bug on the Borderlands 2 bugzilla.
Krywk
Newbie
Newbie
Posts: 3
Joined: Fri Oct 05, 2012 8:39 am

Re: Borderlands 2 Black Screen on Startup

Post by Krywk »

Sorry for the double post, but I think I found a solution.

I downgraded WINE to 1.4 and the game now runs. Now the problem is...

Menus overlap. So we have to fix that now.
Locked