vicaut

Member
Oct 20, 2017
163
103
Did you LOAD the save game?
Or did you press the START Button?
LOAD the save game:


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 "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\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 "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\viewport.py", line 306, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\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 "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\loadsave.py", line 769, in load
roots, log = loads(location.load(filename))
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\loadsave.py", line 63, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Holiday Island 0.2.3.0
Tue Oct 06 17:02:30 2020
 

SiJa

Engaged Member
Feb 21, 2018
2,045
21,457
LOAD the save game:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
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 "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\main.py", line 578, in main
run(restart)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\execution.py", line 908, in run_context
context.run()
File "game/script.rpyc", line 334, in script
b����.֌.��������̏d�8I�����nj���q��q�S�iw���t�̐@f&���Xc� @�
File "game/script.rpyc", line 334, in script
b����.֌.��������̏d�8I�����nj���q��q�S�iw���t�̐@f&���Xc� @�
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\behavior.py", line 463, in event
rv = run(action)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\execution.py", line 908, in run_context
context.run()
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\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 "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\loadsave.py", line 769, in load
roots, log = loads(location.load(filename))
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\loadsave.py", line 63, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Holiday Island 0.2.3.0
Tue Oct 06 16:59:25 2020
Read this post I made earlier...it will help you.

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

robr32

New Member
Oct 11, 2019
6
0
I seem to be getting the same issue, I can still load games in the previous version though

Ok, fixed now after mod reinstalll,,,,Thank You :)
 

Dracconic Evolution

Active Member
Feb 28, 2020
724
369
It seems that the scenes for accompanying Heather to the pool when applying the sunscreen a re just black screens with text stating what is happening.
 

ZagorTeNay

Well-Known Member
Jun 28, 2018
1,202
2,345
I like the game, and girls are smoking hot..only thing that bugs me is MC dialogue/monologue. Half of his lines are "OMG look at those boobs!", sounding more like inexperienced twelve year old.
 
  • Like
Reactions: Abby223

SiJa

Engaged Member
Feb 21, 2018
2,045
21,457
It seems that the scenes for accompanying Heather to the pool when applying the sunscreen a re just black screens with text stating what is happening.
Just checked...working fine to me. Can see all images for the scene.
Maybe not downloaded or extracted correctly ??
If you are using the compressed version... can not say, as it's not supported.
 
Last edited:

SiJa

Engaged Member
Feb 21, 2018
2,045
21,457
Maybe the basic version is already optimized but the normal version is 1,5 Go and the compressed one is still 1Go. Can't it be compressed a bit more ? Around 50% of the original size ? if it is less the compressed version isn't so attractive and I take the normal version.
The original is already compressed and optimised by the creator DarkHound.
So as you say... not attractive to use the compressed version.
 

Dracconic Evolution

Active Member
Feb 28, 2020
724
369
Just checked...working fine to me. Can see all images for the scene.
Maybe not downloaded or extracted correctly ??
If you are using the compressed version... can not say, as it's not supported.
Regular version and not the compressed version. Nope seems that is not the issue. I have downloaded it and extracted it 3 times now and get the same results when going to put the sunscreen on Heather. All black screens.
 

yankeeInKy

Well-Known Member
Mar 1, 2020
1,847
5,960
LOAD the save game:


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 "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\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 "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\viewport.py", line 306, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\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 "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\loadsave.py", line 769, in load
roots, log = loads(location.load(filename))
File "D:\Eigene Dateien\gamez\HolidayIsland-0.2.3.0-pc\renpy\loadsave.py", line 63, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Holiday Island 0.2.3.0
Tue Oct 06 17:02:30 2020
Reinstall the companion mod from page one of this forum.
 

SiJa

Engaged Member
Feb 21, 2018
2,045
21,457
Regular version and not the compressed version. Nope seems that is not the issue. I have downloaded it and extracted it 3 times now and get the same results when going to put the sunscreen on Heather. All black screens.
Tough to say, as I can see it working fine and tried it on 2 downloads myself...works fine.

Which download did you use? Mega, NoPy etc?
 
Last edited:

yankeeInKy

Well-Known Member
Mar 1, 2020
1,847
5,960
Regular version and not the compressed version. Nope seems that is not the issue. I have downloaded it and extracted it 3 times now and get the same results when going to put the sunscreen on Heather. All black screens.
Do you have sun screen in your inventory. If not buy some and see if that fixes it.
 

Dracconic Evolution

Active Member
Feb 28, 2020
724
369
Do you have sun screen in your inventory. If not buy some and see if that fixes it.
ROFL. I have ALWAYS looked at the Reqs long before attempting said event/scene/appointment just to make sure I am not going to miss something. Not to mention with helping this game I am well aware of what is needed to be done when trying to get an achievement. ;)
 

Dracconic Evolution

Active Member
Feb 28, 2020
724
369
Same here... so not that.
Sorry, I can not help.
It's ok. Just thought I would bring it to someone's attention just in case I am not the only 1 that is experiencing it. Besides I know the work you do for this game too and will always take the suggestions.
 

SiJa

Engaged Member
Feb 21, 2018
2,045
21,457
It's ok. Just thought I would bring it to someone's attention just in case I am not the only 1 that is experiencing it. Besides I know the work you do for this game too and will always take the suggestions.
No one else has had the same yet, let us know if you find the problem and a solution.
Keep an eye on the thread... if it's found more, then Darkhound will look at it :)
 
Last edited:
4.00 star(s) 215 Votes