I have a big problem with my game. One day a was just thinking to myself "Why not try the game in fullscreen?" I've never tried that before. But instead of fullscreen I always get this:
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 "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\bootstrap.py", line 228, in bootstrap
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\main.py", line 342, in main
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\main.py", line 98, in run
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\execution.py", line 266, in run
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\ast.py", line 646, in execute
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\python.py", line 1172, in py_exec_bytecode
File "common/00library.rpy", line 787, in <module>
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\game.py", line 335, in call_in_new_context
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\execution.py", line 266, in run
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\ast.py", line 646, in execute
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\python.py", line 1172, in py_exec_bytecode
File "common/_layout/screen_main_menu.rpym", line 11, in <module>
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\ui.py", line 237, in interact
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\display\core.py", line 1813, in interact
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\display\core.py", line 2092, in interact_core
File "C:\Users\Veronika\Desktop\PSP\Renpy\renpy-6.14.1-sdk\renpy\display\core.py", line 1375, in set_mode
Exception: Could not set video mode.
Windows-Vista-6.0.6000
Ren'Py 6.14.1.366To be honest I dont need fullscreen, but what if players do? What if they got the same idea like me and the game will collapse!?!?
The solution would be to return to older version of ren'py, but if someone know what's going on, I would like to know it too.

