- Nov 12, 2020
- 87
- 161
Thank you, my friend! I for one really appreciate your efforts.The primary reason for the delay and me not feeling like doing it is dev adding variables every updates in older content and changing older scripts. Saves breaking due to these variable additions.I will still update the walkthrough part till tomorrow.
Is there any chance you can update the gallery too?The primary reason for the delay and me not feeling like doing it is dev adding variables every updates in older content and changing older scripts. Saves breaking due to these variable additions.I will still update the walkthrough part till tomorrow.
Always annoys me when the Devs do that, mostly because means got to start all over again, and those times, back to the bottom of the play list. But thank you for your work on this non the less. Truly appreciate it.The primary reason for the delay and me not feeling like doing it is dev adding variables every updates in older content and changing older scripts. Saves breaking due to these variable additions.I will still update the walkthrough part till tomorrow.
Please update the gallery too.That would be great.The primary reason for the delay and me not feeling like doing it is dev adding variables every updates in older content and changing older scripts. Saves breaking due to these variable additions.I will still update the walkthrough part till tomorrow.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/gallerylabels.rpy", line 1891, in script
menu:
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 210, in execute
vbox:
File "game/screens.rpy", line 211, in execute
for i in items:
File "game/screens.rpy", line 212, in execute
textbutton i.caption action i.action
NameError: Name 'sub route' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/gallerylabels.rpy", line 1891, in script
menu:
File "renpy/ast.py", line 1642, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1038, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1274, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 210, in execute
vbox:
File "game/screens.rpy", line 211, in execute
for i in items:
File "game/screens.rpy", line 212, in execute
textbutton i.caption action i.action
File "renpy/ui.py", line 992, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "renpy/text/text.py", line 1525, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1644, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 228, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'sub route' is not defined.
Windows-10-10.0.18362
Ren'Py 7.4.4.1439
The Singer VER_0.4
Fri Jun 18 11:55:39 2021
Should be fixed now.Jeevant Thanks for the update dude.
I get this error when playing one of the gallery scenes:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/gallerylabels.rpy", line 1891, in script menu: File "game/screens.rpy", line 207, in execute screen choice(items): File "game/screens.rpy", line 207, in execute screen choice(items): File "game/screens.rpy", line 210, in execute vbox: File "game/screens.rpy", line 211, in execute for i in items: File "game/screens.rpy", line 212, in execute textbutton i.caption action i.action NameError: Name 'sub route' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/gallerylabels.rpy", line 1891, in script menu: File "renpy/ast.py", line 1642, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "renpy/exports.py", line 1038, in menu rv = renpy.store.menu(new_items) File "renpy/exports.py", line 1274, in display_menu rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3101, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3512, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3512, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/screens.rpy", line 207, in execute screen choice(items): File "game/screens.rpy", line 207, in execute screen choice(items): File "game/screens.rpy", line 210, in execute vbox: File "game/screens.rpy", line 211, in execute for i in items: File "game/screens.rpy", line 212, in execute textbutton i.caption action i.action File "renpy/ui.py", line 992, in _textbutton text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs) File "renpy/text/text.py", line 1525, in __init__ self.set_text(text, scope, substitute) File "renpy/text/text.py", line 1644, in set_text i, did_sub = renpy.substitutions.substitute(i, scope, substitute) File "renpy/substitutions.py", line 270, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value File "renpy/substitutions.py", line 228, in __getitem__ raise NameError("Name '{}' is not defined.".format(key)) NameError: Name 'sub route' is not defined. Windows-10-10.0.18362 Ren'Py 7.4.4.1439 The Singer VER_0.4 Fri Jun 18 11:55:39 2021
That error was solved but unfortunately now i get this one:Should be fixed now.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/gallerylabels.rpy", line 2066, in script
$ mcsub += 1
File "game/gallerylabels.rpy", line 2066, in <module>
$ mcsub += 1
NameError: name 'mcsub' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/gallerylabels.rpy", line 2066, in script
$ mcsub += 1
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/gallerylabels.rpy", line 2066, in <module>
$ mcsub += 1
NameError: name 'mcsub' is not defined
Windows-10-10.0.18362
Ren'Py 7.4.4.1439
The Singer VER_0.4
Fri Jun 18 16:37:41 2021
I hope this was the last oneThat error was solved but unfortunately now i get this one:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/gallerylabels.rpy", line 2066, in script $ mcsub += 1 File "game/gallerylabels.rpy", line 2066, in <module> $ mcsub += 1 NameError: name 'mcsub' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/gallerylabels.rpy", line 2066, in script $ mcsub += 1 File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "game/gallerylabels.rpy", line 2066, in <module> $ mcsub += 1 NameError: name 'mcsub' is not defined Windows-10-10.0.18362 Ren'Py 7.4.4.1439 The Singer VER_0.4 Fri Jun 18 16:37:41 2021
Updated my compressed unofficial Android port to 0.4.0
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 5747, in script
if kisstodd1 == True:
File "game/script.rpy", line 5747, in <module>
if kisstodd1 == True:
NameError: name 'kisstodd1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 5747, in script
if kisstodd1 == True:
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 5747, in <module>
if kisstodd1 == True:
NameError: name 'kisstodd1' is not defined
Windows-8.1-6.3.9600
Ren'Py 7.4.4.1439
The Singer VER_0.4
Sun Jul 25 20:44:50 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 6261, in script
if kisstodd1 == True:
File "game/script.rpy", line 6261, in <module>
if kisstodd1 == True:
NameError: name 'kisstodd1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 6261, in script
if kisstodd1 == True:
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 6261, in <module>
if kisstodd1 == True:
NameError: name 'kisstodd1' is not defined
Windows-8.1-6.3.9600
Ren'Py 7.4.4.1439
The Singer VER_0.4
Sun Jul 25 20:50:25 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 6439, in script
if kisstodd2 == True:
File "game/script.rpy", line 6439, in <module>
if kisstodd2 == True:
NameError: name 'kisstodd2' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 6439, in script
if kisstodd2 == True:
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 6439, in <module>
if kisstodd2 == True:
NameError: name 'kisstodd2' is not defined
Windows-8.1-6.3.9600
Ren'Py 7.4.4.1439
The Singer VER_0.4
Sun Jul 25 20:51:12 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 6637, in script
if juliahate == True:
File "game/script.rpy", line 6637, in <module>
if juliahate == True:
NameError: name 'juliahate' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 6637, in script
if juliahate == True:
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 6637, in <module>
if juliahate == True:
NameError: name 'juliahate' is not defined
Windows-8.1-6.3.9600
Ren'Py 7.4.4.1439
The Singer VER_0.4
Sun Jul 25 20:53:37 2021