Viewers
The main viewer is version 3.7.4-288138.

This is the version that got the FMODEX fixes that solved a race condition. For the less geeky, a race condition is a common problem in multi-threaded programs. You can think of the threads as separate processes or programs that run at the same time. Once up on a time computers had only one CPU running programs and race conditions were not as common. Now with 2 to 8 cores (CPU’s) built into a single CPU chip the computer can do more than one thing at a time.

