DUGA icon indicating copy to clipboard operation
DUGA copied to clipboard

Failed to create renderer

Open SentienceinTech opened this issue 1 year ago • 1 comments

' gameCanvas = Canvas(SETTINGS.canvas_map_width, SETTINGS.canvas_map_height) File "C:\Users\Keegan Marsh\Downloads\DUGA-master\DUGA-master\MAIN.py", line 175, in init self.window = pygame.display.set_mode((self.width, int(self.height+(self.height*0.15))), pygame.HWSURFACE + pygame.SCALED + pygame.NOFRAME + pygame.FULLSCREEN, 32, vsync=1) pygame.error: failed to create renderer' How do I fix this?

SentienceinTech avatar Jul 03 '23 14:07 SentienceinTech

Hello, this may be a Pygame issue.

What version of Python and Pygame are you running and does the following code produce an error for you?

>>> import pygame >>>pygame.init()

MaxwellSalmon avatar Jul 03 '23 15:07 MaxwellSalmon