Bantry

Forum Fanatic
Oct 24, 2017
5,153
12,643
any1 have 0.1.9 save?
Out of curiosity, just what do you expect 0.1.9.0 save will do for you? This is a sandbox game and not linear. In other words, much of the new content will not be available unless you play the game. If all you want to do is look at the pretty pictures, try unren.bat which can be found here on F95Zone.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,153
12,643
  • Like
Reactions: rooney10

Adrian24

Member
May 25, 2017
254
134
I was looking forward to this update, however 0.190 beta is seriously bugged. Can't click anything in the main manu except start, and the game breaks during intro.
Here is just one of many tracebacks I receive while trying to pass intro...

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 "game/screens.rpy", line 654, in execute
File "game/screens.rpy", line 654, in execute
File "game/screens.rpy", line 658, in execute
File "game/screens.rpy", line 668, in execute
File "game/screens.rpy", line 668, in execute
File "game/screens.rpy", line 672, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 537, in execute
File "game/screens.rpy", line 537, in keywords
File "game/screens.rpy", line 1583, in set_resolution
Exception: Shader error: Vertex shader(s) failed to link, Fragment shader(s) linked.
Vertexlink error: HW_UNSUPPORTED.
Vertex shader not supported by hardware

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

Full traceback:
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\main.py", line 578, in main
run(restart)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\execution.py", line 908, in run_context
context.run()
File "game/script.rpyc", line 304, in script
^bnp70�n09�3�YFa�E��t�}l)�Pw�}��}=���Ҿ���� �����%��Wz}�C0}ي���/UX�MBV���i�k��"���������;�U��~09�֏Q�����nL�.�z�������z_�C?!s���uh�Q��"[�Iõ���˂{I�I�.�Kx�Ik��Qi�K���VF�w<�!���C833�K�૒{%N݃
File "game/script.rpyc", line 304, in script
^bnp70�n09�3�YFa�E��t�}l)�Pw�}��}=���Ҿ���� �����%��Wz}�C0}ي���/UX�MBV���i�k��"���������;�U��~09�֏Q�����nL�.�z�������z_�C?!s���uh�Q��"[�Iõ���˂{I�I�.�Kx�Ik��Qi�K���VF�w<�!���C833�K�૒{%N݃
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.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 "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\behavior.py", line 463, in event
rv = run(action)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.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 "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.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 "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.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 "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 654, in execute
File "game/screens.rpy", line 654, in execute
File "game/screens.rpy", line 658, in execute
File "game/screens.rpy", line 668, in execute
File "game/screens.rpy", line 668, in execute
File "game/screens.rpy", line 672, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 537, in execute
File "game/screens.rpy", line 537, in keywords
File "<screen language>", line 540, in <module>
File "game/screens.rpy", line 1583, in set_resolution
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\exports.py", line 3177, in set_physical_size
renpy.display.interface.set_mode(size)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 2045, in set_mode
if draw.set_mode(virtual_size, physical_size, fullscreen):
File "gldraw.pyx", line 442, in renpy.gl.gldraw.GLDraw.set_mode
File "glenviron_shader.pyx", line 430, in renpy.gl.glenviron_shader.ShaderEnviron.init
File "glenviron_shader.pyx", line 362, in renpy.gl.glenviron_shader.Program.__init__
File "glenviron_shader.pyx", line 324, in renpy.gl.glenviron_shader.compile_program
File "glenviron_shader.pyx", line 289, in renpy.gl.glenviron_shader.check_status
Exception: Shader error: Vertex shader(s) failed to link, Fragment shader(s) linked.
Vertexlink error: HW_UNSUPPORTED.
Vertex shader not supported by hardware

Windows-XP-5.1.2600-SP3
Ren'Py 7.3.5.606
Holiday Island 0.1.9.0
Sat Nov 23 16:26:00 2019
 
  • Like
Reactions: aston_1

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,776
8,256
I was looking forward to this update, however 0.190 beta is seriously bugged. Can't click anything in the main manu except start, and the game breaks during intro.
Here is just one of many tracebacks I receive while trying to pass intro...

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 "game/screens.rpy", line 654, in execute
File "game/screens.rpy", line 654, in execute
File "game/screens.rpy", line 658, in execute
File "game/screens.rpy", line 668, in execute
File "game/screens.rpy", line 668, in execute
File "game/screens.rpy", line 672, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 537, in execute
File "game/screens.rpy", line 537, in keywords
File "game/screens.rpy", line 1583, in set_resolution
Exception: Shader error: Vertex shader(s) failed to link, Fragment shader(s) linked.
Vertexlink error: HW_UNSUPPORTED.
Vertex shader not supported by hardware

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

Full traceback:
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\main.py", line 578, in main
run(restart)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\execution.py", line 908, in run_context
context.run()
File "game/script.rpyc", line 304, in script
^bnp70�n09�3�YFa�E��t�}l)�Pw�}��}=���Ҿ���� �����%��Wz}�C0}ي���/UX�MBV���i�k��"���������;�U��~09�֏Q�����nL�.�z�������z_�C?!s���uh�Q��"[�Iõ���˂{I�I�.�Kx�Ik��Qi�K���VF�w<�!���C833�K�૒{%N݃
File "game/script.rpyc", line 304, in script
^bnp70�n09�3�YFa�E��t�}l)�Pw�}��}=���Ҿ���� �����%��Wz}�C0}ي���/UX�MBV���i�k��"���������;�U��~09�֏Q�����nL�.�z�������z_�C?!s���uh�Q��"[�Iõ���˂{I�I�.�Kx�Ik��Qi�K���VF�w<�!���C833�K�૒{%N݃
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.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 "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\behavior.py", line 463, in event
rv = run(action)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.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 "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.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 "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.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 "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 654, in execute
File "game/screens.rpy", line 654, in execute
File "game/screens.rpy", line 658, in execute
File "game/screens.rpy", line 668, in execute
File "game/screens.rpy", line 668, in execute
File "game/screens.rpy", line 672, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 537, in execute
File "game/screens.rpy", line 537, in keywords
File "<screen language>", line 540, in <module>
File "game/screens.rpy", line 1583, in set_resolution
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\exports.py", line 3177, in set_physical_size
renpy.display.interface.set_mode(size)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 2045, in set_mode
if draw.set_mode(virtual_size, physical_size, fullscreen):
File "gldraw.pyx", line 442, in renpy.gl.gldraw.GLDraw.set_mode
File "glenviron_shader.pyx", line 430, in renpy.gl.glenviron_shader.ShaderEnviron.init
File "glenviron_shader.pyx", line 362, in renpy.gl.glenviron_shader.Program.__init__
File "glenviron_shader.pyx", line 324, in renpy.gl.glenviron_shader.compile_program
File "glenviron_shader.pyx", line 289, in renpy.gl.glenviron_shader.check_status
Exception: Shader error: Vertex shader(s) failed to link, Fragment shader(s) linked.
Vertexlink error: HW_UNSUPPORTED.
Vertex shader not supported by hardware

Windows-XP-5.1.2600-SP3
Ren'Py 7.3.5.606
Holiday Island 0.1.9.0
Sat Nov 23 16:26:00 2019
Your hardware and or driver is seriously bugged.
Lucky for you, I even have a solution for your bugged rig.
Read this: https://f95zone.to/threads/holiday-island-v0-1-9-0-beta-darkhound1.3782/page-618#post-2680896
And this: https://f95zone.to/threads/holiday-island-v0-1-9-0-beta-darkhound1.3782/page-618#post-2680844

I think Amy (main focus of this update) bugged out for me. She now has max affection 50 and love 35 - cant raise it further. Do you all experience that? Any way to fix?
Open the quest app on your phone and check Amy's quest. It explain exactly what you need to do. Do not cheat her max love and max affection stats.
 
  • Like
Reactions: Bantry and rooney10

aston_1

Newbie
Oct 29, 2017
45
16
I was looking forward to this update, however 0.190 beta is seriously bugged. Can't click anything in the main manu except start, and the game breaks during intro.
Here is just one of many tracebacks I receive while trying to pass intro...

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 "game/screens.rpy", line 654, in execute
File "game/screens.rpy", line 654, in execute
File "game/screens.rpy", line 658, in execute
File "game/screens.rpy", line 668, in execute
File "game/screens.rpy", line 668, in execute
File "game/screens.rpy", line 672, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 537, in execute
File "game/screens.rpy", line 537, in keywords
File "game/screens.rpy", line 1583, in set_resolution
Exception: Shader error: Vertex shader(s) failed to link, Fragment shader(s) linked.
Vertexlink error: HW_UNSUPPORTED.
Vertex shader not supported by hardware

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

Full traceback:
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\main.py", line 578, in main
run(restart)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\execution.py", line 908, in run_context
context.run()
File "game/script.rpyc", line 304, in script
^bnp70�n09�3�YFa�E��t�}l)�Pw�}��}=���Ҿ���� �����%��Wz}�C0}ي���/UX�MBV���i�k��"���������;�U��~09�֏Q�����nL�.�z�������z_�C?!s���uh�Q��"[�Iõ���˂{I�I�.�Kx�Ik��Qi�K���VF�w<�!���C833�K�૒{%N݃
File "game/script.rpyc", line 304, in script
^bnp70�n09�3�YFa�E��t�}l)�Pw�}��}=���Ҿ���� �����%��Wz}�C0}ي���/UX�MBV���i�k��"���������;�U��~09�֏Q�����nL�.�z�������z_�C?!s���uh�Q��"[�Iõ���˂{I�I�.�Kx�Ik��Qi�K���VF�w<�!���C833�K�૒{%N݃
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.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 "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\behavior.py", line 463, in event
rv = run(action)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.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 "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.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 "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.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 "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 654, in execute
File "game/screens.rpy", line 654, in execute
File "game/screens.rpy", line 658, in execute
File "game/screens.rpy", line 668, in execute
File "game/screens.rpy", line 668, in execute
File "game/screens.rpy", line 672, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 537, in execute
File "game/screens.rpy", line 537, in keywords
File "<screen language>", line 540, in <module>
File "game/screens.rpy", line 1583, in set_resolution
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\exports.py", line 3177, in set_physical_size
renpy.display.interface.set_mode(size)
File "E:\Downloads\Movies weekly\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 2045, in set_mode
if draw.set_mode(virtual_size, physical_size, fullscreen):
File "gldraw.pyx", line 442, in renpy.gl.gldraw.GLDraw.set_mode
File "glenviron_shader.pyx", line 430, in renpy.gl.glenviron_shader.ShaderEnviron.init
File "glenviron_shader.pyx", line 362, in renpy.gl.glenviron_shader.Program.__init__
File "glenviron_shader.pyx", line 324, in renpy.gl.glenviron_shader.compile_program
File "glenviron_shader.pyx", line 289, in renpy.gl.glenviron_shader.check_status
Exception: Shader error: Vertex shader(s) failed to link, Fragment shader(s) linked.
Vertexlink error: HW_UNSUPPORTED.
Vertex shader not supported by hardware

Windows-XP-5.1.2600-SP3
Ren'Py 7.3.5.606
Holiday Island 0.1.9.0
Sat Nov 23 16:26:00 2019
I have the same problems!!!
 

sf234

Member
Nov 14, 2019
131
64
Right when I load my old save and it says updates will be applied now I get a error :rolleyes:

Also I can't do full screen windowed anymore, or even pull the screen to manually resize it as I don't like full screen, this is kinda annoying
 

Adrian24

Member
May 25, 2017
254
134
It would really be nice if you could answer my questions.
- what's your display resolution?
- can you play the game if you don't try to load/save or go to the options?

In the meantime, please try the following fix. I'm 99% sure it will work, although it means you will only be able to play at 1280x720 until I come up with a better idea.

Copy the content of the zip into your game folder (unpack it!).
Just to be 100% clear. Inside the zip is a folder named game. Inside that folder there are 2 files.
These 2 files need to be placed in the folder: "on your pc wherever you installed HI"/game
If you are not asked if you want to overwrite 1 file, you did not put it in the correct place.

Everyone can use the included "screens.rpyc" file. The next version will have it anyway.
If you are able to change the resolution depends on the file "use_fixed_resolution_720x.txt". if it is present in the "your HI folder"/game, the resolution changer will be disabled. If you remove or rename the file, resolution chages are enabled again.

EDIT: Feedback if this works for you would be appreciated.
If this works, I will try to support "use_fixed_resolution_900" and "use_fixed_resolution_1080" as well.
For me it was a resolution problem.
Game (0.190 beta version) is unplayable under 1024x768, but works fine under 1280x960.
 

sf234

Member
Nov 14, 2019
131
64
For me it was a resolution problem.
Game (0.190 beta version) is unplayable under 1024x768, but works fine under 1280x960.
Game doesn't seem to let you do custom res anymore(can't manually resize the screen) so only works with a few different resolutions it seems, not cool
 

Abhai

Devoted Member
Sep 12, 2018
8,636
36,055
Holiday Island [v0.1.9.0 Beta] [darkhound1] (1.13 gb rar pc source)
539 mb rar unofficial pc compressed (slightly reduced image/video/audio quality):
done by UnRen v0.7 (Sam@f95zone) & Cruncher v0.4.1(BAS@f95zone)
 
4.00 star(s) 210 Votes