Problems with multi-threading

The code uses multi-threading to make ray tracing faster. You might face problems because of this if the multi-thread code is not compatible with your system. You can disable the multi-threading by just commenting out the line - "#define MULTITHREADED" in the file src/ui/TraceUI.h.