I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/dialogue.rpy", line 76, in script call
call giveGift() from _dialogue_give_gift
File "game/nightclub.rpy", line 11, in script call
call startLocation("nightclub") from _nightclub_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/nightclub.rpy", line 11, in script call
call startLocation("nightclub") from _nightclub_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/sports_complex.rpy", line 15, in script call
call startLocation("sports_complex") from _sports_complex_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/city.rpy", line 59, in script call
call startLocation("beach") from _beach_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/city.rpy", line 59, in script call
call startLocation("beach") from _beach_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/city.rpy", line 59, in script call
call startLocation("beach") from _beach_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/city.rpy", line 59, in script call
call startLocation("beach") from _beach_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/city.rpy", line 59, in script call
call startLocation("beach") from _beach_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/actions.rpy", line 435, in script
call screen store(location)
File "renpy/common/000statements.rpy", line 560, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/inventory.rpy", line 71, in execute
screen store(store_name):
File "game/inventory.rpy", line 71, in execute
screen store(store_name):
File "game/inventory.rpy", line 77, in execute
frame:
File "game/inventory.rpy", line 81, in execute
has hbox
File "game/inventory.rpy", line 113, in execute
use itemView(store_name)
File "game/inventory.rpy", line 116, in execute
screen itemView(store_name, giving=False):
File "game/inventory.rpy", line 116, in execute
screen itemView(store_name, giving=False):
File "game/inventory.rpy", line 117, in execute
vbox:
File "game/inventory.rpy", line 121, in execute
if (ginfo):
File "game/inventory.rpy", line 122, in execute
$ num = randint(1, ginfo.numImages)
File "game/inventory.rpy", line 122, in <module>
$ num = randint(1, ginfo.numImages)
AttributeError: 'unicode' object has no attribute 'numImages'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/dialogue.rpy", line 76, in script call
call giveGift() from _dialogue_give_gift
File "game/nightclub.rpy", line 11, in script call
call startLocation("nightclub") from _nightclub_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/nightclub.rpy", line 11, in script call
call startLocation("nightclub") from _nightclub_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/sports_complex.rpy", line 15, in script call
call startLocation("sports_complex") from _sports_complex_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/city.rpy", line 59, in script call
call startLocation("beach") from _beach_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/city.rpy", line 59, in script call
call startLocation("beach") from _beach_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/city.rpy", line 59, in script call
call startLocation("beach") from _beach_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/city.rpy", line 59, in script call
call startLocation("beach") from _beach_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/city.rpy", line 59, in script call
call startLocation("beach") from _beach_start
File "game/script.rpy", line 197, in script call
call printClosed() from _startLocation
File "game/actions.rpy", line 435, in script
call screen store(location)
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 560, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2974, 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 3007, 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 3418, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3418, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/inventory.rpy", line 71, in execute
screen store(store_name):
File "game/inventory.rpy", line 71, in execute
screen store(store_name):
File "game/inventory.rpy", line 77, in execute
frame:
File "game/inventory.rpy", line 81, in execute
has hbox
File "game/inventory.rpy", line 113, in execute
use itemView(store_name)
File "game/inventory.rpy", line 116, in execute
screen itemView(store_name, giving=False):
File "game/inventory.rpy", line 116, in execute
screen itemView(store_name, giving=False):
File "game/inventory.rpy", line 117, in execute
vbox:
File "game/inventory.rpy", line 121, in execute
if (ginfo):
File "game/inventory.rpy", line 122, in execute
$ num = randint(1, ginfo.numImages)
File "game/inventory.rpy", line 122, in <module>
$ num = randint(1, ginfo.numImages)
AttributeError: 'unicode' object has no attribute 'numImages'
Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Family Life 0.2.0
Thu Jun 17 00:38:36 2021