On Wed, 2007-09-26 at 07:01 -0500, Aaron Spike wrote:
Ted Gould wrote:
No offense, but I don't believe you. Seriously. There is no way that the logic of the program could be different on Windows vs. Linux vs. other people using Windows.
I don't know what other advice to give. Sorry.
Not so fast there buddy. I decided to get off my duff and make a new windows build for myself and I can confirm that this is a problem. I even deleted my preferences.xml file.
Okay, can I skeptical then? ;)
Seriously though, this is program logic, not anything that should be related to platforms.
Could you put a printf in ExecutionEnv::run in the two cases for the "if(_humanWait)" statement. One that prints if we're waiting on the human and one if we're waiting on the computer. If live effect is not enabled we should always be waiting on the human (they're slow).
--Ted