Mod Ren'Py Leap of Faith - TheWarehouse's Walkthrough, Gallery Unlocker, Scene Gallery, Improvements Mod [0.6.1c] [DriftyGames]

5.00 star(s) 2 Votes

hungneet

Member
Aug 6, 2017
113
82
I encounter this error when trying to open the mod option. I download the game on itch.io, is it why errors happen?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Style u'modTextHeader' does not exist.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\screen.py", line 434, in visit_all
    self.child.visit_all(callback, seen=None)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 543, in visit_all
    callback(self)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\text\text.py", line 1636, in per_interact
    if self.style.slow_abortable:
  File "gen/styleclass.pxi", line 757, in renpy.styledata.styleclass.Style.slow_abortable.__get__
  File "style.pyx", line 493, in renpy.style.StyleCore._get
  File "style.pyx", line 679, in renpy.style.build_style
  File "style.pyx", line 142, in renpy.style.get_full_style
  File "style.pyx", line 83, in renpy.style.get_style
Exception: Style u'modTextHeader' does not exist.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.6.1cp
Mon Dec 13 21:51:05 2021
 

Rozhok

Active Member
Jun 29, 2017
694
1,459
It it possible to use a "unlock gallery" button instead of unlocking it outright? It's a huge spoiler and I prefer unlocking them by playing, but still be able to check the gallery without spoilers.
 
Oct 20, 2018
66
31
I encounter this error when trying to open the mod option. I download the game on itch.io, is it why errors happen?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Style u'modTextHeader' does not exist.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\screen.py", line 434, in visit_all
    self.child.visit_all(callback, seen=None)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 543, in visit_all
    callback(self)
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\Games\LeapofFaith-0.4.51c-pc\renpy\text\text.py", line 1636, in per_interact
    if self.style.slow_abortable:
  File "gen/styleclass.pxi", line 757, in renpy.styledata.styleclass.Style.slow_abortable.__get__
  File "style.pyx", line 493, in renpy.style.StyleCore._get
  File "style.pyx", line 679, in renpy.style.build_style
  File "style.pyx", line 142, in renpy.style.get_full_style
  File "style.pyx", line 83, in renpy.style.get_style
Exception: Style u'modTextHeader' does not exist.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Leap of Faith 0.6.1cp
Mon Dec 13 21:51:05 2021
seconding. Anyone know how to fix this?
 

DarkOs31

Member
Apr 28, 2020
492
1,242
seconding. Anyone know how to fix this?
just guessing you need to wait for the new mod?
cuz everytime you played with a mod,you'll need the new mod to play the game,cuz without it will break your game/saves...
Otherwise if it happened without mod,post it in the game thread ;)
 

DarkOs31

Member
Apr 28, 2020
492
1,242
TO MAKE IT CLEAR!!!
I asked several modders via pm for all you guys (including me) if they want to take over OscarSix's mod cuz i was thinking he is missing too!!!
I posted a screenshot of my conversation,still not sure if Jeevant is fine with it and i hope he dont hate me ;)
So please guys,chill...
 
5.00 star(s) 2 Votes