4.10 star(s) 193 Votes

RandomGuy99

Well-Known Member
Nov 11, 2018
1,541
2,141
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/z_load_save_v4-5.rpy", line 217, in script
    menu:
  File "game/z_load_save_v4-5.rpy", line 223, in <module>
    "[mp4_5.passTwoName]" if mp4_5.gamePass > 2:
TypeError: '>' not supported between instances of 'NoneType' and 'int'

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

Full traceback:
  File "game/z_load_save_v4-5.rpy", line 217, in script
    menu:
  File "/Volumes/renpy-8.0.3-sdk/renpy-8.0.3-sdk/renpy/ast.py", line 1903, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "/Volumes/renpy-8.0.3-sdk/renpy-8.0.3-sdk/renpy/exports.py", line 976, in menu
    condition = renpy.python.py_eval(condition)
  File "/Volumes/renpy-8.0.3-sdk/renpy-8.0.3-sdk/renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "/Volumes/renpy-8.0.3-sdk/renpy-8.0.3-sdk/renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/z_load_save_v4-5.rpy", line 223, in <module>
    "[mp4_5.passTwoName]" if mp4_5.gamePass > 2:
TypeError: '>' not supported between instances of 'NoneType' and 'int'

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Rebirth episode 5 ep5up1
Tue May  2 00:35:59 2023
Any idea why ?
 

c3p0

Forum Fanatic
Respected User
Nov 20, 2017
4,678
11,464
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/z_load_save_v4-5.rpy", line 217, in script
    menu:
  File "game/z_load_save_v4-5.rpy", line 223, in <module>
    "[mp4_5.passTwoName]" if mp4_5.gamePass > 2:
TypeError: '>' not supported between instances of 'NoneType' and 'int'

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

Full traceback:
  File "game/z_load_save_v4-5.rpy", line 217, in script
    menu:
  File "/Volumes/renpy-8.0.3-sdk/renpy-8.0.3-sdk/renpy/ast.py", line 1903, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "/Volumes/renpy-8.0.3-sdk/renpy-8.0.3-sdk/renpy/exports.py", line 976, in menu
    condition = renpy.python.py_eval(condition)
  File "/Volumes/renpy-8.0.3-sdk/renpy-8.0.3-sdk/renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "/Volumes/renpy-8.0.3-sdk/renpy-8.0.3-sdk/renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/z_load_save_v4-5.rpy", line 223, in <module>
    "[mp4_5.passTwoName]" if mp4_5.gamePass > 2:
TypeError: '>' not supported between instances of 'NoneType' and 'int'

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Rebirth episode 5 ep5up1
Tue May  2 00:35:59 2023
Any idea why ?
Yes, if you trying to load a episode 4 game with episode 5.
 

gregers

Forum Fanatic
Dec 9, 2018
4,400
5,564
Some Devs would easily "fix" these issues by asking the question to players within the game.
It's not uncommon to see direct questions at the start of updates asking if you've done X or Y or Z with a certain character.

Not very immersive and very messy but these things tend to get fixed on final versions of those games.
Hopefully that will be also the case here...
Indeed, but that's not really relevant in this specific instance.

Again, it's not a matter of a misplaced variable that the game can just prompt you for, or a simple slip like the inverted conditions reported for episode 5, but of missing content, forcing some players onto a story path they'd previously rejected with no attempt at coherence or cohesion.
 

BDI

Well-Known Member
May 23, 2017
1,293
532
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/z_load_save_v4-5.rpy", line 217, in script
    menu:
  File "game/z_load_save_v4-5.rpy", line 223, in <module>
    "[mp4_5.passTwoName]" if mp4_5.gamePass > 2:
TypeError: '>' not supported between instances of 'NoneType' and 'int'

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

Full traceback:
  File "game/z_load_save_v4-5.rpy", line 217, in script
    menu:
  File "/Volumes/renpy-8.0.3-sdk/renpy-8.0.3-sdk/renpy/ast.py", line 1903, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "/Volumes/renpy-8.0.3-sdk/renpy-8.0.3-sdk/renpy/exports.py", line 976, in menu
    condition = renpy.python.py_eval(condition)
  File "/Volumes/renpy-8.0.3-sdk/renpy-8.0.3-sdk/renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "/Volumes/renpy-8.0.3-sdk/renpy-8.0.3-sdk/renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/z_load_save_v4-5.rpy", line 223, in <module>
    "[mp4_5.passTwoName]" if mp4_5.gamePass > 2:
TypeError: '>' not supported between instances of 'NoneType' and 'int'

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Rebirth episode 5 ep5up1
Tue May  2 00:35:59 2023
Any idea why ?
My problem too, then I hit start and it reloaded to where it was in the last version.
 

botc76

The Crawling Chaos, Bringer of Strange Joy
Donor
Oct 23, 2016
4,421
13,197
I didn't realize there was a Callisto error/a forced path change, since I had no problem pursuing her in the first place, but I encountered an alive/undead Astrid, when I just had drained her completely at the end of the last chapter.
Hope they fix that, I can't stand her.
 
  • Like
  • Haha
Reactions: Mpkstroff and cxx

Hildegardt

Well-Known Member
Oct 18, 2017
1,092
2,242
I didn't realize there was a Callisto error/a forced path change, since I had no problem pursuing her in the first place, but I encountered an alive/undead Astrid, when I just had drained her completely at the end of the last chapter.
Hope they fix that, I can't stand her.
My Astrid has been in a quantum state for the whole of episode 4. She should've been in her cage, which I almost forgot about, because there was literally no content for that path and nobody cared that she was left alone with her thrall in the same house multiple times. Then she suddenly appeared at Callisto's to get drained and now she magically appeared back again in her cage.
Honestly, every single update is pretty buggy with typos, misplaced renders, etc. and the massive file sizes should probably be considered a bug, too. They wouldn't need to split the episodes, if they compressed their renders just a bit. I'm not sure, if these bugs ever get fixed, because the choices are few and far between, so I'd have to go back to episode 3, but it's such a hassle, because of the save import system.
 

cxx

Message Maestro
Nov 14, 2017
59,182
29,481
I didn't realize there was a Callisto error/a forced path change, since I had no problem pursuing her in the first place, but I encountered an alive/undead Astrid, when I just had drained her completely at the end of the last chapter.
Hope they fix that, I can't stand her.
there's hotfix for astrid and wt-mod fixes it too (i think).
 

greenjf

Member
Sep 23, 2020
174
1,216
They are aware of the bug.


greenjf
15h
I gave Astrid to Calisto, but she is showing up in the basement scene.

Likesblonde
14h
Damn it, You're right. Reversed the if statement by accident. Will be fixed in the next update Ty
 

c3p0

Forum Fanatic
Respected User
Nov 20, 2017
4,678
11,464
No. You play till the end, when the screen comes and then you will be asked and you put a name for your save transfer. This is not a normal save slot, it is a special save slot that can't be reached normaly.
It is also not in the normal save places (C:\Users\x\AppData\Roaming\RenPy\rebirthep4) but in the presistent place (C:\Users\x\AppData\Roaming\RenPy\persistent).
 

T-N

Member
Aug 22, 2018
422
254
how can you not remember the draining of Astrid in 4 and having her back in cage in 5?
 

T-N

Member
Aug 22, 2018
422
254
Sharon has sure started to be written no longer as a smart and savvy middling aged vampire that played her way into an archonship, but a whiny and inelegant side kick that is too curt to have anything of value to add to a conversation.
he's probably trying to write her out
 
  • Thinking Face
Reactions: Grelk
4.10 star(s) 193 Votes