PissCollector

New Member
Dec 22, 2020
12
14
37
Is the Kate option not currently active after the scene with her (gallery scene 4, "Cheer Up")? Everything up to this point has been fine. All other options seem to work.

You don't have permission to view the spoiler content. Log in or register now.
 

PissCollector

New Member
Dec 22, 2020
12
14
37
Is the Kate option not currently active after the scene with her (gallery scene 4, "Cheer Up")? Everything up to this point has been fine. All other options seem to work.

You don't have permission to view the spoiler content. Log in or register now.

Okay it seems like this just happens during all the free choice sections if you've exhausted the options for that particular person, I just got the error for Riley after picking her twice. I don't know rpy at all but I doubt it would be hard to make it to where the option doesn't show up in the choice list if there are no more scenes for that person. I'm assuming they're staying in the list now since you plan to add more scenes as development progresses but there's probably a modular way to handle the list, that should be more futureproof anyway.

You don't have permission to view the spoiler content. Log in or register now.
 

NeilDeku

Newbie
Aug 20, 2023
63
52
119
Hi,
Is that error from the beginning of the story introduction (image attached before error happens)?

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

Regards
I got an error on that point and keeps happening every other dialog if I ignore it.
 

Everhart

New Member
Dec 1, 2022
2
0
124
I get this at the point where the mc and Vanessa are on the game show and playing charades. It seems that its a choice to fool around or not and wont let me choose.


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

While running game code:
  File "game/kinetic_text_tags.rpy", line 587, in scare_tag
Exception: String '{color=#e63}{size=-2}[' ends with an open format operation.

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

Full traceback:
  File "script3.rpyc", line 10218, in script
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\ast.py", line 1618, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\exports.py", line 1109, in menu
    rv = renpy.store.menu(new_items)
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\exports.py", line 1364, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\display\core.py", line 2165, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\display\core.py", line 2683, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\display\screen.py", line 485, in visit_all
    self.child.visit_all(callback, seen=None)
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\display\displayable.py", line 421, in visit_all
    for d in self.visit():
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\text\text.py", line 1996, in visit
    self.update()
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\text\text.py", line 1973, in update
    tokens = self.apply_custom_tags(tokens)
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\text\text.py", line 2528, in apply_custom_tags
    new_contents = func(tag, value, contents)
  File "game/kinetic_text_tags.rpy", line 587, in scare_tag
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\text\text.py", line 1738, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\text\text.py", line 1868, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\substitutions.py", line 49, in interpolate
    for lit, expr, conv, fmt in parse(s):
  File "F:\Game\Porntals (need update patch)\Por(n)tals-0.3-pc\renpy\substitutions.py", line 249, in parse
    raise Exception('String {!r} ends with an open format operation.'.format(s))
Exception: String '{color=#e63}{size=-2}[' ends with an open format operation.

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
Por(n)tals 0.3
Tue Aug  5 17:20:19 2025
 

ekeymono92

Newbie
Mar 4, 2019
96
25
165
Just started the game and i keep getting this error

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 331, in script
mc "Mom! Dad!"
RecursionError: maximum recursion depth exceeded
 

h0Ws?!

Newbie
Jan 7, 2020
95
58
172
While running game code:
File "game/script2.rpy", line 6991, in script
$ next_kate_scene()
ScriptError: could not find label 'k_story3'.
 

Kizma Buudi

Newbie
Mar 16, 2021
22
24
127
If I play all the way through, I get no error, but if you close the game then open it and try to load a saved game, it will crash. Really need a hotfix for this!
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,177
313,262
998
Porntals [v0.3.1] [OneHend] - Compressed

Win/Linux [1,03 GB]
- - - -

Mac [1,03 GB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 

Edhinor

Member
Jun 3, 2022
145
628
217
The game is missing tags:

- Rape
- Graphic Violence

Could these be added? is there a way to notify someone so they are added?
 

YogSothoth1982

Devoted Member
Jun 26, 2018
9,431
14,315
883
You don't have permission to view the spoiler content. Log in or register now.

Edit 3 minutes later: actually yeah, scratch that, stopped playing and uninstalled. Not in the mood at all for the lighthearted tone of the game after that scene. Dude, talk about 180 degree switches in tone....
I finished there and for now I don't think I'll continue, in fact it's very difficult for me to decide to do so.

Same. Game just doesn't feel the same after that scene. It's objectively a pretty well made game, but between that scene and the LI's being... I just find them more annoying than endearing... I'm bummed I'm not more into it.
I agree, I liked the game, but... Now I have no motivation to continue.
 
Last edited:

_user

Member
Jan 16, 2022
228
383
187
The game is missing tags:

- Rape
- Graphic Violence

Could these be added? is there a way to notify someone so they are added?
Eh. It's implied rape at best, which i'm pretty sure doesn't qualify for the tag rules. And the violence is nothing worse than you'd see on tv, mild blood and someone dead, blame hollywood for normalizing violence.

If you want a tag added, you need to report the OP. I asked for the sci-fi tag.
 
  • Like
Reactions: Edhinor

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
8,765
4,002
436
Porntals-0.3.1
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
  • Yay, update!
Reactions: Lerd0
3.70 star(s) 16 Votes