Error when trying to run Limbo game

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
F_style
Level 4
Level 4
Posts: 155
Joined: Sat Sep 25, 2010 8:55 pm

Error when trying to run Limbo game

Post by F_style »

I'm trying this game:
http://appdb.winehq.org/objectManager.p ... &iId=24128

I have virtual desktop checked on winecfg, tried copying d3dx9_43 from a Windows installation to the game's directory, tried adding this same dll in winecfg and checking it as built in, it's not working. I get an error saying "Vertex shader error" and this on console:

Code: Select all

user@linux-t9br:~/Documentos/LIMBO> wine limbo.exe
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:win:EnumDisplayDevicesW ((null),0,0x32f5c0,0x00000000), stub!
fixme:d3dcompiler:D3DCompile data 0xa965b8, data_size 11295, filename (null), defines (nil), include (nil), entrypoint "FixedFunction2DUVVS",
target "vs_3_0", sflags 0x9, eflags 0, shader 0x32f744, error_messages 0x32f748 stub!
Any help about this?
Thank you.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

http://appdb.winehq.org/objectManager.p ... ngId=67388
suggests
winetricks d3dcompiler_43 d3dx9_43
F_style
Level 4
Level 4
Posts: 155
Joined: Sat Sep 25, 2010 8:55 pm

Post by F_style »

I'm not sure of what's the difference between the link I posted and your link, and how to get this one (I thought they were the same link...), but thank you very much. The problem was, I did have d3dx9_43.dll placed in the game's folder, but I was missing d3dcompiler_43. Placed this one as well and the game worked.
Locked