https://bugs.winehq.org/show_bug.cgi?id=56912
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zeb Figura z.figura12@gmail.com --- The faulting instruction isn't ldsl (it would be ldsl if that instruction could take a register as a source argument, but it can't). The faulting instruction is actually vcmpps. The program probably requires AVX (or it mistakenly detects AVX when the processor doesn't support it). Does this program work on Windows without AVX?