thank you for the new upload everything is working now if we have paid for the first release do we need to pay for the updates as well just want to know.
standing_wolf
Recent community posts
i downloaded the windows version and when i tried to use the options tab i get a An exception has occurred and then a crash and and i try to start a new game it crashes and i get
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 90, in script
dev "Hi there! I'm the dev of this game, hope you enjoy it."
File "game/script.rpy", line 90, in script
dev "Hi there! I'm the dev of this game, hope you enjoy it."
File "renpy/common/000window.rpy", line 132, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 75, in _window_show
renpy.with_statement(trans)
TypeError: '<=' not supported between instances of 'NoneType' and 'float'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\main.py", line 652, in main
run(restart)
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\main.py", line 148, in run
renpy.execution.run_context(True)
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\execution.py", line 958, in run_context
context.run()
File "game/script.rpy", line 90, in script
dev "Hi there! I'm the dev of this game, hope you enjoy it."
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "game/script.rpy", line 90, in script
dev "Hi there! I'm the dev of this game, hope you enjoy it."
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\ast.py", line 583, in execute
statement_name(stmt_name)
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\ast.py", line 52, in statement_name
i(name)
File "renpy/common/000window.rpy", line 132, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 75, in _window_show
renpy.with_statement(trans)
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\exports\statementexports.py", line 257, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\display\core.py", line 1578, in do_with
return self.interact(trans_pause=True,
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\display\core.py", line 2215, 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 "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\display\core.py", line 2879, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\display\core.py", line 1381, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 486, in renpy.display.render.render_screen
File "render.pyx", line 260, in renpy.display.render.render
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\display\layout.py", line 903, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\display\transition.py", line 384, 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 260, in renpy.display.render.render
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\display\layout.py", line 903, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\display\layout.py", line 903, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\display\screen.py", line 754, 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 260, in renpy.display.render.render
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\display\layout.py", line 903, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\display\layout.py", line 1493, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\dragon-of-calon-valley-win\DragonofCalonValley-0.1-pc\renpy\display\transform.py", line 1056, in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 1048, in renpy.display.accelerator.RenderTransform.render
TypeError: '<=' not supported between instances of 'NoneType' and 'float'
Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
Dragon of Calon Valley 0.1
Sun May 18 12:21:13 2025
can i get help with this please