okay no worries i just installed them like 10min ago and was getting that error
Avincci
Recent community posts
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_prologue.rpy", line 1786, in script
window show
File "game/script_prologue.rpy", line 1786, in script
window show
File "renpy/common/000window.rpy", line 159, in execute_window_show
_window_show(trans)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
TypeError: '<' not supported between instances of 'NoneType' and 'float'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\main.py", line 670, in main
run(restart)
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\main.py", line 144, in run
renpy.execution.run_context(True)
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\execution.py", line 955, in run_context
context.run()
File "game/script_prologue.rpy", line 1786, in script
window show
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "game/script_prologue.rpy", line 1786, in script
window show
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000window.rpy", line 159, in execute_window_show
_window_show(trans)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\exports.py", line 1758, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\display\core.py", line 2978, in do_with
return self.interact(trans_pause=True,
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\display\core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\display\core.py", line 4175, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\display\core.py", line 2782, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\display\layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\display\transition.py", line 378, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\display\layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\display\layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\display\screen.py", line 731, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\display\layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\display\layout.py", line 1373, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\Visual Novels\Homelander-Chapter4_Part1d-pc\renpy\display\transform.py", line 909, in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 1041, in renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 910, in renpy.display.accelerator.RenderTransform.final_render
TypeError: '<' not supported between instances of 'NoneType' and 'float'
dont know if this helps but this is what i get when the error occur's