http://bugs.winehq.org/show_bug.cgi?id=20265
--- Comment #10 from Howie Hoyt n4af@pvrc.org 2010-05-10 06:22:05 --- Update- I have not been able to do regression testing yet because when I went to set the bisect good/bad I found i could not return wine to 'good' status.
After a LOT of testing, I found that making TR4W work (circumvention) consists of two parts. In terms of bz2 source, wine 1.0 must be used.
Best I can tell the bisect is wine-1.0 good and wine 1.1.0 bad.
But additionally, wine must be (initially) started with the directory of the config file included. This means change the command from env WINEPREFIX="/home/howie/.wine" wine "C:\Program Files\TR4W\tr4w.exe" to env WINEPREFIX="/home/howie/.wine" wine "C:\Program Files\TR4W\tr4w.exe" /CQ-M/CQM.CFG
Naturally, you must modify the above for YOUR UID and your contest directory. The later will invariably bring up TR4W but without the ability to save the log. Take TR4W down normally, restore the start command to the normal (first) line and all should be ok.
Howie