vitamin wrote: > James Mckenzie wrote: > >> wine-pthread was removed from this version forward. pthread is not supported by modern Linux kernels and the Mach-O system. >> > > Eh? You mean other way around? > > P-Threads (POSIX threads) are the default threading model on most *NIX now days. > > "wine-pthread" was removed indeed as it's now integrated into loader as the only remaining option. > > Yep. I knew that this was removed. I'm guessing that k-thread was the last remaining and removed threading method. My mistake. James McKenzie