The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
Playable with wine 1.3.32 + patches
by Rafael Martins on Saturday July 21st 2012, 17:33
After digging through all the bug reports I managed to make the game playable; not perfect, but pretty close. You need to compile a very specific version of wine (1.3.32) with a set of patches made by Octavian Vocu specifically for TLJ (thank you, Octavian). Below is a sequence of bash commands to illustrate the process.
Notes:
* The most annoying bug still present is the fact that the "action choices" (hand, eye, etc.) that should appear when you click an object only appear sometimes; you have to keep clicking the object until you get it.
* I'm assuming you've already got TLJ installed somewhere; the GOG installer, for example, works with any recent wine version. The variable $TLJ-PATH below would be the game's installation path.
* If you don't have root powers, set the prefix on './configure' to some local directory inside your home (and run 'make install' without sudo).
# Get the source
wget mirrors.ibiblio.org/wine/source/1.3/wine-1.3.32.tar.bz2 tar jxf wine-1.3.32.tar.bz2
cd wine-1.3.32
# Download and apply patches
wget bugs.winehq.org/attachment.cgi?id=37486 -O tlj-1.patch
wget bugs.winehq.org/attachment.cgi?id=37430 -O tlj-2.patch
wget bugs.winehq.org/attachment.cgi?id=37213 -O tlj-3.patch
patch -p1 < tlj-1.patch
patch -p1 < tlj-2.patch
patch -p1 < tlj-3.patch
# Fulfill build dependencies (if you're not on a Debian-based distro, you'll have to do this another way)
sudo apt-get build-dep wine
# Compile and install into an isolated path
./configure --prefix=/opt/wine-1.3.32-tlj
make
sudo make install
# Use wine-1.3.32-tlj to run the game
cd $TLJ-PATH
/opt/wine-1.3.32-tlj/bin/wine Game.exe
About this game, and wine.
by Chris on Thursday September 30th 2010, 17:04
Hello,
i play this game. But without the 3D-Characters its nearly unplayable.. don't know why someone give this game a gold rating.
If i got more diskspace i will try this game again with wine 1.3.0. But i did not test it. I played the game with cedega. But the first Versions i used (7.3.3 and above) had the same issues. That are describe here. Just one Version 7.1.0 works fine and show the Characters.
But maybe its important, here are my settings:
GLSL -> no
FBO -> no
Pixel Shader 1.4
Vertex Shader 1.1
Just had issues with some Fonts in the low resolution. But the game itself work fine, just one issue in the under water world.
Major graphical problems, wine 1.0.29
by Lloyd on Thursday September 17th 2009, 11:04
Problems mentioned in related bugs persist. Character models are in black and only partially displayed. Dialogues sometimes come up blank. Some dialogues do not appear to come up at all (but are there).
err, 1.1.29. by Lloyd on
Thursday September 17th 2009, 11:08
Unplayable = Garbage rating
by Anonymous on Sunday November 18th 2007, 18:18
If the game is unplayable for whatever bug/problem, it should have the Garbage rating and not Bronze. No matter how painfully close it is to being playable, if it's unplayable, it's garbage.