#Vulkan Error/Crashes/Screen glitching

1 messages · Page 1 of 1 (latest)

weary ice
#

If you’re getting the “Unable to initialize Vulkan video driver” error, make sure that your Vulkan video driver is up to date. You can download the latest version from these pages:

Vulkan for NVidia GeForce graphics cards
Vulkan for AMD Radeon graphics cards

If your graphics card doesn’t support Vulkan, you can try launching Buckshot Roulette in OpenGL mode:

Easy way:

  1. Right-click Buckshot Roulette in your Steam Library
  2. Select 'Properties...'
  3. Paste under 'Launch Options' the following
    --rendering-driver opengl3
  4. Close the window and try launching the game.

Hard way:

To do this on Windows:

  1. Press Win+R, type in cmd and press Enter. A command terminal window will open.
  2. Enter
    cd [Path to Buckshot Roulette folder on your computer]
    and press Enter
  3. Paste
    "Buckshot Roulette.exe" --rendering-driver opengl3
    and press Enter again

To do this on Mac OS:

  1. Open Terminal.app (press Cmd + Space and enter Terminal). A command terminal window will open.
  2. Enter
    cd [Path to Buckshot Roulette folder on your computer]
    and press Enter
  3. Paste
    "Buckshot Roulette.exe" --rendering-driver opengl3
    and press Enter again
weary ice
#

Vulkan Error/Crashes/Screen glitching