Problem with banner saga

Questions about Wine on Linux
Locked
SoNuclear
Newbie
Newbie
Posts: 1
Joined: Tue Feb 25, 2014 5:52 am

Problem with banner saga

Post by SoNuclear »

I installed banner saga and when i run the game, i cant click anything, so i ran it through terminal and i ended up with a bunch of fixme's, would love if someone could comment on these...

Code: Select all

fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:lsa:LsaGetLogonSessionData 0x33ebc8 0x33ebd8 stub
steamworksAneInitializer
SteamworksAne steamworksContextInitializer
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:ras:RasEnumConnectionsW (0x13ddd0,0x2ead228,0x76c623e4),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
fixme:service:EnumServicesStatusW resume handle not supported
fixme:ras:RasEnumEntriesW ((nil),(null),0x1e30930,0x2eada58,0x1e298a4),stub!
err:winediag:wined3d_dll_init The GLSL shader backend has been disabled. You get to keep all the pieces if it breaks.
fixme:win:EnumDisplayDevicesW ((null),0,0x33e1e8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e1d8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33d2b4,0x00000000), stub!
FMODAirNativeExtension initializer
FMODAirNativeExtension contextInitializer
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x4c3e978): stub
loadFEVloadFEVloadFEVfixme:win:EnumDisplayDevicesW ((null),0,0x33b3f4,0x00000000), stub!
fixme:ras:RasEnumConnectionsW (0x13ddd0,0x41ad228,0x76c623e4),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Problem with banner saga

Post by Bob Wya »

@SoNuclear,

Not familiar with that game... But I guess you are playing it through Steam right? On Ubuntu or an Ubuntu-derived distro?
Perhaps we could get a few more details instead of trying to guess/work them all out ourselves??!! :roll:

Like...
1) What version of Wine are trying to use?
2) What graphics card and driver version are you using?
3) What command are you using to launch the game?

The fixme: prefixes in the log tend to indicate stubbed dll's in the Wine codebase. Typically these can be ignored.

Bob
Locked