MatureMan

New Member
Feb 24, 2019
13
23
Got this error after updating to 2.3.2

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'
You need to install the Companion Mod (NEmod) - look at first page in this thread
 
  • Like
Reactions: SiJa

Jamesgar74

New Member
Jul 31, 2020
9
5
i have the smart watch guess i got it to early but the quest still says 50 fav and get the watch from the doc any work around on this
 

SiJa

Engaged Member
Feb 21, 2018
2,154
24,738
How can I get the new room, where Jessica can pole dance for me ?
You will receive a message under your door at Day 30, I think? This will start you on a quest to get the Player's new room.
When you have got the Player's new room you can then look at completing the Jessica Pole dance scene.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,407
13,457
Version 0.3.0 beta - development news (updated 12th October 2020)

Hi guys and gals, this post offers you a collection of news about the next full version of Holiday Island (0.3.0 beta).
The change log below is based on the beta 0.2.3.0 release.​
There will be another bug fix soon (0.2.3.2). For details see below change log.
The next main release is 0.3.0 beta which will be a new full update for Windows, Linux and Mac. It will include a lot of new features and some bug fixes as well.
As of right now, the update from 0.2.3.0 to 0.3.0 has:
0 additional renders, videos or sound files
0
updated renders

New features and content
  • A new location, the underground lab and infirmary will be introduced with two new special characters --> still working on it
  • A new scene when the MC jogs at the beach and hurts himself will be added. It's a scene with Miriam that leads to the discovery of the underground lab --> still working on it
  • Alice will get an update for her strength training appointments. It will be made repeatable and all images will be re=rendered in 2560x1440 webp format --> still working on it
Minor improvements and changes
  • Two of Deliza's strength training appointments got the replay icon now. The third (and most interesting) one has been made repeatable in game --> is part of 0.2.3.2
  • Amy's hot private yoga workout has been made repeatable --> is part of 0.2.3.2
  • Jennifer's night bar whiskey appointment has been made repeatable --> is part of 0.2.3.2
  • The date with Amy where you provide her with a sperm sample has been made repeatable --> is part of 0.2.3.2
  • The date with Amy where she invites you to stay the night has been made repeatable --> is part of 0.2.3.2
  • Requirements on the achievements (like hearts, etc.) will also be shown when the achievement has already been done. This makes more sense, since almost everything is repeatable --> is part of 0.2.3.2
Bug fixes
  • When the doctor is talking, sometimes a wrong name is displayed --> will be fixed with 0.3.0.0
  • When you stayed awake until after 02:00, messages for missed appointment were still wrongfully send --> fixed with 0.2.3.2
  • attributeError: 'cl_message' object has no attribute 'image' during the save game update phase --> fixed with 0.2.3.2
  • Alice lost the achievements for the for the photo studio appointments --> fixed with 0.2.3.2
  • KeyError: u'what2' during Jessica's denim photo shooting --> fixed with 0.2.3.2

Is the update going to break save games?

0.2.3.2 beta --> Save games from 0.0.8 and later can still be used. Earlier saves are no longer supported.
0.3.0.0 beta --> same as for 0.2.3.2​

Estimated release dates:

0.2.3.2 beta --> available since 11th of october from the main page, or the links in this post:
0.3.0.0 beta --> no idea yet
 

SiJa

Engaged Member
Feb 21, 2018
2,154
24,738
I read the whole Guide and still I can't get Amy talk with Jennifer.. What's so difficult to tell me what to do ?
View attachment 854992




And still no arm wrestling ?
Firstly the game has a Hints system which will help you with this... read this post on how to use etc...

https://f95zone.to/threads/holiday-island-v0-2-3-2-beta-darkhound1.3782/post-4326553

AMY has to be in her Skimpy outfit, JENNIFER needs to be working on the bar.
Also AMY needs to be in the bar BEFORE you arrive.
If you have good hacking skills you may be able to see where she is before going :unsure:

This is in the Companion guide Page 82.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,407
13,457
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,297
2,622
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.
 
4.00 star(s) 234 Votes