Cforcer

Newbie
Jan 26, 2019
58
35
Am I the only one getting errors with every choice in this new version... ??? Every time I choose something I get error "Exeption has occured"... etc....
 

cxx

Message Maestro
Nov 14, 2017
56,807
28,054
Am I the only one getting errors with every choice in this new version... ??? Every time I choose something I get error "Exeption has occured"... etc....
yes, try rollback. using old mod maybe?
 

LeRoy2299

Member
Feb 23, 2022
194
117
have errors all he time when click on mc icon or just play and get 2-3 error pages.

Now it just stops after mc kissed Zoey in cinema. After this slide there is no progress whatever I do


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

While running game code:
  File "game/script.rpy", line 34, in <module>
  File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute
  File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute
  File "game/Scripts/Screens/Main_Menu.rpy", line 14, in execute
  File "game/Scripts/Screens/Main_Menu.rpy", line 15, in execute
  File "game/Scripts/Screens/Character.rpy", line 123, in execute
  File "game/Scripts/Screens/Character.rpy", line 123, in execute
  File "game/Scripts/Screens/Character.rpy", line 124, in execute
  File "game/Scripts/Screens/Character.rpy", line 124, in <module>
  File "game/Scripts/Scripts/choices.rpy", line 118, in showMainCharDetails
  File "game/Scripts/Scripts/choices.rpy", line 75, in fillInChoices
KeyError: None

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

Full traceback:
  File "script.rpyc", line 34, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 34, in <module>
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute
  File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute
  File "game/Scripts/Screens/Main_Menu.rpy", line 14, in execute
  File "game/Scripts/Screens/Main_Menu.rpy", line 15, in execute
  File "game/Scripts/Screens/Character.rpy", line 123, in execute
  File "game/Scripts/Screens/Character.rpy", line 123, in execute
  File "game/Scripts/Screens/Character.rpy", line 124, in execute
  File "game/Scripts/Screens/Character.rpy", line 124, in <module>
  File "game/Scripts/Scripts/choices.rpy", line 118, in showMainCharDetails
  File "game/Scripts/Scripts/choices.rpy", line 75, in fillInChoices
KeyError: None

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
The Bite Revenant
Sat Mar 23 15:56:50 2024
 

Cforcer

Newbie
Jan 26, 2019
58
35
have errors all he time when click on mc icon or just play and get 2-3 error pages.

Now it just stops after mc kissed Zoey in cinema. After this slide there is no progress whatever I do


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

While running game code:
  File "game/script.rpy", line 34, in <module>
  File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute
  File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute
  File "game/Scripts/Screens/Main_Menu.rpy", line 14, in execute
  File "game/Scripts/Screens/Main_Menu.rpy", line 15, in execute
  File "game/Scripts/Screens/Character.rpy", line 123, in execute
  File "game/Scripts/Screens/Character.rpy", line 123, in execute
  File "game/Scripts/Screens/Character.rpy", line 124, in execute
  File "game/Scripts/Screens/Character.rpy", line 124, in <module>
  File "game/Scripts/Scripts/choices.rpy", line 118, in showMainCharDetails
  File "game/Scripts/Scripts/choices.rpy", line 75, in fillInChoices
KeyError: None

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

Full traceback:
  File "script.rpyc", line 34, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 34, in <module>
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute
  File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute
  File "game/Scripts/Screens/Main_Menu.rpy", line 14, in execute
  File "game/Scripts/Screens/Main_Menu.rpy", line 15, in execute
  File "game/Scripts/Screens/Character.rpy", line 123, in execute
  File "game/Scripts/Screens/Character.rpy", line 123, in execute
  File "game/Scripts/Screens/Character.rpy", line 124, in execute
  File "game/Scripts/Screens/Character.rpy", line 124, in <module>
  File "game/Scripts/Scripts/choices.rpy", line 118, in showMainCharDetails
  File "game/Scripts/Scripts/choices.rpy", line 75, in fillInChoices
KeyError: None

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
The Bite Revenant
Sat Mar 23 15:56:50 2024
You have mod installed, which is not compatible with latest version... delete game folder and download latest without mod and you'll be fine...
 
  • Like
Reactions: LeRoy2299

kznnn83

New Member
Sep 3, 2022
6
1
I have the 0.9302 version of this game and my game is stuck in the cinema scene with Zoey and i can't continue. Can someone tell me what should i do?
 

cxx

Message Maestro
Nov 14, 2017
56,807
28,054
I have the 0.9302 version of this game and my game is stuck in the cinema scene with Zoey and i can't continue. Can someone tell me what should i do?
are you using wt-mod? if yes then remove it.
 

PickerLewd

Active Member
Dec 22, 2022
681
755
I was using it, i removed but i still have the same problem.
The problem is the same as always, when you use mods your persistent file is contaminated and you need to delete it. One is in the "game/saves" folder (where you have the game's .exe) and the other is in "C:\Users\YourUserName\AppData\Roaming\RenPy\TheBite-1597297363".
Deleting them always fixes the problems, but most of the players started from scratch, so I don't know if you can continue from the cinema scene. Just in case, it's better to remove the two "persistent" files and save them somewhere else and test if you can continue or not.
 
  • Like
Reactions: Landrol

estrada777

Engaged Member
Modder
Donor
Mar 22, 2020
3,297
8,263
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.9302 + WT by LightmanP

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR or even MEGA


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

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.

PIXELDRAIN
MEGA

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.

Size 272 MB

Updates are faster on .
Updated my android port.
 

fishbrain

Engaged Member
Apr 9, 2018
2,325
2,429
I think this is the game I've been thinking of. Is there a flashback scene in this where a girl watches with her younger sister while her parents are both killed by bandits? I haven't played in a while but keep thinking about that scene. If not this does anyone know what game I'm thinking of? Appreciate it!
 

cxx

Message Maestro
Nov 14, 2017
56,807
28,054
I think this is the game I've been thinking of. Is there a flashback scene in this where a girl watches with her younger sister while her parents are both killed by bandits? I haven't played in a while but keep thinking about that scene. If not this does anyone know what game I'm thinking of? Appreciate it!
no.

right place for that question is recommendations or mods will kick your sorry ass to next week.
 
  • Haha
Reactions: fishbrain
4.50 star(s) 69 Votes