dokator

New Member
Game Developer
Aug 17, 2018
9
24
every time i try preference or load in the game i get :


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 277, in <module>
renpy.call_in_new_context("_main_menu")
File "game/screens.rpy", line 810, in execute
File "game/screens.rpy", line 810, in execute
File "game/screens.rpy", line 819, in execute
File "game/screens.rpy", line 502, in execute
File "game/screens.rpy", line 502, in execute
File "game/screens.rpy", line 555, in execute
File "game/screens.rpy", line 555, in keywords
File "game/screens.rpy", line 1606, in set_resolution
Exception: Could not set video mode.

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

Full traceback:
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\main.py", line 578, in main
run(restart)
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\execution.py", line 908, in run_context
context.run()
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 273, in script
python:
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.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\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 277, in <module>
renpy.call_in_new_context("_main_menu")
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\execution.py", line 908, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.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\rasda\Videos\HolidayIsland-0.2.0.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\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.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\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 810, in execute
File "game/screens.rpy", line 810, in execute
File "game/screens.rpy", line 819, in execute
File "game/screens.rpy", line 502, in execute
File "game/screens.rpy", line 502, in execute
File "game/screens.rpy", line 555, in execute
File "game/screens.rpy", line 555, in keywords
File "<screen language>", line 558, in <module>
File "game/screens.rpy", line 1606, in set_resolution
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\exports.py", line 3177, in set_physical_size
renpy.display.interface.set_mode(size)
File "C:\Users\rasda\Videos\HolidayIsland-0.2.0.0-pc\renpy\display\core.py", line 2055, in set_mode
raise Exception("Could not set video mode.")
Exception: Could not set video mode.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Holiday Island 0.2.0.0
Tue May 12 07:22:29 2020
 
Oct 29, 2018
36
47
every time i try preference or load in the game i get :


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 277, in <module>
renpy.call_in_new_context("_main_menu")
File "game/screens.rpy", line 810, in execute
File "game/screens.rpy", line 810, in execute
File "game/screens.rpy", line 819, in execute
File "game/screens.rpy", line 502, in execute
File "game/screens.rpy", line 502, in execute
File "game/screens.rpy", line 555, in execute
File "game/screens.rpy", line 555, in keywords
File "game/screens.rpy", line 1606, in set_resolution
Exception: Could not set video mode.
...
From Darkhound's Patreon page.

For all of you that get crashes as soon as you click on preferences or load, please manually add an empty text file in the HI sub folder "game".
Name the file: "use_fixed_resolution_720.txt"
 

SiJa

Engaged Member
Feb 21, 2018
2,024
21,215
Mr.MorningWood
Here is the latest saved game files from jikorde:
Mega
My FAQ has a lot of hints and spoilers, but you won't need it since you must have been close to finished before your reformat. Still, if this helps just give a like.
To change your name, open the console with <SHIFT-o? and type:

girlname.playername = "newfirstname"

You should type the name you want to be called in the quotes instead of newfirstname. You will need to do this for every girl from alice to yvette and jennifer to yumiko. girlname needs to be typed without caps or special characters, ie. renee, not Renée.
Good luck!
If anyone asks for a save again, just direct them to this post.
Thanks for the info Puppet Master.

Not that I don't backup my save files, but just to ask for other users who will want to change the user name of a save file.

What about Surname ???

In early parts of the game until you get to know the girls better and you ask them to call you by your first name, until then they all reply with "Mr ****". Using your set surname from the beginning of the game.

Do you not need to change this as well for every girl to call you your desired Surname as well ???

Also darkhound1 has commented many times before on this being more than just changing a few variables, and quite complex, hence why it has not been put as an option in the game (as of the time writing this post)?
 
  • Like
Reactions: Puppet Master

Puppet Master

Active Member
Aug 21, 2018
951
1,776
Any cheating you do is at your own risk since any of it could break the game.
If you want to try to figure out how to change your last name, be my guest, but since the first thing you do is to get a girl to call you by your first name, it seems unnecessary.
It's been suggested that the girls could call you by a pet name with this method.
 
  • Like
Reactions: brianiac

norb82

Active Member
Sep 19, 2018
550
2,112
Sounds like a great challenge! I am looking forward to the first reported timeline with 10 fucks in one day :p.

Also I was wondering how many times in one day you can have sex with a specific girl. It may be possible to do Heather three times. You could date her at the pool early in the morning and shag her. Then after getting her lust up again, take a walk at the beach with her and have her strike poses. Then you will have to hope for Jessica to show up so that you can fuck Heather afterwards. And, in the night bar, ask Heather for a pole dance and do it a third time after her successful hard slide.
This idea requires some thorough investigation ;)
Any other ideas?
Amy can also be fucked 3 times a day if you are lucky. First in the pool (send away other girls to change swimsuit) play with her in the pool, throw her in the water. Enjoy.

Then if you have invite from her to dinner you can have the second time. Or if you catch her open door on the way to your room. Then armwrestling in the bar, you have the third.
 
  • Like
Reactions: BDMick

tasloko

New Member
Apr 8, 2020
3
1
What a great game!! but I have a problem. I gave the little green swimwear to Amy and she is wearing it, but the swimsuit still is in my inventory and also still in my pending task list "ask amy to wear the special swimsuit". So, never tell me that she needs a massage and can't move forward with her... any help here? thank you so much!
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,794
8,360
Also darkhound1 has commented many times before on this being more than just changing a few variables, and quite complex, hence why it has not been put as an option in the game (as of the time writing this post)?
Basically, here is how it works:
you start with:
player.fname = <first name of player>
player.lname = <last name of player>

All girls start with (as an example I use Amy):
amy.playername = Mr. <last name of player>

The game doesn't really know or care if the girl calls you by first name or whatever.
When a girl is switched to first name basis, what happens is just this:
amy.playername = player.fname
It's a copy and not a reference, so changing player.fname later will not affect amy.playername.

What I could add to the mod would be an option to change the MC's first and last name.
Then do the following:
(pseudo code, so that everyone can understand it - it's not to be used in the console!)
loop over all girls
if girl.playername.startswith("Mr.")
girl.playername = "Mr. " + player.lname
else
girl playername = player.fname
endloop

In addition, the name that is displayed when the player talks has to be changed:
playername = player.fname

All of this would be relatively easy to implement, maybe about half an hour of work.
But it's not easy to do it in the console.
 

SiJa

Engaged Member
Feb 21, 2018
2,024
21,215
Basically, here is how it works:
you start with:
player.fname = <first name of player>
player.lname = <last name of player>

All girls start with (as an example I use Amy):
amy.playername = Mr. <last name of player>

The game doesn't really know or care if the girl calls you by first name or whatever.
When a girl is switched to first name basis, what happens is just this:
amy.playername = player.fname
It's a copy and not a reference, so changing player.fname later will not affect amy.playername.

What I could add to the mod would be an option to change the MC's first and last name.
Then do the following:
(pseudo code, so that everyone can understand it - it's not to be used in the console!)
loop over all girls
if girl.playername.startswith("Mr.")
girl.playername = "Mr. " + player.lname
else
girl playername = player.fname
endloop

In addition, the name that is displayed when the player talks has to be changed:
playername = player.fname

All of this would be relatively easy to implement, maybe about half an hour of work.
But it's not easy to do it in the console.
I would say to keep down the users always asking for a "full save file" and the player name issue, this would be good to add to the mod section.

As you say, it would not take up much of your valuable time away from making great new content.

A full save file could be added to the main thread so people who want it can find it quicker.

But as always, it is up to you if you want to add it darkhound1 :D
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,444
8,815
Just to add the cynical angle here,

It is an irrelevant crowd to cater to or spend time on.

They ask for the save game because that's easiest for them.
Whether there are save games around elsewhere or could be searched is immaterial.

Pin it to the first page? They'll still come here and moan if it is a single day out of date or spam "when will the save be updated to version x.x"

Waste of time, so why create expectations in the first place.

Let them post,

Those few with legit needs will be responsive to info and learn (good for them)
The rest will learn what happens to trolls /shrug
 

Bantry

Forum Fanatic
Oct 24, 2017
5,180
12,775
No such thing as a 'Full Save' as some of the appointments/events/scenes are NOT repeatable. Weight training with Alice, sex with Delizia, etc. So one would need multiple 'Saves' to see everything which would require multiple name changes, if someone gets hung up on what the girls call the player. As DuckSwim pointed out, there will still be daily posts of 'I Need a Save' and/or how to change the player's name. Heck there is a Guide and Puppet Master's step-by-step walkthrough and those are rarely used as resources to answer 98% of the questions that arise daily.
 

SiJa

Engaged Member
Feb 21, 2018
2,024
21,215
Just to add the cynical angle here,

It is an irrelevant crowd to cater to or spend time on.

They ask for the save game because that's easiest for them.
Whether there are save games around elsewhere or could be searched is immaterial.

Pin it to the first page? They'll still come here and moan if it is a single day out of date or spam "when will the save be updated to version x.x"

Waste of time, so why create expectations in the first place.

Let them post,

Those few with legit needs will be responsive to info and learn (good for them)
The rest will learn what happens to trolls /shrug
No such thing as a 'Full Save' as some of the appointments/events/scenes are NOT repeatable. Weight training with Alice, sex with Delizia, etc. So one would need multiple 'Saves' to see everything which would require multiple name changes, if someone gets hung up on what the girls call the player. As DuckSwim pointed out, there will still be daily posts of 'I Need a Save' and/or how to change the player's name. Heck there is a Guide and Puppet Master's step-by-step walkthrough and those are rarely used as resources to answer 98% of the questions that arise daily.
Both of you I agree with and both your opinions are valid points.

As I said will keep down, nothing will stop them but if a quick fix could help reduce the amount, help the genuine ones who lost their save file , then is that not a benefit.

Winning a little war can help towards winning the bigger war.

I also look at how other developers (ones with sandbox games) have tackled this, and they have had to add name changes to their games. so must be some merit/benefit if other developers saw the need ??

Users will always want the quick fix/cheat/fast-track ways to get to an achievement.

If most of them have not worked out that most content is not repeatable, then they still loose out over playing the game from the start for themselves, but you gave them the choice.

However, I will state as I did before...

But as always, it is up to you if you want to add it darkhound1 :D
 
Last edited:

Drill Sergeant

Well-Known Member
May 9, 2019
1,041
4,936
Mr.MorningWood
Here is the latest saved game files from jikorde:
Mega
My FAQ has a lot of hints and spoilers, but you won't need it since you must have been close to finished before your reformat. Still, if this helps just give a like.
To change your name, open the console with <SHIFT-o? and type:

girlname.playername = "newfirstname"

You should type the name you want to be called in the quotes instead of newfirstname. You will need to do this for every girl from alice to yvette and jennifer to yumiko. girlname needs to be typed without caps or special characters, ie. renee, not Renée.
Good luck!
If anyone asks for a save again, just direct them to this post.
Thanks a lot. You just saved me. I completed everything up to the previous version. Now i will just play this version. Will surely direct anyone to your post looking for save files. And yes i was using your FAQ. Its really helpful.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,180
12,775
> BE SURE to READ the LAST LINE <


Version 0.2.1 beta - development news (updated 12. May 2020)

Hi guys and gals, this post offers you a collection of news about the next full version of Holiday Island (0.2.1 beta) and the smaller updates towards it.​
There will be smaller, more frequent content updates, called content addons. They will include bug fixes and new content as well.
The change log below is based on the beta 0.2.0.0 release.​
The next release is 0.2.1.0 beta which will be a full update for Windows, Mac and Android.
It will include a lot of new features and some bug fixes as well.
As of right now, the update from 0.2.0.0 to 0.2.1.0 has:
446 additional renders, videos or sound files
27
updated renders (Yumiko poker, Heather poker, Desire sexting)

New features and content
  • Desire will get the "heat" scene after the hotshots game --> still working on it
  • Aly gets a pool distraction event --> will be available with 0.2.1.0
  • Alice gets a pool distraction event --> will be available with 0.2.1.0
  • Amy gets a very much improved scene on the plane, that is an achievement now as well --> will be available with 0.2.1.0
  • The game intro scene with Joy will be greatly improved. You will get preview images for all the girls and some personal information as well. In addition, for every choice (like breast size, etc.) the matching girls will be displayed --> will be available with 0.2.1.0
  • The main screen gets a really cool new intro video (made by a good friend) --> will be available with 0.2.1.0
  • Faye will get a beach pose scene in the evening when the sun sets with three achievements --> will be available with 0.2.1.0
  • Heather gets an "apology event" for the way she treated the MC during the second arrival scene --> will be available with 0.2.1.0
  • Heather gets a second arrival scene with two achievements --> will be available with 0.2.1.0
  • Yvette and Faye get a scene at the pool wearing the same bikini model --> will be available with 0.2.1.0
  • Heather gets a "Desires and Wishes" quest to obtain the "sexy nurse" outfit --> will be available with 0.2.1.0
  • Heather gets a second poker reward scene --> will be available with 0.2.1.0
  • Heather gets a poker reward scene --> will be available with 0.2.1.0
  • The "companion mod for Holiday island": gets a bigger update and will be available on my Patreon page together with 0.2.1 as a separate download --> will be available with 0.2.1.0
  • Heather gets the nightbar drink scene at the (standing at the bar) in the new outfit (two achievements) --> will be part of 0.2.1.0
  • Heather gets a new "sexy nurse" outfit for the evening (basic renders) --> will be part of 0.2.1.0
  • Yumiko gets a poker reward scene --> will be part of 0.2.1.0
  • Desire will get the hotshots game scene in the nightbar --> will be part of 0.2.1.0
  • Yumiko gets an improved poker appointment with new renders and text --> will be part of 0.2.1.0
  • Eva will get the "heat" scene after the hotshots game --> will be part of 0.2.1.0
  • Eva will get the hotshots game scene in the nightbar --> will be part of 0.2.1.0
  • Yvette gets a package of scenes in the sauna (4 achievements) with several animations --> will be part of 0.2.1.0
  • Mercedes gets a short scene in front of the sauna --> will be part of 0.2.1.0
  • Yumiko can participate in the Wet-T contest now --> will be part of 0.2.1.0
  • Mercedes can participate in the Wet-T contest now --> will be part of 0.2.1.0
  • The sauna will be available as a regular location you can go to --> will be part of 0.2.1.0
  • Heather gets an improved poker appointment with new renders and text --> will be part of 0.2.1.0
Minor improvements and changes
  • The player gets an additional "perk" pick now. In addition to the old primary pick (strength, endurance, etc.), there is now a secondary pick as well, that will give half the bonus of the primary pick (this should make the game start easier) --> will be part of 0.2.1.0
  • Eva gets three new sexting images (context related) and all her old sexting images will be upgraded to double resolution webp format --> will be part of 0.2.1.0
  • Possibility to display an image on the phone during a scene/even has been added --> will be part of 0.2.1.0
  • Possibility to receive message and display them during a scene/even has been added --> will be part of 0.2.1.0
  • Heather gets a context related sexting image and a new dream image --> will be part of 0.2.1.0
  • After day 15 if you have at least 5 blue pills, you can exchange them against a pill of one of the other colors --> will be part of 0.2.1.0
  • Hovering the mouse over Jennifer at the gym or the bartender in the night bar will show their stats now --> will be part of 0.2.1.0
  • Brenda's photo studio appointment is repeatable now --> will be part of 0.2.1.0
  • Desire's sexting images have been upgraded to 2560x1440 webp format and 4 new ones have been added --> will be part of 0.2.1.0
  • Image quality of "wall images" in new player room has been greatly improved --> will be part of 0.2.1.0
  • Hotshots now supports images in 2560x1440 size in addition to the old 1920x1080 image size --> will be part of 0.2.1.0
  • You will have twice the number of save game slots now. A scroll bar has been added to each "save page" --> will be part of 0.2.1.0
Bug fixes
  • Weight change event with Faye lead to a crash when Faye was not on the island --> will be fixed with 0.2.1.0
  • In the morning between 9 am and 10 am, the receptionist or room service girl was also at the beach --> will be fixed with 0.2.1.0
  • The new posing interface had some image sizing and text order inconsistencies --> will be fixed with 0.2.1.0
  • On some systems there are code conversion error with Renée during the update phase --> will be fixed with 0.2.1.0
  • If you missed an appointment from Joy's "Desires and Wishes" mailbox quest line, she will not send a new one and you can't get another one at reception --> will be fixed with 0.2.1.0
  • The weight lifting/bench presses workout did not increase the workout per week counter for some girls --> will be fixed with 0.2.1.0
  • If you missed the appointment to stay the night with Amy, she did not send a new one --> will be fixed with 0.2.1.0
  • Amy max love/affection quest line. There was a bug that could lead to a wrong quest sequence. You could do the arm wrestling before the massage, screwing up the quest line --> will be fixed with 0.2.1.0

Is the update going to break save games?

0.2.1.0 beta --> Save games from 0.0.8 and later can still be used. Earlier saves are no longer supported.

Estimated release dates:

0.2.1.0 beta --> 16th or 17th of May
 

BDMick

Member
Nov 26, 2017
217
873
> BE SURE to READ the LAST LINE <
And I first thought this was just an attempt to make sure people didn't miss the "no idea yet"...
But it isn't! :love:

This reminds me of a few typos/issues that I had actually planned to report:

Shower game with Eva:
Eva: Come on, don't act like a bad loser Eva.

Meet Amy at pool:
Amy: It's you loss [MC's name]
Amy: Mmmm.... Ahhh... *moans (last asterisk missing)

Eva's photo shoot:
To have a good match with her dark brown skin. :unsure:

And one thing I noticed when entering Joy's office for playing poker at 23:00: through the window you see the ocean in bright daylight. Maybe, in a future version, a romantic moonlit ocean scene render?

Sorry, I can't unsee such things... ;)
 

BDMick

Member
Nov 26, 2017
217
873
Amy can also be fucked 3 times a day if you are lucky. First in the pool (send away other girls to change swimsuit) play with her in the pool, throw her in the water. Enjoy.

Then if you have invite from her to dinner you can have the second time. Or if you catch her open door on the way to your room. Then armwrestling in the bar, you have the third.
Yes, that's right! I totally forgot that you can fuck Amy in the pool. I'll try it out. Thanks!
 

Puppet Master

Active Member
Aug 21, 2018
951
1,776
Just to add the cynical angle here,

It is an irrelevant crowd to cater to or spend time on.

They ask for the save game because that's easiest for them.
Whether there are save games around elsewhere or could be searched is immaterial.

Pin it to the first page? They'll still come here and moan if it is a single day out of date or spam "when will the save be updated to version x.x"

Waste of time, so why create expectations in the first place.

Let them post,

Those few with legit needs will be responsive to info and learn (good for them)
The rest will learn what happens to trolls /shrug
I would say that your viewpoint is more devil's advocate than cynical, but as always, you make a good point. My viewpoint on saved games is more pragmatic.
Nothing will stop people from asking for saved games, so it is irrelevant what you do about it. As you said before, the discussion is "whipping a dead horse." So I'll hide my take on the subject for those who wish to see it.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: SiJa
4.10 star(s) 213 Votes