HUNUTAN

Active Member
Jan 18, 2019
547
654
Well, the new one is really good. But wouldn't it be better to finish the remaining scenes for at least some of the girls first?
 

lkpro

New Member
Jul 23, 2020
12
0
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'icequeen_t4_christmas_throne'.

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

Full traceback:
File "script/Inventory/SubMenuAction.rpyc", line 115, in script
File "C:\Users\HOME-PC\Desktop\Agent17-0.20.0-pc\renpy\ast.py", line 1974, in execute
rv = renpy.game.script.lookup(target)
File "C:\Users\HOME-PC\Desktop\Agent17-0.20.0-pc\renpy\script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'icequeen_t4_christmas_throne'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Agent17 0.20.0 0.20.0
Sun Apr 2 18:55:48 2023
How to fix?
 

mikado24

Member
Apr 12, 2018
108
29
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/script/event/fishing.rpy", line 587, in execute
  File "game/script/event/fishing.rpy", line 587, in execute
  File "game/script/event/fishing.rpy", line 603, in execute
  File "game/script/event/fishing.rpy", line 605, in execute
  File "game/script/event/fishing.rpy", line 606, in execute
  File "game/script/event/fishing.rpy", line 610, in execute
  File "game/script/event/fishing.rpy", line 621, in execute
  File "game/script/event/fishing.rpy", line 624, in execute
  File "game/script/event/fishing.rpy", line 629, in execute
  File "game/script/event/fishing.rpy", line 629, in <module>
NameError: name 'Item' is not defined

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

Full traceback:
  File "script/Inventory/InventoryRoom.rpyc", line 27, in script
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\exports.py", line 3181, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\display\core.py", line 3377, 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 "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "C:\Users\mikado\Downloads\aa\Agent17-0.20.0-pc-compressed\Agent17-0.20.0-pc-compressed\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/script/event/fishing.rpy", line 587, in execute
  File "game/script/event/fishing.rpy", line 587, in execute
  File "game/script/event/fishing.rpy", line 603, in execute
  File "game/script/event/fishing.rpy", line 605, in execute
  File "game/script/event/fishing.rpy", line 606, in execute
  File "game/script/event/fishing.rpy", line 610, in execute
  File "game/script/event/fishing.rpy", line 621, in execute
  File "game/script/event/fishing.rpy", line 624, in execute
  File "game/script/event/fishing.rpy", line 629, in execute
  File "game/script/event/fishing.rpy", line 629, in <module>
NameError: name 'Item' is not defined

Windows-7-6.1.7601-SP1 AMD64
Ren'Py 8.0.3.22090809
Agent17 0.20.0 0.20.0
Sun Apr  2 15:04:53 2023
 

randos belgados

Active Member
Jan 11, 2019
620
539
V0.20 Anti-cheat cannot be used:cry:
welp, it's a common knowledge that the dev and players are competing each other to actively create an anti-anti-anti-anti...anti-cheat. so either the dev win this competition, players getting bored to join the competition again or keep the anti for themselves so dev thinks that they have win :PogChamp:
 

Richatd

New Member
Feb 27, 2020
2
0
Can't complete quests in the quest map: Where can I find vibrator for Erica? Investigate butterfly tattooed man and Sol. Have sex with Luna at Ruby's mansion. Meet with the headmaster.
 

fengyuan

Member
Jun 8, 2021
141
39
welp, it's a common knowledge that the dev and players are competing each other to actively create an anti-anti-anti-anti...anti-cheat. so either the dev win this competition, players getting bored to join the competition again or keep the anti for themselves so dev thinks that they have win :PogChamp:
Is there any way to clear the previous cheating records?:cry:
 

nutokec

New Member
Mar 13, 2021
1
0
Is Christmas event broken? When clicking around forest looking for star pieces it keeps throwing Item not defined error
 
3.30 star(s) 141 Votes