link019

Newbie
Jan 12, 2019
17
3
I just downloaded the new version for mac. When I open my last two SAVES game, the game ust crask.

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 "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.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 "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.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 "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.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 "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/viewport.py", line 306, in event
    rv = super(Viewport, self).event(ev, x, y, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/behavior.py", line 897, in handle_click
    rv = run(action)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.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 "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/loadsave.py", line 769, in load
    roots, log = loads(location.load(filename))
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.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-19.3.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Holiday Island 0.2.2.0
Mon Aug 10 23:27:41 2020
 

Bantry

Forum Fanatic
Oct 24, 2017
5,238
12,905
I just downloaded the new version for mac. When I open my last two SAVES game, the game ust crask.

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 "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.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 "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.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 "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.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 "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/viewport.py", line 306, in event
    rv = super(Viewport, self).event(ev, x, y, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/display/behavior.py", line 897, in handle_click
    rv = run(action)
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.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 "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.app/Contents/Resources/autorun/renpy/loadsave.py", line 769, in load
    roots, log = loads(location.load(filename))
  File "/Users/MD/Downloads/game center/Holiday island/HolidayIsland.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-19.3.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Holiday Island 0.2.2.0
Mon Aug 10 23:27:41 2020
beating-a-dead-horse.gif

Answered eleventy-bajillion times already. Same as everyone else. You MUST download and re-install the Companion Mod.
 

shinomond

Member
Nov 21, 2017
156
125
Probably wont help, but maybe a note to re-apply the companion mod on the main post will result in fewer crash reports. Maybe requiring people to read the guide and answer a question before posting like some captcha requirements on other forums would cut down on How do I" comments.
 
  • Like
Reactions: junior366

Bantry

Forum Fanatic
Oct 24, 2017
5,238
12,905
Have you been drinking again? Sometimes Jennifer gets carried away and forgets how strong of a drink she mixes.
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,460
8,932
Probably wont help, but maybe a note to re-apply the companion mod on the main post will result in fewer crash reports. Maybe requiring people to read the guide and answer a question before posting like some captcha requirements on other forums would cut down on How do I" comments.
There are two challenges to it which is human laziness (easier to spam a question) and technical enforcement (we have no real way of doing those things given F95 board mechanics)

But if darkhound1 feels like it, a short note could be added to the official release post along the lines of,

Companion mod
For those using the companion mod (nemod) please remember to reinstall it.

Otherwise you will get an error with the text blah, blah, cl_nemod_data_store blah blah.
ex. AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

People would still ask here of course and behave as if none of the prior pages here in the F95 forum exists, but it would allow the response to simply be the patreon link, which in any case is something people should visit and support.
 
  • Like
Reactions: Bantry

shinomond

Member
Nov 21, 2017
156
125
Like I said it probably wont help, I was just reminded off all the stupid warning labels on products because people tried to eat, drink, insert/fuck, or force something they shouldn't have to do something it is not supposed to due and still blame the company that made it. But as I heard long ago nothing fool proof holds up against a well trained fool.
1597120940289.png
 

trigun61

Member
May 19, 2017
104
90
I can't get Faye to trigger her pull up bet. I have her alone in the gym, in the skimpy bikini, and she's done pull ups before. I've tried all kinds of combinations of responses, notably the take a closer look at her chest option, and still nothing. Shower is unlocked from weight lifting, but no dice on the sauna/bet. Any ideas?
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,460
8,932
Interesting concept Ducky, After reading this. I had a thought also. Maybe there's something dark going on to protect the island and what goes on there maybe? For example my game Alice started the game was on the island maybe 70 plus days. I send her home. She returns and acts like she just met me. Hmmm. Is her memories erased prior to leaving the island by say those pills available at the island? once she's back another pill taken and she acts like she never left..Weird ;)
Stateless vs. Stateful, and the Sandbox
The sandbox content is stateless, which is to say it retains no state (memory).
To make it stateful (remember things) would require duplication of code checks and dialogue (and a lot of renders)

Something which, short of a second developer doing it full time, is impossible.
So that is a technical limitation.

The stateful sandbox
Some (limited) degree of state will be introduced over time in the sandbox.

This can be seen in the newer arrival scenes when a girl comes back (Heather, Eva), there the girls are aware (to some degree). But it will be within the limitations time and resources impose (and where it makes sense).

The sandbox at large will remain without a state, it cannot be otherwise.
The story, the individual epic quests and future content will drive the stateful content.

Joy
We know Joy because Darkhound has explained it here and there over the years.
So while it can change, my description is fairly accurate for how things are right now, she decides, her maze, not ours.
 
Last edited:

shinomond

Member
Nov 21, 2017
156
125
They are all clones, its a conspiracy. Bang Faye at the pool biggest dick she ever saw, yoga in the gym right after just 30 minutes later. "OMG, I never saw a dick that huge before in my life."

I mean we cant all have our own islands full of sexy women. Or can we?
 

shinomond

Member
Nov 21, 2017
156
125
I can't get Faye to trigger her pull up bet. I have her alone in the gym, in the skimpy bikini, and she's done pull ups before. I've tried all kinds of combinations of responses, notably the take a closer look at her chest option, and still nothing. Shower is unlocked from weight lifting, but no dice on the sauna/bet. Any ideas?
Did you save before asking her to do pull-ups, the event triggers as soon as you ask her and she takes her top off. If you are re-loading when she is already using the machine its too late.
 
Last edited:

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,810
8,503
Holiday Island 0.2.2.1 beta has been released

Hi guys and gals,

the first bug fix update for 0.2.2.x beta has been released, which is also the first and only full version for 0.2.2.x Android.

This is a new full version for Android.
Please download a version that has the same compression as the PC version from here (1.6 GB download size):


OR

Please download a version that has more compression from here (812 MB download size):

OR


Please note that you can update any of my Android versions with any of the new ones without losing your save games. So you can go from PC compression to more compression and vice versa.
This is an update for the version 0.2.2.0 beta (PC, Mac, Linux only).

In case you are new to the game, you need to download one of the main game files version 0.2.2.0 beta (PC, Mac, Linux) from the links on my main patreon page:


Save games from 0.0.8 alpha and later versions should still be working. Older saves are no longer supported. Some saves might still not load. Sorry for that, but there is nothing I can do about it.

Please download the update to 0.2.2.1 beta (PC, Mac, Linux) from one of these links:

OR


To apply the update, please extract all files from the zip archive to the folder where you installed the full game. Overwrite all files when asked.
For Mac users, please navigate to the folder structure:

\Contents\Resources\autorun
Inside you find the folder named "game". Copy the content of zip file into the "autorun" folder from above.


Bugs fixed:
  • Only minor things and some text corrections
 

Monsieur X

Engaged Member
May 26, 2018
2,477
3,295
I can't get Faye to trigger her pull up bet. I have her alone in the gym, in the skimpy bikini, and she's done pull ups before. I've tried all kinds of combinations of responses, notably the take a closer look at her chest option, and still nothing. Shower is unlocked from weight lifting, but no dice on the sauna/bet. Any ideas?
Be sure to not have an erection or too much lust when doing the pull ups with Faye.
 
4.10 star(s) 219 Votes