IGCIT / Intel-GPU-Community-Issue-Tracker-IGCIT

IGCIT is a Community-driven issue tracker for Intel GPUs.
GNU General Public License v3.0
113 stars 3 forks source link

Dakar 18 - Crash on launch #69

Closed rabbit0864 closed 2 years ago

rabbit0864 commented 3 years ago

Checklist [README]


Game / Application [Required]

Dakar 18

Game Platform [Required]


Processor / Processor Number [Required]

i5 1135g7

GPU Driver Version [Required]


Rendering API [Required]


Windows Build Number [Required]


Description and steps to reproduce [Required]

Game crashes on launch. Shows title screen for a few seconds then crash to desktop.

  1. Launch game

Device / Platform [Optional][Recommended]

Win 3


Game Settings [Optional][Recommended]


Save game (if possible, could help solve the issue faster) [Optional]


Windows mini dump (small memory dump) (if available) [Optional][Recommended]


Game custom logs (if available) [Optional][Recommended]

EstebanIntel commented 2 years ago

Hi @rabbit0864,

We have found the root cause of this issue to be related to the OpenSSL* SHA Crash Bug. This must be fixed by the game developer, but a workarround you can use is described in the link above:

Short-Term Workaround This is most useful for testing or identification of the bug. If the ISV (independent software vendor) controls the process launch 100 percent through a script or launcher, it could then be used as a fix.

OpenSSL provides an environment variable control for enabling features, including one that modifies the Intel® CPU identification, OPENSSL_ia32cap:

set OPENSSL_ia32cap=:~0x20000000 image

This disables the OpenSSL code check for SHA extensions and runs a different code path that does not contain the crashing bug. We verified this on a TigerLake laptop and the game launch successfully after adding the key.