Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)(-1)

When I run the game, a black screen appears. What is the solution?

The most reliable way to launch the itch.io version with the correct command is by creating a simple batch file: [1]

  1. Open your Buckshot Roulette installation folder.
  2. Locate the game executable (e.g., Buckshot Roulette.exe or Buckshot-Roulette.exe).
  3. Right-click the executable, select Rename, and name it exactly Buckshot-Roulette.exe.
  4. Right-click in the empty space of the folder, select New > Text Document.
  5. Open the text document and type exactly:
    Buckshot-Roulette.exe --rendering-driver opengl3
  6. Click File > Save As. Change "Save as type" to All Files and name it Buckshot-Roulette.bat
  7. Double-click the newly created .bat file to run the game. [1]