- Mar 18, 2020
- 213
- 317
Feel free to use my Save file i uploaded here.This is outrageous that I can't play with my save from 3.2.1 version... How to fix this??
https://f95zone.to/threads/patronus-v3-2-55-dve-games.12458/post-4716262
Feel free to use my Save file i uploaded here.This is outrageous that I can't play with my save from 3.2.1 version... How to fix this??
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/_engine/inventory.rpy", line 1, in <module>
File "game/libs/config_parser/ConfigParser.rpy", line 85, in dict_from_config_file
Exception: Couldn't find file 'db/rules.ini'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "_engine/inventory.rpyc", line 1, in script
File "C:\Games\Patronus\a3.2.55\renpy\ast.py", line 2106, in execute
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "C:\Games\Patronus\a3.2.55\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/_engine/inventory.rpy", line 1, in <module>
File "game/libs/config_parser/ConfigParser.rpy", line 85, in dict_from_config_file
File "C:\Games\Patronus\a3.2.55\renpy\loader.py", line 649, in transfn
raise Exception("Couldn't find file '%s'." % name)
Exception: Couldn't find file 'db/rules.ini'.
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Patronus Trunk
Fri Dec 18 18:16:47 2020
I have exactly the same error, and doesn't found any fixAnybody know how to fix this?Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/_engine/inventory.rpy", line 1, in <module> File "game/libs/config_parser/ConfigParser.rpy", line 85, in dict_from_config_file Exception: Couldn't find file 'db/rules.ini'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "_engine/inventory.rpyc", line 1, in script File "C:\Games\Patronus\a3.2.55\renpy\ast.py", line 2106, in execute value = renpy.python.py_eval_bytecode(self.code.bytecode) File "C:\Games\Patronus\a3.2.55\renpy\python.py", line 2028, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/_engine/inventory.rpy", line 1, in <module> File "game/libs/config_parser/ConfigParser.rpy", line 85, in dict_from_config_file File "C:\Games\Patronus\a3.2.55\renpy\loader.py", line 649, in transfn raise Exception("Couldn't find file '%s'." % name) Exception: Couldn't find file 'db/rules.ini'. Windows-8-6.2.9200 Ren'Py 7.3.2.320 Patronus Trunk Fri Dec 18 18:16:47 2020
If you look earlier in this thread, this is almost always a problem with some AV software blocking or deleting files. I'm considering changing the INI files to some other extension so that other software doesn't get confused. Sigh.I have exactly the same error, and doesn't found any fix
1. Re save games. If that's the case I'd rather see this addressed with a walkthrough and cheat menu, but I don't know if that's tenable in the long term. The more content you add, the more a restart becomes off-putting.
- RenPy does not allow the loading of an old save file when the underlying data structures change. This means a new save file for every version with updated data structures. Most RenPy games don't have this problem because their data structures are very minimal. Ours is quite significant. This means a new playthrough for each new version. One thing we could do is write a completely custom save importer, but this is a shit-ton of work and it would delay the content releases of the game. How important is this to you?
- We are planning on adding a cheat menu. How important is this to you?
- Girls will not perform anal or oral until after you unlock their loyalty quests. Each girl has three levels of loyalty. How important is it to you to see anal and oral content for each girl - should it be right away or are you willing to wait?
- Parties and festivals are kinda-sorta designed and implemented. How important are orgies and socializing to you?
- Combat is ready to integrate. Do you care? Does it interest you to have night encounters to solve quests - which might expose you to a risk of combat?
- How important is it to you to explore the 'dark' path of the criminal underworld with Zenobarbus?
- How important to you is seducing Charis and cuckolding or murdering her husband?
My 5 cents:
- RenPy does not allow the loading of an old save file when the underlying data structures change. This means a new save file for every version with updated data structures. Most RenPy games don't have this problem because their data structures are very minimal. Ours is quite significant. This means a new playthrough for each new version. One thing we could do is write a completely custom save importer, but this is a shit-ton of work and it would delay the content releases of the game. How important is this to you?
- We are planning on adding a cheat menu. How important is this to you?
- Girls will not perform anal or oral until after you unlock their loyalty quests. Each girl has three levels of loyalty. How important is it to you to see anal and oral content for each girl - should it be right away or are you willing to wait?
- Parties and festivals are kinda-sorta designed and implemented. How important are orgies and socializing to you?
- Combat is ready to integrate. Do you care? Does it interest you to have night encounters to solve quests - which might expose you to a risk of combat?
- How important is it to you to explore the 'dark' path of the criminal underworld with Zenobarbus?
- How important to you is seducing Charis and cuckolding or murdering her husband?
So should I disable my antivirus during set up?If you look earlier in this thread, this is almost always a problem with some AV software blocking or deleting files. I'm considering changing the INI files to some other extension so that other software doesn't get confused. Sigh.
Good, but no Charis-added Inka buttjob
-added parmida boobjob
-added parmida buttjob
We had a backlog of art, so this release was designed to clear some out.Good, but no Charis
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
KeyError: u'text_failure'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "_engine/main_engine.rpyc", line 657, in script call
File "law_court.rpyc", line 442, in script call
File "law_court.rpyc", line 1331, in script
File "E:\Jeux\RenPy\Patronus\a3.2.55-R2\renpy\ast.py", line 706, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\Jeux\RenPy\Patronus\a3.2.55-R2\renpy\exports.py", line 1334, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
File "E:\Jeux\RenPy\Patronus\a3.2.55-R2\renpy\character.py", line 1126, in __call__
what = what_pattern.replace("[what]", sub(what, translate=True))
File "E:\Jeux\RenPy\Patronus\a3.2.55-R2\renpy\character.py", line 1115, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "E:\Jeux\RenPy\Patronus\a3.2.55-R2\renpy\substitutions.py", line 253, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
KeyError: u'text_failure'
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Patronus Trunk
Fri Jan 15 22:51:24 2021
Let me guess: rhetoric around 70 or higher?I had an exception while winning a case as prosecutor in the basilica :
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00library.rpy", line 268, in say who(what, interact=interact, *args, **kwargs) KeyError: u'text_failure' -- Full Traceback ------------------------------------------------------------ Full traceback: File "_engine/main_engine.rpyc", line 657, in script call File "law_court.rpyc", line 442, in script call File "law_court.rpyc", line 1331, in script File "E:\Jeux\RenPy\Patronus\a3.2.55-R2\renpy\ast.py", line 706, in execute renpy.exports.say(who, what, *args, **kwargs) File "E:\Jeux\RenPy\Patronus\a3.2.55-R2\renpy\exports.py", line 1334, in say renpy.store.say(who, what, *args, **kwargs) File "renpy/common/00library.rpy", line 268, in say who(what, interact=interact, *args, **kwargs) File "E:\Jeux\RenPy\Patronus\a3.2.55-R2\renpy\character.py", line 1126, in __call__ what = what_pattern.replace("[what]", sub(what, translate=True)) File "E:\Jeux\RenPy\Patronus\a3.2.55-R2\renpy\character.py", line 1115, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "E:\Jeux\RenPy\Patronus\a3.2.55-R2\renpy\substitutions.py", line 253, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value KeyError: u'text_failure' Windows-8-6.2.9200 Ren'Py 7.3.2.320 Patronus Trunk Fri Jan 15 22:51:24 2021
My rhetoric is at 68, the level you can't go upper trainning longer with the attendant of the law courts.Let me guess: rhetoric around 70 or higher?
It could be the same observation that I made here - that the current build doesn't like high skills.