burrito107

Newbie
May 20, 2018
30
100
Searched, but didn't see this mentioned here. Encountered a crash in the latest version due to too many args passed to ActorData.SetLookToday:

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

Looks like there are a few occurrences of 5 args being passed to SetLookToday:
You don't have permission to view the spoiler content. Log in or register now.
*edit - verified already fixed.
Sorry, I missed that there were bug fix releases (a bunch!) since I pulled this down a few days ago. I pulled down the actual latest, and this was already fixed.
 
Last edited:

youraccount69

Forum Fanatic
Donor
Dec 30, 2020
4,833
2,241
Agent17-0.25.7
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.​
 

HELIO CESAR

Active Member
May 30, 2018
936
2,074
Some people where asking for saves, mine is a kinda old full blue save, from 0.23 i think. Some paths may be reverted because of Hexa rebuilding them, like Nora and Amelie paths. But it could help not having to start from much older saves tho.
If anyone wants it i uploaded it at .

When i finish the new version i will up a new one, but it will take a while, sandboxie is giving trouble with this game.
 

Chuheridangwu

New Member
Jan 10, 2024
2
0
any hero help my save? ;-; my save crashed every time I open my backpack.
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/script/Inventory/InventoryItem.rpy", line 60, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 60, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 68, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 73, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 74, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 84, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 104, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 141, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 141, in <module>
  File "game/script/Setting/function.rpy", line 1173, in GetPantieCount
  File "game/script/DataTable/ItemData.rpy", line 64, in Cate
  File "game/script/DataTable/ItemData.rpy", line 36, in data
KeyError: '23'

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

Full traceback:
  File "script/Inventory/InventoryRoom.rpyc", line 33, in script
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\ast.py", line 1987, in execute
    self.call("execute")
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\ast.py", line 1966, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\display\core.py", line 2218, 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 "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\display\core.py", line 2748, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\display\core.py", line 2748, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\newfolder\Agent17-0.25.7-pc\Agent17-0.25.7-pc\renpy\display\screen.py", line 700, in update
    self.screen.function(**self.scope)
  File "game/script/Inventory/InventoryItem.rpy", line 60, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 60, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 68, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 73, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 74, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 84, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 104, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 141, in execute
  File "game/script/Inventory/InventoryItem.rpy", line 141, in <module>
  File "game/script/Setting/function.rpy", line 1173, in GetPantieCount
  File "game/script/DataTable/ItemData.rpy", line 64, in Cate
  File "game/script/DataTable/ItemData.rpy", line 36, in data
KeyError: '23'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Agent17 0.25.7 0.25.7
Sun Mar 23 18:40:20 2025
[/CODE]
 

Samknowsall

Member
Jan 12, 2021
258
275
Sex hallucination drug is bugged. It works for the crime, red, route with basement torture maid. Can buy it at sex shop after first time.
It isnt working for the love, blue, route. Cant buy the drug at sex shop after 1st time
 
  • Like
Reactions: msnpot
3.30 star(s) 166 Votes