- Sep 10, 2017
- 246
- 157
Bug right at the start when trying to tickle the first person I meet at the intro. After the scene where she says "AHAHA" I get a traceback report.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 36629, in script call
call bedroom from _call_bedroom_6
File "game/script.rpy", line 37834, in script call
call bedroom from _call_bedroom_11
File "game/script.rpy", line 38548, in script call
call bedroom from _call_bedroom_14
File "game/script.rpy", line 39189, in script call
call cathedral from _call_cathedral_16
File "game/script.rpy", line 81258, in script call
call talking from _call_talking_22
File "game/script.rpy", line 54827, in script call
call joboffer from _call_joboffer
File "game/script.rpy", line 62346, in script
if locals()[sceneactor + "_personality1"] == "lazy" and locals()[sceneactor + affection] >= 650 and locals()[sceneactor + relationship] != "acquainted" and locals()[sceneactor + relationship] != "none":
SyntaxError: invalid syntax (game/script.rpy, line 62351)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 36629, in script call
call bedroom from _call_bedroom_6
File "game/script.rpy", line 37834, in script call
call bedroom from _call_bedroom_11
File "game/script.rpy", line 38548, in script call
call bedroom from _call_bedroom_14
File "game/script.rpy", line 39189, in script call
call cathedral from _call_cathedral_16
File "game/script.rpy", line 81258, in script call
call talking from _call_talking_22
File "game/script.rpy", line 54827, in script call
call joboffer from _call_joboffer
File "game/script.rpy", line 62346, in script
if locals()[sceneactor + "_personality1"] == "lazy" and locals()[sceneactor + affection] >= 650 and locals()[sceneactor + relationship] != "acquainted" and locals()[sceneactor + relationship] != "none":
File "C:\Users\CeLezte\Downloads\LustKingdom-1.27.00-pc\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "C:\Users\CeLezte\Downloads\LustKingdom-1.27.00-pc\renpy\python.py", line 1090, in py_eval
code = py_compile(code, 'eval')
File "C:\Users\CeLezte\Downloads\LustKingdom-1.27.00-pc\renpy\python.py", line 1027, in py_compile
raise e
File "C:\Users\CeLezte\Downloads\LustKingdom-1.27.00-pc\renpy\python.py", line 979, in py_compile
raise orig_e
File "C:\Users\CeLezte\Downloads\LustKingdom-1.27.00-pc\renpy\python.py", line 972, in py_compile
tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (game/script.rpy, line 62351)
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
1.27.00
Sun Oct 6 00:16:30 2024
If you've made them a VIP you can ask Blanche (the guard captain) to summon them to a specific location.how do you talk to the NPCs that you have met before? I have them in my journal but the only way I can visit them, is by randomly asking to talk to a priestess.
Thanks!If you've made them a VIP you can ask Blanche (the guard captain) to summon them to a specific location.
Ok, thank you for checking these out so quickly! I'll see what the problem is this time around and try to resolve it before the next update!As of backer build v1.27.1:
- For the service option. It doesn't lead into switching into vaginal now, instead nothing happens.
It doesn't seem to happen everywhere since the bug doesn't appear in other parts of the kingdom, but it definitely happens in the castle. Tried it with Blanche and some generic NPCs.
EDIT: Okay, so it seems to work fine if you got into the alley and request a BJ service, but doesn't seem to work anywhere else. At least, not form what I've played so far.
EDIT2: BJ service seems to work in the dungeons too.
= Just finished the Blanche event. No real issue, but the dialogue after sex in the graveyard does repeat a few times before finally ending. Though, this is something that can happen occasionally when talking to other NPCs too. This one's not huge or game breaking but still is worth bringing up.
Will update when more bugs are found.
Can confirm this bug happens to me too.also when you tickle blanch or generic npc it will crush
also when you tickle blanch or generic npc it will crush
Alright thank you for reporting this! I actually thought I fixed this one already, so I'm going to have another look to see what might have messed it up again!Can confirm this bug happens to me too.
I reported it too: #888Can confirm this bug happens to me too.
"Bug right at the start when trying to tickle the first person I meet at the intro. After the scene where she says "AHAHA" I get a traceback report.
Why does what take so long?why does it take so long
I have to disagree with that.I have a suggestion: why don't you open your game to mods? I know they could end up messing with your code, but /games/mods would work in this case, so more things would be added.
I'm open to it if anyone wants to take a crack at it, but since the game is in early development I can't promise support for any mods and they will inevitably have to readapt to the game's update.I have a suggestion: why don't you open your game to mods? I know they could end up messing with your code, but /games/mods would work in this case, so more things would be added.
I'll just add that I'm not going to do any mod intergration stuff on my part yet, since again, the game is still in super early development, but I've seen people mod games like Roguelike or other Renpy games without this kind of integration, so you're free to try if anyone wants to.I have a suggestion: why don't you open your game to mods? I know they could end up messing with your code, but /games/mods would work in this case, so more things would be added.