Mar 27, 2019
425
173
Maybe it should be "Marcus.Sensitivo.value = 100" instead? With additional N? Dunno but would make sense.
I tried Marcus.Sensitivo.value = 100 I even tried it lower case like the others still gets an error .. but it seems to be the only command console that errors
 
  • Like
Reactions: 215303j

OvidiusLian

Member
Jan 28, 2018
123
140
Any idea 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 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:\Users\pc\Downloads\F95 Games\New folder\Patronus a3.2.1r2\renpy\ast.py", line 2106, in execute
    value = renpy.python.py_eval_bytecode(self.code.bytecode)
  File "C:\Users\pc\Downloads\F95 Games\New folder\Patronus a3.2.1r2\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-8-6.2.9200
Ren'Py 7.3.2.320
Patronus Trunk
Fri May 15 12:28:42 2020
THIS IS A RED ALERT FOR THIS GAME, WANTS ADMINISTATIVE PRIVILEGES, DON'T RUN IT, no game is required to have admin privileges, and for renpy even less, he wants to access your system. Malicious intentions.
 

Brontanius

Member
Sep 27, 2017
249
226
THIS IS A RED ALERT FOR THIS GAME, WANTS ADMINISTATIVE PRIVILEGES, DON'T RUN IT, no game is required to have admin privileges, and for renpy even less, he wants to access your system. Malicious intentions.
I don't like insulting people on the internet but confusing a general error message that will show up during any renpy game or any program at all, let alone patronus with a request for admin privilages is just outright stupid. Just because it asks you to try running the game as an admin does not mean it wants to access your system nor does it mean he has malicious intentions.
 

OvidiusLian

Member
Jan 28, 2018
123
140
I don't like insulting people on the internet but confusing a general error message that will show up during any renpy game or any program at all, let alone patronus with a request for admin privilages is just outright stupid. Just because it asks you to try running the game as an admin does not mean it wants to access your system nor does it mean he has malicious intentions.
realy
```
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.
```
it says `try to run the game as admin`
```
on the original renpy code

so why does the developer wants admin rights?
```
and all the windows defenders alerts, you know the Trojan history?
 
Last edited:
2

215303j

Guest
Guest
If someone wants to install a trojan on a computer, there are much, much more efficient ways to do it than creating an indie porn game, especially one with a rather obscure / niche concept. This is not even nearly the most popular game on this site, where the indie porn game market is already quite niche in itself. This game is clearly an incredible labour of love. The notion that it is intentionally trying to infect your computer is stupid.

If you are worried about trojans, try checking out cracks for AAA games, like downloading The Sims off The Pirate Bay.
And even there, I know people who have done that plenty of times, generally without problems.

If you are a hacker who wants to install trojans, I would suggest to create the next Big Brother / Milfy City rip-off. Much bigger market in such games. And try to hide it better so it doesn't trigger well-known anti-virus software.

That said, the game, specifically the Minmaxer program (whatever that is) does seem to have a behaviour that reputable anti-virus software considers risky. Even though it is likely unintentional, it is still not good practice.
 
  • Like
Reactions: mamaboiii

OvidiusLian

Member
Jan 28, 2018
123
140
If someone wants to install a trojan on a computer, there are much, much more efficient ways to do it than creating an indie porn game, especially one with a rather obscure / niche concept. This is not even nearly the most popular game on this site, where the indie porn game market is already quite niche in itself. This game is clearly an incredible labour of love. The notion that it is intentionally trying to infect your computer is stupid.

If you are worried about trojans, try checking out cracks for AAA games, like downloading The Sims off The Pirate Bay.
And even there, I know people who have done that plenty of times, generally without problems.

If you are a hacker who wants to install trojans, I would suggest to create the next Big Brother / Milfy City rip-off. Much bigger market in such games. And try to hide it better so it doesn't trigger well-known anti-virus software.

That said, the game, specifically the Minmaxer program (whatever that is) does seem to have a behaviour that reputable anti-virus software considers risky. Even though it is likely unintentional, it is still not good practice.
In terms of safety, shoot 1st ask questions later.
The wonders of renpy is that you can provide the script of the game and any person can run it, as well any developer can check it, no binaries/compiled code are required.
Don't download for unknown sources, cracked pirated software, piratebay or somewhere else, can and normally are, so don't download it, but it's not the point in this case.

Code:
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.
The exception message, custom, created by the developer, that does not say even what is trying to do, what it can't access or what program is trying to run, only to run as admin, and as admin the program can do whatever the program is instructed to do, with no safety from the operating system.

As far as the intentions I really don't know, but i only care for what i can see and safety, this site is also not thepiratebay.

The developer can with ease provide the scripts, as other indie developers do when they release renpy games.
 

BupoTiling03-Retired

Well-Known Member
Modder
Jul 21, 2018
1,341
1,892
I've gotten quite a number of messages from people asking me to take a look at Minmaxer. A cursory look through patr0nuS's files reveals it is only used as an io wrapper to..."translate" some things for parsing configuration stuff (trying to respect author's attempt at protecting their work...keeping this explanation simple), nothing shady, just the author trying to protect their work is all. I am not going to reveal exactly how it works unless author is okay with it. Suffice to say, it is not malicious at the time of this message. Minmaxer is not exactly a sophisticated solution but eh.

A few of you have asked me about variables and such. I might bother making a list of things but I don't play adult games, I just reverse-engineer DRM and stuff, so no promises at all. As for scripts, just unpack it like I did. Five seconds, seriously, stop asking me to baby you or I'll sic Tiny Tina on you, badonkadonk.

Suggestion to author: Embed into libs/exe. No need then for a second binary...especially considering how many API calls it makes. I can see any paranoid AV wanting to flag it. Including Linux support would also be nice. Considering the things behind the scenes, a Linux bin of Minmaxer would be rather easy to compile.

You don't have permission to view the spoiler content. Log in or register now.
THIS IS A RED ALERT FOR THIS GAME, WANTS ADMINISTATIVE PRIVILEGES, DON'T RUN IT, no game is required to have admin privileges, and for renpy even less, he wants to access your system. Malicious intentions.
You're clueless.
I don't like insulting people on the internet but confusing a general error message that will show up during any renpy game or any program at all, let alone patronus with a request for admin privilages is just outright stupid. Just because it asks you to try running the game as an admin does not mean it wants to access your system nor does it mean he has malicious intentions.
Yes and no. Some things are malicious, some aren't. Perhaps temper the response to include. :]
 
Last edited:

dvemail

Member
Game Developer
May 9, 2017
342
998
I've gotten quite a number of messages from people asking me to take a look at Minmaxer. A cursory look through patr0nuS's files reveals it is only used as an io wrapper to..."translate" some things for parsing configuration stuff (trying to respect author's attempt at protecting their work...keeping this explanation simple), nothing shady, just the author trying to protect their work is all. I am not going to reveal exactly how it works unless author is okay with it. Suffice to say, it is not malicious at the time of this message. Minmaxer is not exactly a sophisticated solution but eh.

[snip]

Suggestion to author: Embed into libs/exe. No need then for a second binary...especially considering how many API calls it makes. I can see any paranoid AV wanting to flag it. Including Linux support would also be nice. Considering the things behind the scenes, a Linux bin of Minmaxer would be rather easy to compile.
We've already committed to retiring minmaxer in an upcoming release. We'd be interested in suggestions about embedding into libs, given that linking libs into RenPy is a bit of an issue.
 

BupoTiling03-Retired

Well-Known Member
Modder
Jul 21, 2018
1,341
1,892
We've already committed to retiring minmaxer in an upcoming release. We'd be interested in suggestions about embedding into libs, given that linking libs into RenPy is a bit of an issue.
I like this response, few too devs would respond like that. :) As for embedding this functionality...Ren'Py is open-source. That answer alone should suffice. I'd just compile Ren'Py and add in the specific routines for what I'd need. Maybe even change the way Ren'Py parses RPAs (removing magic-bytes and obfuscation alone would be more than enough to prevent extraction by most skiddies and gimmies). Maybe even add string obfuscation (I've seen your way before actually, I built a simple regex to scan for memory types and 'vardecs' like that ;)) so that even in-memory strings are outside ascii ranges and only their final pickled values are ever able to be used. Could also hard-code remove Console, etc. Ren'Py would be an easy engine to protect against automated tools if pushed in the right direction. Wouldn't stop someone like me (other alias, scene-group(s), <insert plausible deniabilities>) but it'd more than enough to hinder almost anyone else. I'm also a fan of symbol-mangling as a trap for young players. Love making a tutorial video of reverse-engineering some simple .NET application that has had it's strings obfuscated, symbols mangled and reads/writes own process memory to fix undecompilable code as it executes so that most decompilers can't make sense of them. Love home-made solutions myself. That being said though, a lot of people prefer to be able to mod things. So maybe after some time that it is complete and you've made an honest amount from it, open-source your game just as Ren'Py is.
 
Last edited:
  • Like
Reactions: 215303j

siberiano88

Newbie
Feb 25, 2020
28
1
Hi! Love the game, but suddenly I'm having this error... what can I do?

THanks!!


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

While running game code:
  File "game/characters/alfidia.rpy", line 705, in <module>
  File "game/bordello_main.rpy", line 1982, in get_predicted_today_values
  File "game/bordello_main.rpy", line 779, in onlyOccupantCalculate
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 684, in script
  File "C:\Users\pasca\Desktop\2019\018\estudioo\Muestras\DVC98234\Games\Patronus\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\pasca\Desktop\2019\2018\estudioo\Muestras\DVC98234\Games\Patronus\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/characters/alfidia.rpy", line 705, in <module>
  File "game/bordello_main.rpy", line 1982, in get_predicted_today_values
  File "game/bordello_main.rpy", line 779, in onlyOccupantCalculate
KeyError: 'merchant'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Patronus Trunk
Wed May 20 12:04:21 2020
 

BupoTiling03-Retired

Well-Known Member
Modder
Jul 21, 2018
1,341
1,892
Hi! Love the game, but suddenly I'm having this error... what can I do?

THanks!!


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

While running game code:
  File "game/characters/alfidia.rpy", line 705, in <module>
  File "game/bordello_main.rpy", line 1982, in get_predicted_today_values
  File "game/bordello_main.rpy", line 779, in onlyOccupantCalculate
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 684, in script
  File "C:\Users\pasca\Desktop\2019\018\estudioo\Muestras\DVC98234\Games\Patronus\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\pasca\Desktop\2019\2018\estudioo\Muestras\DVC98234\Games\Patronus\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/characters/alfidia.rpy", line 705, in <module>
  File "game/bordello_main.rpy", line 1982, in get_predicted_today_values
  File "game/bordello_main.rpy", line 779, in onlyOccupantCalculate
KeyError: 'merchant'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Patronus Trunk
Wed May 20 12:04:21 2020
Another person asked me about that. Just ignore, for now. You'll keep getting it until an update is pushed.
 
  • Like
Reactions: siberiano88

kaz89

New Member
Sep 9, 2017
13
8
Maeve will take some time to heal... dont worry about that, once time is up she will come to.
Altho... Maeve cannot be a working girl... cannot be trained in any of the brothel jobs fyi

I am pretty much at the same point you are, so I have been getting my rhetoric up its a slooooow and tedious process. and the higher you are the more it costs with training.

once you get high enough you will be able to take casess so trying my hand at this, however still being under 50 rhetoric, its a hit and miss and the rewards so far have been minor.
Do you the estimate length for Maeve to recover? Like how many days did take for you?
 

Red469

Active Member
May 18, 2018
731
753
Stuck on guards, when I go to to the guy, he says "I have nothing for you" or words to that effect, and I have ben robbed, so I cant open without guards.....
I saw a couple pages back its a possible bug.. is there a fix?

Also, the brother quest, I know the slaver I am looking for is not in town all the time, should I be looking in market, or slave seller? (no longer get prompts for do you know a man named....)
Guards are hired through the brothel madam
Brother quest you talk to the slave trader and market if I recall right, Dies veneris is the day you will get answers at the home town

I'm probably asking the obvious here, but how do you train/fuck the slaves?
Is there a menu that I'm missing? Talking to the girls only show me two options : Follow Me and Done.
You need to tell em to stay here in the brothel then you should see option to move to bedroom

Is Maeve ever going to recover?
Yes, just quite some time.
She appears to be very important to buy, as Shes the catalyst for being able to hire Medicos
 

dvemail

Member
Game Developer
May 9, 2017
342
998
I really, really love the information sharing and participation that is beginning to emerge around the game. It's part of what I was hoping for when I started all this.
 

dvemail

Member
Game Developer
May 9, 2017
342
998
How do I get a FAQ thread started? people should post their questions there and I can update/include a lot of initial stuff in the faq
 

BupoTiling03-Retired

Well-Known Member
Modder
Jul 21, 2018
1,341
1,892
How do I get a FAQ thread started? people should post their questions there and I can update/include a lot of initial stuff in the faq
An entire thread dedicated to a FAQ? Perhaps ask OP to create a thread and allow you to moderate it. Then perhaps ask OP to update #1 to include a link to it.
 
Last edited:

PhantomXXVIII

New Member
Jun 22, 2017
4
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/_engine/inventory.rpy", line 1, in <module>
KeyError: u'bargain_lines'

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

Full traceback:
  File "_engine/inventory.rpyc", line 1, in script
  File "C:\Users\Owner\Documents\MEGAsync Downloads\Patronus\renpy\ast.py", line 2106, in execute
    value = renpy.python.py_eval_bytecode(self.code.bytecode)
  File "C:\Users\Owner\Documents\MEGAsync Downloads\Patronus\renpy\python.py", line 2028, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/_engine/inventory.rpy", line 1, in <module>
KeyError: u'bargain_lines'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Patronus Trunk
Fri May 22 06:35:33 2020
I have no clue why this is happening, just tried to play for the first time, tried to uninstall and install again as well
 
3.40 star(s) 23 Votes