[15:51] but in unicode.c in line 1593 there is a seh block that is commented out [15:52] inside this block ntdll_winetest large_int crashes [15:52] Eip: [15:52] lib/rtl/unicode.c:1597 (RtlLargeIntegerToChar@16) [15:52] rtl contains no PSEH at all [15:52] Fireball: it does [15:52] sadly [15:52] oh? [15:52] we had to disable it for freeldr, though [15:52] yeah [15:53] we've just been discussing that with Christoph_vW [15:53] but I can confirm Microsoft uses SEH too in those functions [15:53] link PSEH in freeldr [15:53] allocate a bogus fs segment [15:53] just so setting up the frame won't crash [15:53] OR [15:53] make a special build of rtl for freeldr [15:54] which you already shot down