0. system is windows 8 with multiple monitors attached
1. one of the monitors is running a fullscreen app
2. then, windowed renpy game is started in compatibility mode with win7 and with administration privilegies
3. after trying to use fullscreen mode in renpy game, it crashes:
Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Could not set video mode.
— Full Traceback —----------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 29, in script
$ ui.interact()
File "C:\Users\Sergey\Downloads\travnica-1.1-win\travnica-1.1-win\renpy\ast.py", line 785, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Sergey\Downloads\travnica-1.1-win\travnica-1.1-win\renpy\python.py", line 1382, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 29, in <module>
$ ui.interact()
File "C:\Users\Sergey\Downloads\travnica-1.1-win\travnica-1.1-win\renpy\ui.py", line 247, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Sergey\Downloads\travnica-1.1-win\travnica-1.1-win\renpy\display\core.py", line 2149, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "C:\Users\Sergey\Downloads\travnica-1.1-win\travnica-1.1-win\renpy\display\core.py", line 2447, in interact_core
self.set_mode()
File "C:\Users\Sergey\Downloads\travnica-1.1-win\travnica-1.1-win\renpy\display\core.py", line 1646, in set_mode
raise Exception("Could not set video mode.")
Exception: Could not set video mode.
Windows-7-6.1.7600
Ren'Py 6.18.3.761
Travnica 1.1.0.471"