Cannot Run Subway Surfers in ubuntu

Questions about Wine on Linux
Locked
cipher
Newbie
Newbie
Posts: 1
Joined: Sun Mar 09, 2014 12:37 pm

Cannot Run Subway Surfers in ubuntu

Post by cipher »

Here's my log from the terminal. I could not find any solutions online

Code: Select all

cipher@cipher:~/.wine/drive_c/Games/Subway Surfers$ wine Subway_Surfers.exe 
Mono path[0] = 'C:/Games/Subway Surfers/Subway_Surfers_Data/Managed'
Mono path[1] = 'C:/Games/Subway Surfers/Subway_Surfers_Data/Mono'
fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8A8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8X8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:win:EnumDisplayDevicesW ((null),0,0x7f7e558,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x808e354,0x00000000), stub!
fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8A8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8X8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:win:EnumDisplayDevicesW ((null),0,0x808e1e0,0x00000000), stub!
fixme:dxgi:dxgi_output_GetDesc iface 0x13e580, desc 0x808e7dc stub!
fixme:wbemprox:wbem_locator_ConnectServer 0x13e008, L"\\\\.\\root\\cimv2", (null), (null), (null), 0x00000000, (null), (nil), 0x808e850)
fixme:win:GetRawInputDeviceList (pRawInputDeviceList=(nil), puiNumDevices=0x32d724, cbSize=8) stub!
fixme:win:GetRawInputDeviceList (pRawInputDeviceList=(nil), puiNumDevices=0x32d718, cbSize=8) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x32df70, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterDeviceNotificationW (hwnd=0x30024, filter=0x32df94,flags=0x00000000) returns a fake device notification handle!
fixme:imm:ImmReleaseContext (0x40024, 0x144530): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x32f464, uiNumDevices=1, cbSize=12) stub!
err:wgl:X11DRV_wglShareLists Could not share display lists, one of the contexts has been current already !
fixme:dbghelp_dwarf:dwarf2_parse_subprogram Unhandled Tag type 0x26 at ctx(0x32b63c,L"libc.so.6"), for debug_info(abbrev:0x81a13a0,symt:0x8234d48)
fixme:dbghelp_dwarf:compute_location Only supporting one reg (edx/19 -> -2)
fixme:dbghelp_dwarf:compute_location Only supporting one reg (edx/19 -> -2)
fixme:dbghelp_dwarf:compute_location Only supporting one reg (edx/19 -> -2)
fixme:dbghelp_dwarf:compute_location Only supporting one reg (edx/19 -> -2)
fixme:dbghelp_dwarf:dwarf2_parse_subprogram Unhandled Tag type 0x26 at ctx(0x32b63c,L"libc.so.6"), for debug_info(abbrev:0x84f1c44,symt:0x8d84cb8)
fixme:dbghelp_dwarf:dwarf2_parse_subprogram_block Unhandled Tag type 0xf at ctx(0x32b63c,L"libc.so.6"), for debug_info(abbrev:0x84f1cf4,symt:(nil))
fixme:dbghelp_dwarf:dwarf2_parse_subprogram_block Unhandled Tag type 0xf at ctx(0x32b63c,L"libc.so.6"), for debug_info(abbrev:0x84f1cf4,symt:(nil))
fixme:dbghelp_dwarf:dwarf2_parse_subprogram_block Unhandled Tag type 0x26 at ctx(0x32b63c,L"libc.so.6"), for debug_info(abbrev:0x8fa2694,symt:(nil))
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb7460000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb7450000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb7440000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb7420000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb7410000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb63d0000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb3cc0000
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x42d2ab
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cannot Run Subway Surfers in ubuntu

Post by dimesio »

Code: Select all

fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8X8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
What graphics card/drivers are you using?
Locked