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

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

Hogwarts Legacy crash DXGI_ERROR_DRIVER_INTERNAL_ERROR #806

Open przkreft opened 4 days ago

przkreft commented 4 days ago

Checklist [README]

Game [Required]

Hogwarts Legacy

Game Platform [Required]

Other game platform

No response

Processor / Processor Number [Required]

R5 5600

Graphic Card [Required]

Arc A750

GPU Driver Version [Required]

31.0.101.5592

Other GPU Driver version

Last good known: 31.0.101.5084

Rendering API [Required]

Windows Build Number [Required]

Other Windows build number

No response

Intel System Support Utility report

sysinfo.txt

Description and steps to reproduce [Required]

Just open game on steam

Attaching crashlog from: C:\Users\Przemo\AppData\Local\Hogwarts Legacy\Saved\Crashes\11566776413630403C3C43958B07F57D

"ErrorMessage": "LowLevelFatalError [File:Unknown] [Line: 715] \nhr failed \n at W:/Engine/Source/Runtime/D3D12RHI/Private/Windows/WindowsD3D12PipelineState.cpp:1043 \n with error DXGI_ERROR_DEVICE_REMOVED with Reason: DXGI_ERROR_DRIVER_INTERNAL_ERROR\n\n\n\n",

Game graphic quality [Required]

Game resolution [Required]

2560x1440

Game VSync [Required]

On

Game display mode [Required]

Detailed game settings [Required]

doesn't apply

Device / Platform name

No response

Crash dumps [Required, if applicable]

CrashUserData.json No response

Save game

No response

przkreft commented 3 days ago

cleanup of C:\ProgramData\Hogwarts Legacy helped

IGCIT commented 3 days ago

is the crash solved?

Felipe-Intel commented 3 days ago

I installed the game on a 12th gen + A770 system and had no problem. @przkreft please confirm if you are still seeing the crash. Thanks!

przkreft commented 7 hours ago

Cleanup of shaders from C:\ProgramData\Hogwarts Legacy helps to solve issue. Still consumer can see issue when will try to run game without shader clean up after driver update. My files before removal were as old as 2023

Edit: Also downgrading driver version to "last known driver" which I pointed -> 5084 helped to run game again (before shader clean up) Issue is imo when game starts and it tries to use let's say "to old" compiled shaders with "to new" driver

Potential steps to reproduce -> First prepare clean environment (Uninstall Hogwarts Legacy + Clean up shaders C:\ProgramData\Hogwarts Legacy)

  1. Install older intel arc driver 5084
  2. Install game
  3. Run game (compile shaders)
  4. Update driver to latest one 5592
  5. Run game (expected crash)

Workaround:

  1. Remove files from C:\ProgramData\Hogwarts Legacy
  2. Run again game (run game as expected and compile shaders correctly)