You must be 18+ to view this content

VIRTUES may contain content you must be 18+ to view.

Are you 18 years of age or older?

or Return to itch.io

Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 456 to 462 of 462 · Previous page · First page
(+1)(-1)

When is the next update releasing? I have enjoyed the story so far and can't wait for more.

(1 edit)

Can't load previous saves, get message below when loading and cant enter name


I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'C_intro'

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/core.py", line 3493, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/behavior.py", line 923, in event
    return handle_click(self.clicked)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/behavior.py", line 858, in handle_click
    rv = run(action)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/behavior.py", line 313, in run
    new_rv = run(i, *args, **kwargs)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/display/behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/loadsave.py", line 752, in load
    roots, log = loads(location.load(filename))
  File "/mnt/01CF906DCE86A7C0/Games/virtues-0.21-pc/VIRTUES-0.31-pc/renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'C_intro'

Linux-4.15.0-72-generic-x86_64-with-debian-buster-sid
Ren'Py 7.2.2.491
V.I.R.T.U.E.S 0.31
Fri Dec  6 09:12:12 2019

Im not much of a coder, but from the large gibberish you have here it seems you behavior file is corrupted and game just doesnt take it. I'd suggest you downloading the game again ( not deleting previous game) and then in your current game locating file called behavior.py and replacing it with the freshly downloaded one. Im not sure it would help, but as I said im not and programmer, just making suggestions :)

Cant install on android 10...please fix it...

(+1)

The Mac version 0.31 runs very well under Mac OS 10.14.6.  I have not had any issues.  Also, I really like the new UI that you did.  

(+3)

itching, need more...

Viewing most recent comments 456 to 462 of 462 · Previous page · First page