2040 | 36 | ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c0000109
0xc0000109 is NT_STATUS_MESSAGE_NOT_FOUND according to http://lists.samba.org/archive/jcifs/2004-February/003038.html.
Interestingly, in dlls/ntdll/tests/error.c, there is already an entry for STATUS_MESSAGE_NOT_FOUND, so I am not sure where this fixme is originating (older version of wine?): 511 cmp(STATUS_MESSAGE_NOT_FOUND, ERROR_MR_MID_NOT_FOUND);
For details, you can check:
http://article.gmane.org/gmane.comp.emulators.wine.patches/75533/
Regards,
Wolfram