Nov 18, 2017
17
12
Hello lads. Major support. I wasn't much conviced by the first releases. But now i guess i'm hooked.
If cryptopayment was allowed i'd definitly support your project. Nevertheless, i hope the develoment is not too complex and you guys manage to keep up. Good job, can't wait to see more.
 

dvemail

Member
Game Developer
May 9, 2017
342
998
I posted a very rough list of changes for 3.2.5 on our subscribestar.


Reminder!
3.2.5 is a massive bug fix release, does not contain a ton of new content (but does have a fair amount)
3.2.55 will be sounds being added in many places
3.2.6 is the animation release where we test and play with Live2D
3.3 is content and combat
 

agriasoaks

Member
Oct 11, 2019
280
112
Fasti quest, can't find the travelling merchant fulvius the parthian, also the brothel when I open no one shows up that just negative income doing the lawyer part.. well I am not that lawyer kind of guy I guess, how do you make profits off trading anyway ?

meh and weird error just show up

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 84, in dict_from_config_file
Exception: Failed to call a needed program for the game to work, try to run the game as admin or submit your problem with you computer specs.

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

Full traceback:
  File "_engine/inventory.rpyc", line 1, in script
  File "C:\patronus\renpy\ast.py", line 2106, in execute
    value = renpy.python.py_eval_bytecode(self.code.bytecode)
  File "C:\patronus\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 84, in dict_from_config_file
Exception: Failed to call a needed program for the game to work, try to run the game as admin or submit your problem with you computer specs.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
Patronus Trunk
Fri Sep 04 16:47:59 2020
Edit found the merchant that was necessary for the quest the person isn't in the market but on the other location.
 
Last edited:

JasonFromMiami

New Member
Feb 23, 2019
10
3
No options with Maeve, no new slave, Fasti is still angry even with her brother around and I seem stuck and can't become a man of note.


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

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/bordello_screens.rpy", line 52, in execute
  File "game/bordello_screens.rpy", line 52, in execute
  File "game/bordello_screens.rpy", line 81, in execute
  File "game/bordello_screens.rpy", line 82, in execute
  File "game/screens/stats.rpy", line 177, in execute
  File "game/screens/stats.rpy", line 177, in execute
  File "game/screens/stats.rpy", line 181, in execute
  File "game/screens/generic_frame.rpy", line 1, in execute
  File "game/screens/generic_frame.rpy", line 1, in execute
  File "game/screens/generic_frame.rpy", line 14, in execute
  File "game/screens/generic_frame.rpy", line 33, in execute
  File "game/screens/generic_frame.rpy", line 35, in execute
  File "game/screens/generic_frame.rpy", line 40, in execute
  File "game/screens/generic_frame.rpy", line 40, in <module>
  File "game/screens/stats.rpy", line 135, in execute
  File "game/screens/stats.rpy", line 135, in execute
  File "game/screens/stats.rpy", line 136, in execute
  File "game/screens/stats.rpy", line 138, in execute
  File "game/screens/stats.rpy", line 142, in execute
  File "game/screens/stats.rpy", line 147, in execute
  File "game/screens/stats.rpy", line 166, in execute
  File "game/screens/stats.rpy", line 167, in execute
  File "game/bordello_screens.rpy", line 124, in execute
  File "game/bordello_screens.rpy", line 124, in execute
  File "game/bordello_screens.rpy", line 125, in execute
  File "game/bordello_screens.rpy", line 191, in execute
  File "game/bordello_screens.rpy", line 196, in execute
  File "game/bordello_screens.rpy", line 200, in execute
  File "game/bordello_main.rpy", line 1552, in get_value_string
  File "game/bordello_main.rpy", line 43, in required_this_week
  File "game/bordello_main.rpy", line 500, in facilityConsume
KeyError: 'merchant'

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

Full traceback:
  File "_engine/main_engine.rpyc", line 523, in script call
  File "_engine/event_dispatcher.rpyc", line 488, in script call
  File "characters/alfidia.rpyc", line 728, in script call
  File "characters/alfidia.rpyc", line 713, in script
  File "C:\Games\Patronus\a3.2.1\renpy\ast.py", line 1947, in execute
    self.call("execute")
  File "C:\Games\Patronus\a3.2.1\renpy\ast.py", line 1935, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Games\Patronus\a3.2.1\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Games\Patronus\a3.2.1\renpy\exports.py", line 2896, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Games\Patronus\a3.2.1\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Games\Patronus\a3.2.1\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Games\Patronus\a3.2.1\renpy\display\core.py", line 3091, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Games\Patronus\a3.2.1\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Games\Patronus\a3.2.1\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Games\Patronus\a3.2.1\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Games\Patronus\a3.2.1\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Games\Patronus\a3.2.1\renpy\display\core.py", line 3091, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Games\Patronus\a3.2.1\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Games\Patronus\a3.2.1\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/bordello_screens.rpy", line 52, in execute
  File "game/bordello_screens.rpy", line 52, in execute
  File "game/bordello_screens.rpy", line 81, in execute
  File "game/bordello_screens.rpy", line 82, in execute
  File "game/screens/stats.rpy", line 177, in execute
  File "game/screens/stats.rpy", line 177, in execute
  File "game/screens/stats.rpy", line 181, in execute
  File "game/screens/generic_frame.rpy", line 1, in execute
  File "game/screens/generic_frame.rpy", line 1, in execute
  File "game/screens/generic_frame.rpy", line 14, in execute
  File "game/screens/generic_frame.rpy", line 33, in execute
  File "game/screens/generic_frame.rpy", line 35, in execute
  File "game/screens/generic_frame.rpy", line 40, in execute
  File "game/screens/generic_frame.rpy", line 40, in <module>
  File "C:\Games\Patronus\a3.2.1\renpy\display\screen.py", line 1249, in use_screen
    screen.function(**scope)
  File "game/screens/stats.rpy", line 135, in execute
  File "game/screens/stats.rpy", line 135, in execute
  File "game/screens/stats.rpy", line 136, in execute
  File "game/screens/stats.rpy", line 138, in execute
  File "game/screens/stats.rpy", line 142, in execute
  File "game/screens/stats.rpy", line 147, in execute
  File "game/screens/stats.rpy", line 166, in execute
  File "game/screens/stats.rpy", line 167, in execute
  File "game/bordello_screens.rpy", line 124, in execute
  File "game/bordello_screens.rpy", line 124, in execute
  File "game/bordello_screens.rpy", line 125, in execute
  File "game/bordello_screens.rpy", line 191, in execute
  File "game/bordello_screens.rpy", line 196, in execute
  File "game/bordello_screens.rpy", line 200, in execute
  File "<screen language>", line 200, in <module>
  File "game/bordello_main.rpy", line 1552, in get_value_string
  File "game/bordello_main.rpy", line 43, in required_this_week
  File "game/bordello_main.rpy", line 500, in facilityConsume
KeyError: 'merchant'

Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
Patronus Trunk
Sun Sep 06 13:47:40 2020
 

dvemail

Member
Game Developer
May 9, 2017
342
998
3.2.5r2 has been released for testing to our subscribers on subscribestar. We're requesting crash/bug reports on our discord. (discord: )

We've also released a fun little dress-up game using the bordello girls. You can get the dressup link from our discord, no need to subscribe.
 
3.40 star(s) 23 Votes