Juicespectre
Member
- Jul 3, 2017
- 126
- 82
- 213
How do you get the the new kurt scenes after the lexi/pandora event with the vampires
You can use the shortcuts, or you can follow the tips on the quest log, if it's darkened, you need to complete other events before it.How do you get the the new kurt scenes after the lexi/pandora event with the vampires
the kurt event needsView attachment 4030081
This is where im at, only repeatables, and ive completed them just to be sure.
This game is completely over the to (in a good way). Going to sub for a few months to show my appreciation.
Does anyone know on which platform (Patreon or Subscribestar) the creators get more of the money?
she looks VERY pregnant. and yet I am guessing there won't be a huge timeskip
I agree 100%!she looks VERY pregnant. and yet I am guessing there won't be a huge timeskip
this is suggesting some sort of magic "two week pregnancy".
I hope not. I don't understand why all the games featuring pregnancy feel the need to rush it so hard to reach childbirth.
its a [pregnancy] fetish not a [childbirth] fetish
Hello! I'm having a problem. Can someone help me fix it?
"I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/gui.rpy", line 15, in script
File "game/gui.rpy", line 15, in script
File "renpy/common/000namespaces.rpy", line 33, in set
Exception: config.check_conflicting_properties is not a known configuration variable.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
File "renpy/main.py", line 562, in main
File "game/gui.rpy", line 15, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "game/gui.rpy", line 15, in script
File "renpy/ast.py", line 2441, in execute
File "renpy/ast.py", line 2459, in set
File "renpy/common/000namespaces.rpy", line 33, in set
File "renpy/defaultstore.py", line 105, in __setattr__
Exception: config.check_conflicting_properties is not a known configuration variable.
"
I don't really know. I'm using JoiPlay. Could that be the problem? I also downloaded the compressed version. But still the same problem.Thamn please save me! this is new, you have any idea what could be it?
Why not getting the apk one?I don't really know. I'm using JoiPlay. Could that be the problem? I also downloaded the compressed version. But still the same problem.
Well, JoiPlay is more satisfactory to me then the apk. If the problem is fixable than I want to play using JoiPlay. But if it's not then I have to download the apk.Why not getting the apk one?
I'm researching what is causing it ^^Well, JoiPlay is more satisfactory to me then the apk. If the problem is fixable than I want to play using JoiPlay. But if it's not then I have to download the apk.
I really like this game. Thank you for making an awesome game.
From that traceback, the files in the "Family_trouble-0.9.12-pc/renpy" folder from that build don't match yours, they're from an older version of RenPy, they match the files from version 8.0.3 that I have so it should be around that. The problem is that specific configThamn please save me! this is new, you have any idea what could be it?
config.check_conflicting_properties was only added in version 8.1 so it's not recognized as a config variable by that older build.Thanks a lot you are a live saver!From that traceback, the files in the "Family_trouble-0.9.12-pc/renpy" folder from that build don't match yours, they're from an older version of RenPy, they match the files from version 8.0.3 that I have so it should be around that. The problem is that specific configconfig.check_conflicting_propertieswas only added in version 8.1 so it's not recognized as a config variable by that older build.
I'm not familiar with JoiPlay but if their github is accurate, their latest update to the /renpy folder was 3 years ago so my best guess is that's the culprit, it's trying to run your 8.2.3 game through an 8.0.x/7.5.x version of Ren'Py.
There's nothing wrong with your game in this situation and trying to add backwards compatibility for obsolete versions of Ren'Py will cause more problems than it will fix, your game relies on functionality that simply isn't available there and you won't even know where the problems are coming from.
My advice to players having this problem is to try the versions available here without using emulators and see if the problem persists, this is out of the dev's control otherwise (as even if this particular error was bypassed by removing line 15 of the gui.rpy there's no telling how many other issues would crop up next).
Edit:
I actually put your game into that 8.0.3 version of Ren'Py and got that same error. I can now confirm that bypassing that error will just give you a new one, don't try to fix it, it's just not compatible, it would be a mess.
Thank you. After reading your reply I downloaded "Ren'py plugin 8.1.3 x 7.6.3 and the game worked. Thank you. You help me a lot.From that traceback, the files in the "Family_trouble-0.9.12-pc/renpy" folder from that build don't match yours, they're from an older version of RenPy, they match the files from version 8.0.3 that I have so it should be around that. The problem is that specific configconfig.check_conflicting_propertieswas only added in version 8.1 so it's not recognized as a config variable by that older build.
I'm not familiar with JoiPlay but if their github is accurate, their latest update to the /renpy folder was 3 years ago so my best guess is that's the culprit, it's trying to run your 8.2.3 game through an 8.0.x/7.5.x version of Ren'Py.
There's nothing wrong with your game in this situation and trying to add backwards compatibility for obsolete versions of Ren'Py will cause more problems than it will fix, your game relies on functionality that simply isn't available there and you won't even know where the problems are coming from.
My advice to players having this problem is to try the versions available here without using emulators and see if the problem persists, this is out of the dev's control otherwise (as even if this particular error was bypassed by removing line 15 of the gui.rpy there's no telling how many other issues would crop up next).
Edit:
I actually put your game into that 8.0.3 version of Ren'Py and got that same error. I can now confirm that bypassing that error will just give you a new one, don't try to fix it, it's just not compatible, it would be a mess.