https://bugs.winehq.org/show_bug.cgi?id=42175
Bug ID: 42175 Summary: Tomb Raider - The Last Revelation: crash on launch due to unhandled privileged instruction Product: Wine Version: 2.0-rc4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: z.figura12@gmail.com Distribution: ---
Created attachment 56794 --> https://bugs.winehq.org/attachment.cgi?id=56794 crash log from wine 2.0-rc4
When launched, the game immediately crashes attempting to execute a privileged instruction.
The instruction in question is
0x0048d843: movl %cr4,%eax
which appears to be invariant.
This does not appear to be the same bug as bug #31518 which crashes due to a page fault, and only due to a specific graphics setting. Here the executable crashes early enough that attempting to run the setup produces the same error.
I run 32-bit wine on 64-bit Kubuntu 16.04 with Intel integrated graphics.