CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

-Archon-

Newbie
Feb 1, 2021
35
24
I tested my version and no such issue, Guess Who works fine, even on an old save file.
Not sure what the issue could be.
Try loading another save file and see if it has the same problem?
Hi,

thx SiJa, that solved the problem, loaded an 4.1.0 savefile and the game updated itself to 4.5.1, now the pics work, but when i started a fresh game in 4.5.0 and updated to 4.5.1 it was the problem i posted before, maybe it has something to do with the layout change...
however, now it works, thank you...

4.1.0 layout GuessWho-4.1.0.jpg

4.5.1 layout GuessWho-4.5.1.jpg
 
  • Like
Reactions: junior366

Lewdop

New Member
Nov 2, 2021
10
1
tried play game but i keep getting error message that say "bool object is not callable?" what cause it? did i something wrong?



While running game code:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
TypeError: 'bool' object is not callable

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "intro.rpyc", line 320, in script
File "intro.rpyc", line 320, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3586, in interact_core
if renpy.display.draw.update(force=self.display_reset):
TypeError: 'bool' object is not callable

Windows-10-10.0.22621
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.1
 

SnobbyCoder60

New Member
Jul 18, 2024
2
0
Lewdop My version works fine, yours seems to be a problem related to your game file.
Try to reinstall it in the proper way (original game+.4.5.1patch) and it will be fine.

by the way, does anyone know how to hack subdermal plants?
I just reached hacking lv3 and three apps appeared onto my screen, but i can’t guess out how they work…
 

Bantry

Forum Fanatic
Oct 24, 2017
5,377
13,343
Lewdop My version works fine, yours seems to be a problem related to your game file.
Try to reinstall it in the proper way (original game+.4.5.1patch) and it will be fine.

by the way, does anyone know how to hack subdermal plants?
I just reached hacking lv3 and three apps appeared onto my screen, but i can’t guess out how they work…
Since you didn't give us any idea of which new apps you're inquiring about, the standard answer is, have you checked the Companion Guide linked on the first page of this thread? It covers the majority of the apps on your phone.

Guide.jpg
 
  • Like
Reactions: SnobbyCoder60

Randy King

New Member
Jul 17, 2024
2
1
When I click the quest,it will catch the following exception.I think it maybe caught by Jessica into my room and after comunicating with me.

I search this exception track for a lot of time.I think it caused by an incorrect convertion of string to unicode.But I can't find the solution.Thanks sincerely!



I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Open text tag at end of string u'{color=#f79e50}Reward: {/color}\u6765\u81ea\u6770\u897f\u5361\u7684\u8fd1\u8ddd\u79bb{b}\u611f\u8c22{/b\uff5d!'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 437, in visit_all
self.child.visit_all(callback, seen=None)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 557, in visit_all
for d in self.visit():
File "renpy/text/text.py", line 1754, in visit
self.update()
File "renpy/text/text.py", line 1731, in update
tokens = self.tokenize(text)
File "renpy/text/text.py", line 2205, in tokenize
tokens.extend(textsupport.tokenize(i))
File "textsupport.pyx", line 127, in renpy.text.textsupport.tokenize
Exception: Open text tag at end of string u'{color=#f79e50}Reward: {/color}\u6765\u81ea\u6770\u897f\u5361\u7684\u8fd1\u8ddd\u79bb{b}\u611f\u8c22{/b\uff5d!'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.0
Thu Jul 18 21:48:35 2024
 

Bantry

Forum Fanatic
Oct 24, 2017
5,377
13,343
When I click the quest,it will catch the following exception.I think it maybe caught by Jessica into my room and after comunicating with me.

I search this exception track for a lot of time.I think it caused by an incorrect convertion of string to unicode.But I can't find the solution.Thanks sincerely!



I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Open text tag at end of string u'{color=#f79e50}Reward: {/color}\u6765\u81ea\u6770\u897f\u5361\u7684\u8fd1\u8ddd\u79bb{b}\u611f\u8c22{/b\uff5d!'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 437, in visit_all
self.child.visit_all(callback, seen=None)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 557, in visit_all
for d in self.visit():
File "renpy/text/text.py", line 1754, in visit
self.update()
File "renpy/text/text.py", line 1731, in update
tokens = self.tokenize(text)
File "renpy/text/text.py", line 2205, in tokenize
tokens.extend(textsupport.tokenize(i))
File "textsupport.pyx", line 127, in renpy.text.textsupport.tokenize
Exception: Open text tag at end of string u'{color=#f79e50}Reward: {/color}\u6765\u81ea\u6770\u897f\u5361\u7684\u8fd1\u8ddd\u79bb{b}\u611f\u8c22{/b\uff5d!'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.0
Thu Jul 18 21:48:35 2024
Same answer as above.

Have you installed the latest update/bugfix 0.4.5.1? According to your attached traceback, you haven't.

View attachment 3840549

You can find the update here.

 
  • Like
Reactions: junior366

Lewdop

New Member
Nov 2, 2021
10
1
Lewdop My version works fine, yours seems to be a problem related to your game file.
Try to reinstall it in the proper way (original game+.4.5.1patch) and it will be fine.

by the way, does anyone know how to hack subdermal plants?
I just reached hacking lv3 and three apps appeared onto my screen, but i can’t guess out how they work…
i did, i tried use 7zip and winrar. even apply update/patch from patreon. still same problem.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,377
13,343
i did, i tried use 7zip and winrar. even apply update/patch from patreon. still same problem.
To make sure we're on the same page, You made a copy of your 'save's folder (if you have one) and then you downloaded both ver. 0.4.5.0 and the update, 0.4.5.1 from the developer's Patreon page. Then you did a clean install of v.0.4.5.0 (not overwrite any other installed version) and then after that was installed, you installed the update of v.0.4.5.1. Then you can move your 'saves' folder back into the game folder. If you're just starting the game, you won't have a 'saves' folder.





Is that correct?
 

Lewdop

New Member
Nov 2, 2021
10
1
To make sure we're on the same page, You made a copy of your 'save's folder (if you have one) and then you downloaded both ver. 0.4.5.0 and the update, 0.4.5.1 from the developer's Patreon page. Then you did a clean install of v.0.4.5.0 (not overwrite any other installed version) and then after that was installed, you installed the update of v.0.4.5.1. Then you can move your 'saves' folder back into the game folder. If you're just starting the game, you won't have a 'saves' folder.





Is that correct?
its fresh start, no any old save folder. all i did was just install v.0.4.5.0 (no overwrite any) then i put v.0.4.5.1 into game file inside holiday island file then it ask me if i want overwrite scripts.rpa. i choose yes . thats all. other word its as you said.
 
  • Like
Reactions: Bantry

Bantry

Forum Fanatic
Oct 24, 2017
5,377
13,343
its fresh start, no any old save folder. all i did was just install v.0.4.5.0 (no overwrite any) then i put v.0.4.5.1 into game file inside holiday island file then it ask me if i want overwrite scripts.rpa. i choose yes . thats all. other word its as you said.
Providing you downloaded both v.0.4.5.0 and the update from the developer's Patreon page (sometimes the F95Zone links get corrupter), can't think of much else to try. Last question, are you playing on a PC, Mac or Android?
 
  • Like
Reactions: MarsUltor

Lewdop

New Member
Nov 2, 2021
10
1
Providing you downloaded both v.0.4.5.0 and the update from the developer's Patreon page (sometimes the F95Zone links get corrupter), can't think of much else to try. Last question, are you playing on a PC, Mac or Android?
on PC
 

Ardash

Newbie
Jul 3, 2022
35
25
Thanks for your feedback. I edited the description for Ivy's second Easter Egg to look for it on her second arrival to the Island. This will be in the next reissue of the Guide with the next release.
My bad! Found egg on first arrival.
If you invite Ivy not departed before you can get easter egg.
If you invite Ivy departed before you must select right answer in dialogue for easter egg route.
You don't have permission to view the spoiler content. Log in or register now.
 
4.00 star(s) 232 Votes