[18:02] When playing the first Command and Conquer in Wine, the game will fairly often fail to redraw, forcing me to kill and restart it, which is fairly annoying. A bug report on winehq.org offered a workaround: simply restrict Wine to a single CPU. schedtool
was recommended but was not installed on my laptop, so I took a different route:taskset --cpu-list 1 wine "c:\Westwood\C&C95\C&C95.exe"
did the job.