Application Details:
Version: | 1.0.0.1 |
License: | Demo |
URL: | http://limbogame.org/ |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.7.22 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Everything works (This is the full retail version)
What does not
It all works
Workarounds
What was not tested
Finished the game and everything worked perfectly.
Hardware tested
Graphics:
Additional Comments
MBD - Asus Z87PRO CPU - Intel i7 4770k RAM - 32 GB RAM SSD - Samsung 840 PRO VID - Nvidia 440 GT (310.xx) OS Mode - Windows 7 Prefix works better on 32-Bit, so for 64-Bit users please do the following: rm -fr ~/.wine export WINEARCH=win32 export WINEPREFIX="/home/USER/.wine" winecfg If it helps, this is my complete winetrick component list that applies for most applications. It saves the time and trouble of any issues or needed DLLs. d3dx10 d3dx9_26 d3dx9_28 d3dx9_31 d3dx9_35 d3dx9_36 d3dx9_39 d3dx9_42 d3dx9_43 d3dx9 directx9 dotnet20sp1 dotnet20 dotnet30sp1 dotnet35 dotnet40 gfw mfc40 mfc42 msxml3 msxml4 msxml6 physx quartz vb6run vcrun2003 vcrun2005 vcrun2008 vcrun2010 vcrun6sp6 vcrun6 wmp10 wsh56vb wsh57 xact_jun2010 xact xinput xna40
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 14.04 "Trusty" amd64 (+ variants like Kubuntu) | Aug 03 2014 | 1.7.22 | Yes | Yes | Gold | Luis Alvarado | ||
Show | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | Jun 09 2012 | 1.5.5 | Yes | Yes | Platinum | Dan Butler | ||
Show | Arch Linux x86_64 | May 01 2012 | 1.5.3 | Yes | Yes | Gold | Lara Maia | ||
Show | Ubuntu 11.04 "Natty" amd64 (+ variants like Kubuntu) | Feb 01 2012 | 1.3.37 | Yes | Yes | Platinum | Graham Inggs |
Bug # | Description | Status | Resolution | Other apps affected |
Override the following dll 's before (or after) installing Limbo:
export WINEPREFIX="âšâšâšâšâšâš"
winetricks d3dx9_43 d3dcompiler_43
In the instance of a failure you would find Limbo might fail to launch successfully (backtrace will indicate a failure in d3dcompiler_43), e.g.:
Backtrace:
=>0 0x056396a9 in d3dcompiler_43 (+0x1e96a9) (0x0033e238)
1 0x055285e4 in d3dcompiler_43 (+0xd85e3) (0x0033e63c)
2 0x0552750e in d3dcompiler_43 (+0xd750d) (0x0033e668)
3 0x054b6e6f in d3dcompiler_43 (+0x66e6e) (0x0033f3a4)
4 0x100e6186 in d3dx9_43 (+0xe6185) (0x0033f650)
5 0x004862e3 in limbo (+0x862e2) (0x03058489)
Alternatively you might see a vertex error KW_VERTEX popup dialog from Wine.
Note: you only need to specify the WINEPREFIX env variable if you are not using the default location: WINEPREFIX="${HOME}/.wine"
More recent test indicates that the issue is still present in Wine release wine-1.9.18 (Vanilla).
"First Time" Setup
To stop the firstevery time (!!) setup of the MS DirectX redistributable, for the default SteamApps location, in a 32-bit Wineprefix:
rm -rf "${WINEPREFIX}/drive_c/Program Files/Steam/steamapps/common/Limbo/DirectX_Redist"
... or for the default SteamApps location, in a 64-bit Wineprefix:
rm -rf "${WINEPREFIX}/drive_c/Program Files/Steam/steamapps/common/Limbo/DirectX_Redist"
Comments for this application have been disabled because there are no maintainers.