Bantry

Forum Fanatic
Oct 24, 2017
5,407
13,460
I was in the bar spending time with the girls, then I was pulled into my room from the bar to receive the lottery letter.
Sorry, I'm confused. Never heard or seen of being in the bar and then being pulled into the player's room to receive a letter. The only way to leave the bar is when you choose to do so or it closes at 2:00am. Secondly, letters from Joy (if you are starting a new game) typically arrive in the morning after 7:00am.
 

CBMax

Newbie
Jul 30, 2017
24
6
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 "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.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 "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\viewport.py", line 306, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.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 "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.0-pc\renpy\loadsave.py", line 769, in load
roots, log = loads(location.load(filename))
File "C:\Users\patri\Downloads\HolidayIsland-0.2.2.0-pc\HolidayIsland-0.2.2.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.2.0
Sun Aug 09 12:04:01 2020

I get this when I try to load saves from 0.2.1.0 . Thanks in advance.
 

shinomond

Member
Nov 21, 2017
156
126
Sorry, I'm confused. Never heard or seen of being in the bar and then being pulled into the player's room to receive a letter. The only way to leave the bar is when you choose to do so or it closes at 2:00am. Secondly, letters from Joy (if you are starting a new game) typically arrive in the morning after 7:00am.
Started over again to try to duplicate. Day 5 Midnight 0:00, Lottery Letter. After reading letter time is 0:30 and I am still in my room. Got to bar with one girl indicated, and although she is shown time is now 0:00 again. Something weird is going on.

Day 6-7 Day 6 23:30 at the bar, 4 girls. Pass time get lottery letter and read it time is now 0:30, 3 girls in bar Icon only one in bar. Attached save from Day 6 at 23:30 for those who ant to test it.
 
Last edited:

lalushka

Newbie
Jun 12, 2017
62
16
Just started the game, models looks good on the cover/starting page. But when the first woman was met, what i don't like, is the thinking of the MC instead let the player let the phantasie or thinking.
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,520
9,605
Guys I cant trigger the denim photoshot events, and Jennifer in the nightbar did not say anything about it...
Any help?
Disclaimer : It has been ages since I tried reading ren'py code last, so take this with a grain of salt.

- Bartender has to be Jennifer
- She needs to pass an affection check (I assume it has to be high, but unclear)
- You need to have done photo sessions with Brenda and Eva already

If all above is fulfilled, then there is a 50% chance she will bring up the topic when you talk to her or have a drink in the bar during the evening.
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,520
9,605
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.2.0
Sun Aug 09 12:04:01 2020

I get this when I try to load saves from 0.2.1.0 . Thanks in advance.
You need to reinstall the nemod.
I do not use it myself, but the topic was mentioned a few pages back. Check there for a solution.
 
  • Like
Reactions: junior366 and CBMax

Doctor Manlio

Newbie
May 20, 2019
24
45
Disclaimer : It has been ages since I tried reading ren'py code last, so take this with a grain of salt.

- Bartender has to be Jennifer
- She needs to pass an affection check (I assume it has to be high, but unclear)
- You need to have done photo sessions with Brenda and Eva already

If all above is fulfilled, then there is a 50% chance she will bring up the topic when you talk to her or have a drink in the bar during the evening.
I've not done the photoset with Brenda, thank you man ;)
 

Vilma

New Member
Jul 13, 2017
8
48
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 ------------------------------------------------------------
I got the same. Remembered I had used the companion mod in the previous save, once I put that back into the new one it worked fine.
 
  • Like
Reactions: Monsieur X

KaitenBK201

Member
May 18, 2017
262
156
i have to ask, as the game say something about 2 or 3 months vacations, is there a limited number of days ingame or is that just for the story?
 

Tekky92

New Member
May 26, 2019
2
0
Hello has anyone run into this problem before yet?
Thank you in advance

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/functions.rpy", line 3010, in <module>
File "game/characters.rpy", line 5652, in adjust_action_cooldown_timer
AttributeError: 'cl_action_cooldown' object has no attribute 'message_text'

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

Full traceback:
File "C:\Users\mendo\Desktop\G\HolidayIsland-0.2.2.0-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "C:\Users\mendo\Desktop\G\HolidayIsland-0.2.2.0-pc\renpy\main.py", line 578, in main
run(restart)
File "C:\Users\mendo\Desktop\G\HolidayIsland-0.2.2.0-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "C:\Users\mendo\Desktop\G\HolidayIsland-0.2.2.0-pc\renpy\execution.py", line 908, in run_context
context.run()
File "game/script.rpyc", line 1109, in script call
File "game/functions.rpyc", line 3010, in script
File "game/script.rpyc", line 1109, in script call
File "game/functions.rpyc", line 3010, in script
File "C:\Users\mendo\Desktop\G\HolidayIsland-0.2.2.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\mendo\Desktop\G\HolidayIsland-0.2.2.0-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/functions.rpy", line 3010, in <module>
File "game/characters.rpy", line 5652, in adjust_action_cooldown_timer
AttributeError: 'cl_action_cooldown' object has no attribute 'message_text'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Holiday Island 0.2.2.0
Sun Aug 09 09:46:19 2020
 

Bull-dog

Newbie
Oct 12, 2018
56
23
Hello, first of all congratulations on this very pleasant game.
I have an error occuring so I ask you for help thank you.



I'm sorry, but an uncaught exception occurred.

While loading <'MatrixColor' <'Crop' <'Image' u'sexting/Alice/Alice_sexting300.jpg'> 1066 20 300 588> (1, 0, 0, 0, -0.05, 0, 1, 0, 0, -0.05, 0, 0, 1, 0, -0.05, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)>:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
error: subsurface rectangle outside surface area.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,407
13,460
Hello, first of all congratulations on this very pleasant game.
I have an error occuring so I ask you for help thank you.



I'm sorry, but an uncaught exception occurred.

While loading <'MatrixColor' <'Crop' <'Image' u'sexting/Alice/Alice_sexting300.jpg'> 1066 20 300 588> (1, 0, 0, 0, -0.05, 0, 1, 0, 0, -0.05, 0, 0, 1, 0, -0.05, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)>:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
error: subsurface rectangle outside surface area.
Without a full traceback we are only guessing. What were you doing prior to receiving the error?
 
4.00 star(s) 234 Votes