Deadlight launching

Questions about Wine on Linux
Locked
User avatar
core
Level 3
Level 3
Posts: 84
Joined: Tue Oct 23, 2012 6:22 am

Deadlight launching

Post by core »

Installed Deadlight game from Steam. From winetricks: d3dx9 (and all needed dependencies), vcrun2010.
Have crash after 2-3 sec. loading window.

Terminal log with Win XP

Code: Select all

fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:gameux:GameExplorerImpl_VerifyAccess (0x140a30, L"C:\\Program Files\\Deadlight\\Binaries\\Win32\\LOTDGame.exe", 0x1a6f510)
fixme:win:EnumDisplayDevicesW ((null),0,0x1a6e1d0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x1a6e0c8,0x00000000), stub!
[VGL] NOTICE: Pixel format of 2D X server does not match pixel format of
[VGL]    Pbuffer.  Disabling PBO readback.
fixme:win:EnumDisplayDevicesW ((null),0,0x1a6f5c4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x1a6f5e8,0x00000000), stub!
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb53c0000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb52c0000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb52a0000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb5250000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb5230000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb5210000
fixme:faultrep:ReportFault 0x1a6eac0 0x0 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)
or Win 7

Code: Select all

fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:gameux:GameExplorerImpl_VerifyAccess (0x140a30, L"C:\\Program Files\\Deadlight\\Binaries\\Win32\\LOTDGame.exe", 0x1a6f510)
fixme:win:EnumDisplayDevicesW ((null),0,0x1a6e1d0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x1a6e0c8,0x00000000), stub!
[VGL] NOTICE: Pixel format of 2D X server does not match pixel format of
[VGL]    Pbuffer.  Disabling PBO readback.
fixme:win:EnumDisplayDevicesW ((null),0,0x1a6f5c4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x1a6f5e8,0x00000000), stub!
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
fixme:pulse:AudioSessionControl_RegisterAudioSessionNotification (0x14ca40)->(0x54d8acc) - stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x691e918): stub
fixme:avrt:AvSetMmThreadPriority (0x12345678)->(1) stub
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb53a0000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb52a0000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb5280000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb5260000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffb5230000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffafaf0000
fixme:faultrep:ReportFault 0x1a6eac0 0x0 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)
User avatar
core
Level 3
Level 3
Posts: 84
Joined: Tue Oct 23, 2012 6:22 am

Re: Deadlight launching

Post by core »

Strange but on 12.10 Quantal is working perfectly.
Locked