- Feb 27, 2021
- 1,183
- 891
That bug does not exist in the Ren'Py port.i run to black screen bug ? when click on IG ? when i click ann and alex pic
i play on win 10 a pc.. if click that black screenThat bug does not exist in the Ren'Py port.
show screen shot of black screen and main menu.i play on win 10 a pc.. if click that black screen
That is not the Ren'Py port for which this thread is about. That is from the official version, here: https://f95zone.to/threads/long-story-short-0-8-2a0-5-ttrickgames.31351/
Without looking too much into this, I see you are using Ren'Py 8, while I am using Ren'Py 7.5.2. Ren'Py 8 uses python 3 and 7.5.2 uses python 2. That filter() function behaves differently in python 3. Specifically, in python 3, it returns an iterable filter object instead of a list as in python 2. You would need to change it to support python 3:I ported this to the iPad and I keep getting errors. It defaults back to a couple of scenes before.It gives me this error.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/days/day7.rpy", line 274, in <module>
File "game/scripts/insta/insta.rpy", line 35, in generate_likes
TypeError: 'filter' object is not subscriptable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/days/day7.rpyc", line 269, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "game/scripts/days/day7.rpy", line 274, in <module>
File "game/scripts/insta/insta.rpy", line 35, in generate_likes
TypeError: 'filter' object is not subscriptable
macOS-15.0-iPad8,1-64bit iPad8,1
Ren'Py 8.0.3.22090809
Long Story Short 0.6
Mon Mar 13 13:12:38 2023
```
And this one
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 604, in execute_call_screen
File "game/scripts/days/day7.rpy", line 294, in <module>
NameError: name 'jump_to' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/days/day7.rpyc", line 292, in script
File "renpy/ast.py", line 2232, in execute
File "renpy/ast.py", line 2220, in call
File "renpy/statements.py", line 281, in call
File "renpy/common/000statements.rpy", line 604, in execute_call_screen
File "renpy/ast.py", line 342, in evaluate
File "renpy/python.py", line 1092, in py_eval
File "renpy/python.py", line 1085, in py_eval_bytecode
File "game/scripts/days/day7.rpy", line 294, in <module>
NameError: name 'jump_to' is not defined
macOS-15.0-iPad8,1-64bit iPad8,1
Ren'Py 8.0.3.22090809
Long Story Short 0.6
Mon Mar 13 13:13:15 2023
```
thanks I will try it againWithout looking too much into this, I see you are using Ren'Py 8, while I am using Ren'Py 7.5.2. Ren'Py 8 uses python 3 and 7.5.2 uses python 2. That filter() function behaves differently in python 3. Specifically, in python 3, it returns an iterable filter object instead of a list as in python 2. You would need to change it to support python 3:You must be registered to see the links
As for the second error, I do not define jump_to as it's only used within the scope of certain labels. You could try adding: default jump_to = "" to the script.
As far as threesomes go, that one was disappointing, but I must ask if there's a variation of it where Vanessa gets involved with the MC ? I'm fairly certain I've seen all routes, but have to ask and I assume it's just because Ann is there so it makes sense if she doesn't at this early stage.I'd say don't blackmail her. You get a blowjob that she doesn't finish if you do, but you miss out on a potential threesome with her and Ann if you don't. Most of Van's content happens regardless apart from that, if my memory serves me right.
Nope, that's the only Ann/Van threesome in the game so far.As far as threesomes go, that one was disappointing, but I must ask if there's a variation of it where Vanessa gets involved with the MC ? I'm fairly certain I've seen all routes, but have to ask and I assume it's just because Ann is there so it makes sense if she doesn't at this early stage.
Likely a false positive. I've been seeing this on multiple VNs again from Windows Defender.Getting backdoor and trojan alerts from AV during download from Mega. Is anyone else seeing issues?
If I had to make an educated guess, I'd say I'll be there within the next 2-3 months at most. Maybe sooner. I have quite a few scenes left in 0.7, though, many of them are smaller, so we'll see.Any estimate on when this renpy port will be up to date with the games current version?