Driver Game You Can Say That Again

VALORANT is a pretty optimized game. But it's not immune to bugs. Recently, players cannot play the game and get this message "Your game requires a system restart to play". Without access to your game, it's pretty upsetting. But the good news is, it's fixable.

Try these fixes:

You may not need to try them all; simply work your way down the list until you find the one that works.

  1. Run VALORANT as administrator
  2. Enable Vanguard service and change its startup type
  3. Disable driver signature enforcement
  4. Update your device drivers
  5. Disable virtualization

Fix 1: Run VALORANT as administrator

The "system restart" message may indicate that it's a permission issue. If your game didn't have the necessary permissions to run certain services, the issue will occur and you will not be able to play VALORANT. To fix it, you can forcibly open your game with administrative privileges.

Here's how to do this:

1) In the Search box, typevalorant. Right-clickVALORANTand selectOpen file location.

Valorant open file location

2) When the window opens, right-click onVALORANT Shortcut and selectProperties.

run VALORANT as administrator

3) Select theCompatibilitytab. Check the boxRun this program as an administrator. Then clickApply > OK.

After applying the changes, open VALORANT. If you still can't play your game, try the next fix below.


Fix 2: Enable Vanguard service and change its startup type

Riot Vanguard is Riot's all new anti-cheat system and is required to play VALORANT. So you need to make sure that it's enabled. To check it, follow the instructions below:

1) On your keyboard, press theWindows logo keyandRat the same time to open the Run dialog box.

2) Typemsconfigand pressEnter.

3) Click on theServicestab. Locate thevgcservice. Tick the box next to it to enable the service. Then pressApply > OK.

4) ClickRestart.

After rebooting your computer, play your game to check if your problem is resolved. If that didn't work, you need tochange vgc startup type.

1) On your keyboard, pressWindows logo keyandRat the same time to open the Run dialog box.

2) Typeservices.msc and pressEnter.

change Vaguard startup type

3) Locatevgcservice. (The list is in alphabetical order.) Right-click it and selectProperties.

change Vaguard startup type

4) InStartup type, click on the down arrow and selectAutomatic.Then clickApply > OK.

change Vaguard startup type

5) ClickStartto start the service.

change Vaguard startup type

Now launch VALORANT. If you still get this "system restart" message, try the next fix below.

However, if you get the Error 1: Incorrect function when trying to enable Vanguard service, follow the steps below to fix it:

how to fix Valorant Error 1: Incorrect function

1) In the Search box, typecmd. Right-clickCommand Prompt from the results and selectRun as administrator.

run command prompt as an administrator

2) Type and pressEnterfor both of these commands, in succession:

sc delete vgc
sc delete vgk

3) Restart your computer.

4) Once your computer is rebooted, pressWindows logo keyandE at the same time to open File Explorer.

5) Navigate to your game's installation folder. (UsuallyC:\ Drive >Program Files) Right-click on theRiot Vanguardfolder and selectDelete.

delete Riot Vanguard folder

6) From your desktop, right-clickRecycle Bin,and selectEmpty Recycle Bin to completely delete the Riot Vanguard folder. (Note: if you have any important documents in the Recycle Bin, make sure you've restored them before you confirm to permanently delete all the stuff in it.)

7) Right-click on theVALORANTshortcut and selectRun as administrator.

run VALORANT as administrator

8) Wait for Vanguard to be installed.

install Vanguard

This will take several minutes to complete. After it's finished, click thePLAYbutton.

If the error message still occurs, you need to update your drivers, especially your graphics driver.


Fix 3: Disable driver signature enforcement

Windows 10 includes a driver signature enforcement feature that requires all drivers be signed by Microsoft with a digital signature before being allowed to install and load into the Windows kernel. This is a security feature to help prevent malware from getting into the Windows kernel.

But if needed, you can disable driver signature enforcement to install and load unsigned drivers you trust or test. This also worked for many players.

Here's how you can disable driver signature enforcement using Command Prompt:

1) In the Search box, typecmd. Right-clickCommand Prompt from the results and selectRun as administrator.

run command prompt as an administrator

2) Type the command: bcdedit /set nointegritychecks on to permanently disable driver signature enforcement.

          bcdedit /set nointegritychecks on        
disable driver signature enforcement

Then you need to restart your computer and launch your game to check if you're still getting the "system restart" message. If that message doesn't appear any more, you can enable the driver signature enforcement back in Windows by typing the following command in the Command Prompt:

          bcdedit set nointegritychecks off        

Fix 4: Update your device drivers

Driver updates come with bug fixes and bring some new features to deal with compatibility issues for certain programs. So if the fixes above didn't help you solve your problem and your can't remember when was the last time you updated your drivers, definitely do it right now. As it may fix your issue immediately.

Methods to update your device drivers

There are mainly two ways to update your device drivers: manually and automatically.

Option 1: Manually – You can either use Device Manager to update drivers. But this option may not give you the latest driver versions. Or you can go to the manufacturers' official websites to download and install the correct drivers corresponding with your operating system. You'll need some computer skills and patience to update drivers this way.

OR

Option 2: Automatically (recommended) – This is the quickest and easiest option. With Driver Easy, it's all done with just a couple of mouse clicks.

Driver Easy will automatically recognize your system and find the correct drivers for it. You don't need to know exactly what system your computer is running or risk downloading and installing the wrong driver.

1)Download and install Driver Easy.

2) Run Driver Easy and click theScan Now button. Driver Easy will then scan your computer anddetect any outdated drivers.

update drivers automatically

3) Click theUpdatebutton next to the flagged driver to automatically download the correct version of that driver, then you can manually install it (you can do this with the FREE version).

Or clickUpdate All to automatically download and install the correct version ofall the drivers that are missing or out of date on your system. (This requires thePro version which comes withfull supportand a 30-day money-backguarantee. You'll be prompted to upgrade when you click Update All.)

The Pro version of Driver Easy comes with full technical support. If you need assistance, please contactDriver Easy's support team atsupport@drivereasy.com.

After updating your drivers, restart your computer and launch your game to check if the problem is solved. If not, then continue trying the fixes below, or contact support@drivereasy.com for assistance.


Fix 5: Disable virtualization

If all else fails and you still can't play VALORANT, you should disable virtualization. Some players reported that when it's enabled, VALORANT would not be working properly.

Here's how to disable virtualization:

1) In the Search box, typecmd. Right-clickCommand Prompt from the results and selectRun as administrator.

run command prompt as an administrator

2) Type the command bcdedit /set hypervisorlaunchtype off and press Enter.

          bcdedit /set hypervisorlaunchtype off        

Once done, restart your computer and check if it helps you fix the issue. If it does, you can enable virtualization back again by typing the following command:

          bcdedit /set hypervisorlaunchtype auto        

If disabling virtualization didn't work for you, you can instead disable Hyper-V via the Control Panel:

1) On your keyboard, press theWindows logo key andR at the same time to invoke the Run box.

2) Typecontrol in the field and pressEnterto open the Control Panel.

3) Select Category from the drop-down menu next to View by:. Then click Programs.

disable Hyper-V

4) Click Turn Windows features on or off.

disable Hyper-V

5) Look for Hyper-V and uncheck it. Then click OK to save the changes.

disable Hyper-V

Till then you can try to launch your game and you should not receive that "system restart" message again.


Hopefully, one of these fixes brought VALORANT to the playable state for you. If you have any questions or ideas, feel free to drop us a line in the comment section below.

baumannapidention39.blogspot.com

Source: https://www.drivereasy.com/knowledge/valorant-your-game-requires-a-system-restart-to-play/

0 Response to "Driver Game You Can Say That Again"

Enregistrer un commentaire

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel