[PATCH v3 1/2] ntdll/tests: Restore EFlags without re-loading.

Jefferson Carpenter jeffersoncarpenter2 at gmail.com
Mon Sep 21 14:42:47 CDT 2020


FWIW what this fixes is this when I run the exception tests:

$ ../../../loader/wine ./ntdll_test.exe.so exception
0088:err:plugplay:deviceloop_thread Can't init SDL: SDL not built with 
haptic (force feedback) support
0050:err:explorer:initialize_display_settings Failed to query current 
display settings for L"\\\\.\\DISPLAY1".
exception.c:519: exception: c0000027 flags:2 addr:00BB0022 context: 
Eip:bb0022
Segmentation fault


So the wine process is actually producing an unhandled segfault and not 
running any of the subsequent exception tests.



More information about the wine-devel mailing list