cakho1996

New Member
Mar 16, 2020
7
2
Hey guys i need help!! I was playing a game and suddenly I couldn't control it anymore then suddenly this message appeared
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 1035, in script
File "renpy/common/00action_menu.rpy", line 103, in __call__
renpy.call_in_new_context("_game_menu", *self.args, _game_menu_screen=screen, **self.kwargs)
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
Exception: Could not set video mode.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\main.py", line 487, in main
run(restart)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\execution.py", line 761, in run_context
context.run()
File "game/script.rpy", line 1035, in script
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\ast.py", line 1459, in execute
choice = renpy.exports.menu(choices, self.set)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\exports.py", line 847, in menu
rv = renpy.store.menu(items)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\exports.py", line 1033, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\core.py", line 2507, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\core.py", line 3181, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\behavior.py", line 889, in event
return handle_click(self.clicked)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\behavior.py", line 824, in handle_click
rv = run(action)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 103, in __call__
renpy.call_in_new_context("_game_menu", *self.args, _game_menu_screen=screen, **self.kwargs)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\game.py", line 330, in call_in_new_context
return renpy.execution.run_context(False)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\execution.py", line 761, in run_context
context.run()
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\python.py", line 1715, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\core.py", line 2507, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\core.py", line 3143, in interact_core
self.restored()
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\core.py", line 2387, in restored
self.set_mode(self.last_resize)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\core.py", line 1906, in set_mode
raise Exception("Could not set video mode.")
Exception: Could not set video mode.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.3.2123
corruption 1.85

Does anyone know how to fix it??
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
13,659
31,951
Hey guys i need help!! I was playing a game and suddenly I couldn't control it anymore then suddenly this message appeared
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 1035, in script
File "renpy/common/00action_menu.rpy", line 103, in __call__
renpy.call_in_new_context("_game_menu", *self.args, _game_menu_screen=screen, **self.kwargs)
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
Exception: Could not set video mode.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\main.py", line 487, in main
run(restart)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\execution.py", line 761, in run_context
context.run()
File "game/script.rpy", line 1035, in script
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\ast.py", line 1459, in execute
choice = renpy.exports.menu(choices, self.set)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\exports.py", line 847, in menu
rv = renpy.store.menu(items)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\exports.py", line 1033, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\core.py", line 2507, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\core.py", line 3181, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\behavior.py", line 889, in event
return handle_click(self.clicked)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\behavior.py", line 824, in handle_click
rv = run(action)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 103, in __call__
renpy.call_in_new_context("_game_menu", *self.args, _game_menu_screen=screen, **self.kwargs)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\game.py", line 330, in call_in_new_context
return renpy.execution.run_context(False)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\execution.py", line 761, in run_context
context.run()
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\python.py", line 1715, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\core.py", line 2507, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\core.py", line 3143, in interact_core
self.restored()
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\core.py", line 2387, in restored
self.set_mode(self.last_resize)
File "D:\corruption-v185-pc\corruption-v1.85-pc\renpy\display\core.py", line 1906, in set_mode
raise Exception("Could not set video mode.")
Exception: Could not set video mode.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.3.2123
corruption 1.85

Does anyone know how to fix it??
Have you tried reloading your last save? What were you doing when it happened? Does it happen in the same place every time, or is it random?
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
13,659
31,951
I tried it and it always happened, it's a nicole to become a slave (jenny is already a slave)
That is strange, how about uploading the save, and one of us can take a look at it, maybe we can figure it out.
 

Jin56

Member
Sep 1, 2018
183
182
Changelog 1.90

- Dana and Becky Slave event scene

- Melissa Family Pole dance scene in Utopia stage

- Melissa Family pool date scene (1 animation)

- Melissa entertain guests scene in my club

- Dana entertain guests scene in my club

- Becky entertain guests scene in my club

- Michelle open-up scene in my club

- Mrs. Simpson open-up scene in my club

- Resident area wives new scene (Need new item of adult shop)

- Dana and Becky 'Go out' scene in day time

- Slave Melissa family dinner scene in evening time

- New playground scene after 'Pet Play' with slave Maria



- Added Michelle in my club mini-game

- Added Mrs. Simpson in my club mini-game

- Added Melissa family in my club bar
 
Oct 3, 2017
160
256
Anyone has a complete save after 1.85? I've played this game 3 times from the start but my saves are somehow corrupted. I cannot start the campaign no matter what.

A full save right before the 1.90 update would be much appreciated!
 

YaBoy

Member
Jan 2, 2017
252
402
Has the dev announced any plans to wrap this game up and move on to another project? This game should have been done over a year ago, he's beating a dead horse at this point.
 

mag5246

Active Member
Jun 3, 2017
762
897
I'd assume that depends on the relative size of the full version. Considering how much stuff is in this game at this point, I'd say 3Gb is not unreasonable.
Weght of heavy version is 3.92Gb. Not a big difference. And last compressed version is 639 Mb. Why can't he release a light version of a same size?
 
3.70 star(s) 200 Votes