BigBoss

Member
Jun 14, 2017
101
103
Awaken me when there are new Animations. Renders are good and all but, looking forward to those more than anything.
 
  • Like
Reactions: splamo

blaackstarr

Member
Dec 24, 2018
159
174
I get an error when I try to play the latest update.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 264, in script
python:
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
KeyError: u'_main_menu_screen'

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

Full traceback:
File "renpy/common/00start.rpy", line 264, in script
python:
File "D:\WVM-0.9.4-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\WVM-0.9.4-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
File "D:\WVM-0.9.4-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "D:\WVM-0.9.4-pc\renpy\execution.py", line 917, in run_context
context.pop_all_dynamic()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "D:\WVM-0.9.4-pc\renpy\execution.py", line 372, in pop_dynamic
del store[k]
KeyError: u'_main_menu_screen'

Windows-8-6.2.9200
Ren'Py 7.2.2.491
WVM 0.9.4
Sun Jan 31 01:20:34 2021
 

AmIReal

Member
Jan 21, 2018
454
600
I get an error when I try to play the latest update.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 264, in script
python:
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
KeyError: u'_main_menu_screen'

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

Full traceback:
File "renpy/common/00start.rpy", line 264, in script
python:
File "D:\WVM-0.9.4-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\WVM-0.9.4-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
File "D:\WVM-0.9.4-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "D:\WVM-0.9.4-pc\renpy\execution.py", line 917, in run_context
context.pop_all_dynamic()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "D:\WVM-0.9.4-pc\renpy\execution.py", line 372, in pop_dynamic
del store[k]
KeyError: u'_main_menu_screen'

Windows-8-6.2.9200
Ren'Py 7.2.2.491
WVM 0.9.4
Sun Jan 31 01:20:34 2021
goto your auto update and see if you can use 1 of them I was able to use a save from the convo with belle
 

seamanq

Well-Known Member
Game Developer
Aug 28, 2018
1,888
2,860
For some reason its giving me a bunch of crashes. I had to load at the start of the last update for it to take me into the story :) Just an FYI if its not just me
Same for me. When I tried to load both of the saves from the last version it crashed on me, but when I went to saves from the previous version it worked fine.
 

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,479
Same for me. When I tried to load both of the saves from the last version it crashed on me, but when I went to saves from the previous version it worked fine.
loading an autosave from .9.3 seems to have worked for a lot of us with dead saves
 

monster7890

New Member
Mar 12, 2020
3
1
does anyone know what this means
While running game code:
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
KeyError: u'args'

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

Full traceback:
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\main.py", line 525, in main
run(restart)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\execution.py", line 892, in run_context
context.run()
File "script.rpyc", line 3, in script
File "script.rpyc", line 3, in script
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\ast.py", line 694, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\character.py", line 1127, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\character.py", line 842, in do_display
**display_args)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\display\core.py", line 3493, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\display\behavior.py", line 446, in event
rv = run(action)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\execution.py", line 917, in run_context
context.pop_all_dynamic()
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\execution.py", line 372, in pop_dynamic
del store[k]
KeyError: u'args'

Windows-8-6.2.9200
Ren'Py 7.2.2.491
WVM 0.9.4
Sun Jan 31 07:16:08 2021
 

SoulRipper1990

Active Member
Dec 22, 2017
896
887
does anyone know what this means
While running game code:
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
KeyError: u'args'

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

Full traceback:
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\main.py", line 525, in main
run(restart)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\execution.py", line 892, in run_context
context.run()
File "script.rpyc", line 3, in script
File "script.rpyc", line 3, in script
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\ast.py", line 694, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\character.py", line 1127, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\character.py", line 842, in do_display
**display_args)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\display\core.py", line 3493, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\display\behavior.py", line 446, in event
rv = run(action)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\execution.py", line 917, in run_context
context.pop_all_dynamic()
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "C:\Program Files (x86)\NVIDIA Mechanics\WVM\WVM-0.9.4-pc\renpy\execution.py", line 372, in pop_dynamic
del store[k]
KeyError: u'args'

Windows-8-6.2.9200
Ren'Py 7.2.2.491
WVM 0.9.4
Sun Jan 31 07:16:08 2021
Load a save from 0.9.2 then it should work. If you dont have one i have one for you
 

Anon4321

Conversation Conqueror
Jun 24, 2017
6,760
5,326
Braindrop
Another nice update, can't wait to see what you're building
WVM is one of the few games I look forward to here at F95

and love your models

Regarding Ruby's new model, while I agree with you and like it. the position of her eyes, is a little, disconcerting.
 
3.70 star(s) 642 Votes