- Jul 18, 2020
- 2,072
- 8,622
There are some problems with this updated mod
1)There's no 'No girls Active' button and because of that no choice suggestions.
2)An error comes when a new game is started
3)In gallery when 'Others' is selected an error comes up
4)Can't choose +1 point for every personality points
1)There's no 'No girls Active' button and because of that no choice suggestions.
2)An error comes when a new game is started
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 36, in script call
call MenuRefresh
File "game/scripts/menus/MenusValues.rpy", line 3, in script
if bMenuInit == true:
File "game/scripts/menus/MenusValues.rpy", line 3, in <module>
if bMenuInit == true:
NameError: name 'true' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 36, in script call
call MenuRefresh
File "game/scripts/menus/MenusValues.rpy", line 3, in script
if bMenuInit == true:
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/menus/MenusValues.rpy", line 3, in <module>
if bMenuInit == true:
NameError: name 'true' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.4.5c
Fri Dec 25 08:08:43 2020
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
screen sceneCharacterMenu(galleryCharacter):
File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
screen sceneCharacterMenu(galleryCharacter):
File "game/oscarAdditions/oscarGallery.rpy", line 140, in execute
vbox:
File "game/oscarAdditions/oscarGallery.rpy", line 152, in execute
if galleryPageNumber != max([galleryItem.pageNum for galleryItem in galleryItems if galleryItem.char == galleryCharacter]):
ValueError: max() arg is an empty sequence
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\___\Desktop\Games\LeapofFaith-0.4.1c-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
screen sceneCharacterMenu(galleryCharacter):
File "game/oscarAdditions/oscarGallery.rpy", line 127, in execute
screen sceneCharacterMenu(galleryCharacter):
File "game/oscarAdditions/oscarGallery.rpy", line 140, in execute
vbox:
File "game/oscarAdditions/oscarGallery.rpy", line 152, in execute
if galleryPageNumber != max([galleryItem.pageNum for galleryItem in galleryItems if galleryItem.char == galleryCharacter]):
File "<screen language>", line 152, in <module>
ValueError: max() arg is an empty sequence
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.4.5c
Fri Dec 25 08:09:25 2020