Skip to content

Instantly share code, notes, and snippets.

@remylavergne
Last active July 13, 2022 10:32
Show Gist options
  • Save remylavergne/a41a5f541938613b721d0ae907410aa3 to your computer and use it in GitHub Desktop.
Save remylavergne/a41a5f541938613b721d0ae907410aa3 to your computer and use it in GitHub Desktop.
[Windows 10] Disney Pixar Cars 2 game crash fix

Disney Pixar Cars 2 (2011) crash fix

Problems

  • Black screen
  • Music loop stuck
  • Computer freeze (needs a full reboot to work again)
  • Can't play more than one mission

Tested & fixed on Windows 10

Requirements

  • PsExec
  • Steam or game path (I tested directly with Steam)

How to

  • Open a terminal with admin privileges
  • Download PsExec, and unzip it
  • Go into PsExec unzip folder
  • Into terminal :
.\PsExec.exe -a 1 "C:\Program Files (x86)\Steam\Steam.exe"

At this point, Steam works only on CPU 1. After that, start your game. Enjoy 🥳.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment