After I unpacked and decompiled V.I.R.T.U.E.S., the game encountered an error

jiaowoxiaobai

New Member
Apr 16, 2021
5
0
Clicking on any entrance to the map will result in an error.
Please help me, thanks!
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/core/pauser.rpy", line 3, in script
    pause
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "game/scripts/core/college.rpy", line 1, in execute
    screen college():
  File "game/scripts/core/college.rpy", line 1, in execute
    screen college():
  File "game/scripts/core/college.rpy", line 5, in execute
    if is_scene("Map"):
  File "game/scripts/core/college.rpy", line 13, in execute
    button at normal_t(0.2):
  File "game/scripts/core/college.rpy", line 21, in execute
    vbox:
  File "game/scripts/core/college.rpy", line 26, in execute
    use sub_action_panel(college_action)
  File "game/scripts/core/sub_action_pane.rpy", line 10, in execute
    screen sub_action_panel(action):
  File "game/scripts/core/sub_action_pane.rpy", line 10, in execute
    screen sub_action_panel(action):
  File "game/scripts/core/sub_action_pane.rpy", line 12, in execute
    frame:
  File "game/scripts/core/sub_action_pane.rpy", line 14, in execute
    has vbox:
  File "game/scripts/core/sub_action_pane.rpy", line 17, in execute
    for child_action in action.children:
  File "game/scripts/core/sub_action_pane.rpy", line 18, in execute
    if child_action.displaying:
  File "game/scripts/core/sub_action_pane.rpy", line 19, in execute
    fixed xfill  yfill :
  File "game/scripts/core/sub_action_pane.rpy", line 19, in keywords
    fixed xfill  yfill :
NameError: name 'yfill' is not defined

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

Full traceback:
  File "game/scripts/core/pauser.rpy", line 3, in script
    pause
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\exports.py", line 1480, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "D:\renpy-7.4.6-sdk\VIRTUES-v13.5-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scripts/core/college.rpy", line 1, in execute
    screen college():
  File "game/scripts/core/college.rpy", line 1, in execute
    screen college():
  File "game/scripts/core/college.rpy", line 5, in execute
    if is_scene("Map"):
  File "game/scripts/core/college.rpy", line 13, in execute
    button at normal_t(0.2):
  File "game/scripts/core/college.rpy", line 21, in execute
    vbox:
  File "game/scripts/core/college.rpy", line 26, in execute
    use sub_action_panel(college_action)
  File "game/scripts/core/sub_action_pane.rpy", line 10, in execute
    screen sub_action_panel(action):
  File "game/scripts/core/sub_action_pane.rpy", line 10, in execute
    screen sub_action_panel(action):
  File "game/scripts/core/sub_action_pane.rpy", line 12, in execute
    frame:
  File "game/scripts/core/sub_action_pane.rpy", line 14, in execute
    has vbox:
  File "game/scripts/core/sub_action_pane.rpy", line 17, in execute
    for child_action in action.children:
  File "game/scripts/core/sub_action_pane.rpy", line 18, in execute
    if child_action.displaying:
  File "game/scripts/core/sub_action_pane.rpy", line 19, in execute
    fixed xfill  yfill :
  File "game/scripts/core/sub_action_pane.rpy", line 19, in keywords
    fixed xfill  yfill :
  File "<screen language>", line 19, in <module>
NameError: name 'yfill' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,957
16,191
Code:
  File "game/scripts/core/sub_action_pane.rpy", line 19, in keywords
    fixed xfill  yfill :
  File "<screen language>", line 19, in <module>
NameError: name 'yfill' is not defined
Hmm, the line should be fixed xfill SOMETHING yfill SOMETHING, but for an unknown reason, the "SOMETHING" isn't included during the "decompilation". You can try to edit the line in error, but if the process failed on something like this, I assume that it will not be the only error, ant the other can possibly be more tricky to fix.
 

jiaowoxiaobai

New Member
Apr 16, 2021
5
0
Hmm, the line should be fixed xfill SOMETHING yfill SOMETHING, but for an unknown reason, the "SOMETHING" isn't included during the "decompilation". You can try to edit the line in error, but if the process failed on something like this, I assume that it will not be the only error, ant the other can possibly be more tricky to fix.
Thank you, it has been solved, originally it should be fixed xfill True yfill True