Bantry

Forum Fanatic
Oct 24, 2017
5,209
12,874
Installed mod and am still getting the same error. If it matters I didn't get the error with 2.2.x. If I ignore the error, the game will start a new game.
That tells us exactly NOTHING! Which version of the game? Which mod and which version? Do you have a traceback report, if so where is it? If you're going to ask for help, at least give us the bare essentials to work with, other wise we have no clue how we may offer help.
 

somerando222

New Member
Mar 14, 2020
7
0
That tells us exactly NOTHING! Which version of the game? Which mod and which version? Do you have a traceback report, if so where is it? If you're going to ask for help, at least give us the bare essentials to work with, other wise we have no clue how we may offer help.
2.3.2 right now. Mod was downloaded from dev's patreon v0.1. Excluded traceback as it was mentioned earlier that the trace usually isn't needed. Traceback below.
EDIT: fixed - it works now

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

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/viewport.py", line 306, in event
    rv = super(Viewport, self).event(ev, x, y, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/behavior.py", line 897, in handle_click
    rv = run(action)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/loadsave.py", line 769, in load
    roots, log = loads(location.load(filename))
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

Darwin-16.7.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Holiday Island 0.2.3.2
Mon Oct 12 07:15:56 2020
 
Last edited:

zapallbugs

Engaged Member
Jul 10, 2018
2,222
2,502
2.3.2 right now. Mod was downloaded from dev's patreon v0.1. Excluded traceback as it was mentioned earlier that the trace usually isn't needed. Traceback below.

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

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/viewport.py", line 306, in event
    rv = super(Viewport, self).event(ev, x, y, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/behavior.py", line 897, in handle_click
    rv = run(action)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/loadsave.py", line 769, in load
    roots, log = loads(location.load(filename))
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

Darwin-16.7.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Holiday Island 0.2.3.2
Mon Oct 12 07:15:56 2020
That's the Nemod mod. Install it again (even thought it is no longer needed) and you should be fine. Btw this has been covered a lot of times in this thread. With some searching you could have solved this youself.
 

yankeeInKy

Well-Known Member
Mar 1, 2020
1,847
5,960
2.3.2 right now. Mod was downloaded from dev's patreon v0.1. Excluded traceback as it was mentioned earlier that the trace usually isn't needed. Traceback below.

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

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/viewport.py", line 306, in event
    rv = super(Viewport, self).event(ev, x, y, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/behavior.py", line 897, in handle_click
    rv = run(action)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/display/behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/loadsave.py", line 769, in load
    roots, log = loads(location.load(filename))
  File "/private/var/folders/s3/wl61tzl15w9bxlw6r3j_c8mr0000gn/T/AppTranslocation/0B6851AA-9A5B-4F62-A145-39ADA74D18F5/d/HolidayIsland 2.3.x.app/Contents/Resources/autorun/renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

Darwin-16.7.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Holiday Island 0.2.3.2
Mon Oct 12 07:15:56 2020
Reinstall the companion Mode. That should clear up the error
 

somerando222

New Member
Mar 14, 2020
7
0
It worked. Re-installed mod, didn't work, but oddly what seemed to fix everything was taking the exe associated with the mod out of the folder and putting it back in.

Thanks to all for the help.
 

VincentYamato

Member
Feb 12, 2018
235
43
Is there a way to garantee that a girl shows uo at the sauna? i have been trying for two weeks to enter with Yvette and no luck, rng sucks lol Like is there a cheat to change a girl position on the maps or something?
 

Bantry

Forum Fanatic
Oct 24, 2017
5,209
12,874
Is there a way to garantee that a girl shows uo at the sauna? i have been trying for two weeks to enter with Yvette and no luck, rng sucks lol Like is there a cheat to change a girl position on the maps or something?
No Cheat for that. Providing you've completed all levels of hacking for Yvette, pin her via your phone in the upper left of your screen and track her location. When it says she is in the sauna, go there.
 

VincentYamato

Member
Feb 12, 2018
235
43
No Cheat for that. Providing you've completed all levels of hacking for Yvette, pin her via your phone in the upper left of your screen and track her location. When it says she is in the sauna, go there.
so what you are saying is that i should keep trying till she goes there? that sucks
 

Bantry

Forum Fanatic
Oct 24, 2017
5,209
12,874
so what you are saying is that i should keep trying till she goes there? that sucks
Geez, it's not that tough. The sauna is only open to you 2 days out of the week and then only during specific hours. Track Yvette's location during that specific time and when she shows being in the sauna go there. If you don't get it one day get it the next. Again there are only two days out of the week that the sauna is co-ed. If you don't know which days, then talk to the receptionist. Try reading page 131 of the Companion Guide.
 
  • Like
Reactions: yankeeInKy

nativegypsy

Newbie
Oct 16, 2019
93
206
There's something very uncanny about the girls in this vn. Hire an animator or something. The lack of faciel expressions, stiff movement, and really detailed skin graphics really hinder the experience.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,209
12,874
There's something very uncanny about the girls in this vn. Hire an animator or something. The lack of faciel expressions, stiff movement, and really detailed skin graphics really hinder the experience.
Interesting observations. Maybe those things could or would be included if there were more than just one guy, with a full time job, developing this game in his spare time.
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,455
8,899
Next we need Jade.
I had to look that up, I am that old :)

Kitana wins!!! Fatality :D :D :D
That one too, not getting younger ;)

That would be awesome to see Faye as Elvira.
I knew that one .... which is probably a reason to worry, because that is old and I am not that old :unsure:

(I'll probably have to admit at this stage that I simply picked the outfit up due to a cosplay chat in a conversation and that I have never played any of those games, I simply thought it looked nice :D)
 

VincentYamato

Member
Feb 12, 2018
235
43
Geez, it's not that tough. The sauna is only open to you 2 days out of the week and then only during specific hours. Track Yvette's location during that specific time and when she shows being in the sauna go there. If you don't get it one day get it the next. Again there are only two days out of the week that the sauna is co-ed. If you don't know which days, then talk to the receptionist. Try reading page 131 of the Companion Guide.
Mate, i have been trying for 2 weeks now, i know which days it can be, but she just wont go there that why i am so frustrated
 

Bantry

Forum Fanatic
Oct 24, 2017
5,209
12,874
Mate, i have been trying for 2 weeks now, i know which days it can be, but she just wont go there that why i am so frustrated
Does Yvette have any other jobs like evening receptionist? If you have read the Guide, you know that visiting a location from a different one each time can affect the game mechanics. Simple, let say the sauna opens at 18:00hrs, create a save point. Go to the sauna, no Yvette? Reload and go to the pool and then the sauna, No Yvette? Reload, go to the gym, them the sauna, etc. But first off, answer this question, you have actually opened the sauna via the pull-up event with Faye right? Had to ask, because you'd be surprised how many people miss that step.
 
Last edited:
  • Like
Reactions: junior366

DuckSwim

Well-Known Member
Jan 19, 2018
1,455
8,899
Please refer to this part of his post "about the girls in this vn"
Compare that to this fact,

Every single page for all 992 pages of this thread, over a period of 3 years have had this at the top:

1602540058306.png

No reason to spend time on it when that is the starting point (total ignorance or trolling).
 
Last edited:
  • Like
Reactions: yankeeInKy
4.10 star(s) 214 Votes