I was looking to migrate our Log Parsing setup to Linux, we parse windows event logs using Log Parser, yay lets try Wine! Alas I'm stuck here: Code: fixme:ntdll:NtQuerySystemInformation (0x00000032,0x32fad8,0x00000004,(nil)) stub wine: Call from 0x7ef7dc26 to unimplemented function ntdll.dll.RtlCreateTagHeap, aborting ntdll.dll is one that WINE overrides, and as I understand it, overriding WINE on that will just break WINE. Any ideas? I'm running wine-1.1.42 on Debian.