- Mar 27, 2019
- 425
- 173
No had to unren it for command and dev tool and then shift +O and type each oneIs this accessed through editing the Save file?
No had to unren it for command and dev tool and then shift +O and type each oneIs this accessed through editing the Save file?
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 errorsMaybe it should be "Marcus.Sensitivo.value = 100" instead? With additional N? Dunno but would make sense.
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.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
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.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.
realyI 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.
In terms of safety, shoot 1st ask questions later.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.
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.
You're clueless.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.
Yes and no. Some things are malicious, some aren't. Perhaps temper the response to include. :]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.
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'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.
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.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'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.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
Do you the estimate length for Maeve to recover? Like how many days did take for you?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.
Guards are hired through the brothel madamStuck 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....)
You need to tell em to stay here in the brothel then you should see option to move to bedroomI'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.
Yes, just quite some time.Is Maeve ever going to recover?
Code says 4 weeks (clarification: IN-GAME 4 weeks).Do you the estimate length for Maeve to recover? Like how many days did take for you?
Hm?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.
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.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
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