2.90 star(s) 25 Votes

KingoftheJungle009

Member
Game Developer
Oct 20, 2021
296
752
ph i would like to add just reinstalled the game didnt bother with the incest patch or walkthrough game still crashes so its your game fix this plz really upsetting knowing some people dont even test their stuff before releasing it
First of all. You really should check your facts before attacking me. Today, I spent hours fixing the problem for a guy that's thousands of miles away from me, just because I didn't want anyone to feel left out from playing the game. You can check that on the Discord server. In the last week, when it came to uploading this new update, I tested the game every day just because I got feedback from patrons. For me and for some people who gave me the feedback, the error didn't occur and I wasn't aware of anything wrong happening. Less than 12 hours ago, one person came to the Discord server and ask about the error, after some trial and error we moved to private messages so we don't bother other people. AFTER I FIXED THE PROBLEM, I posted that release to the Pixeldrain and updated the main post of this thread so people who played on Windows can download the version that has been fixed (if the error occurs). I say only Windows because I don't have Mac or Linux, so please don't be angry about it.
Attacking me and my game just because an error that didn't happen when I and a few others played the game on different platforms (Windows and Mac), happens to you, is plain insolence. Reviewing the game with 1 star and telling me to suck a dick, and that I'm a bitch and a whore??? Are you really going that low?
Just today I opened and went through the game at least 10 times.
I'll see if I'm going to sleep or go one more night without sleeping just so I can fix everything for everybody.
 

Lanthander

New Member
Jun 5, 2022
8
14
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 85, in script
dev "Before we start, I have to check some things first..."
File "game/script.rpy", line 85, in script
dev "Before we start, I have to check some things first..."
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
TypeError: a float is required

-- 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 85, in script
dev "Before we start, I have to check some things first..."
File "game/script.rpy", line 85, in script
dev "Before we start, I have to check some things first..."
File "renpy/ast.py", line 684, in execute
statement_name(getattr(who, "statement_name", "say"))
File "renpy/ast.py", line 46, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2718, in do_with
clear=clear)
File "renpy/display/core.py", line 3276, 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 3793, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2521, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 368, 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 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, 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 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1267, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 715, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 530, in renpy.display.accelerator.transform_render
TypeError: a float is required

Windows-10-10.0.22000
Ren'Py 7.4.8.1895
King's new life 0.4
Sun Jun 26 22:02:27 2022
 

KingoftheJungle009

Member
Game Developer
Oct 20, 2021
296
752
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 85, in script
dev "Before we start, I have to check some things first..."
File "game/script.rpy", line 85, in script
dev "Before we start, I have to check some things first..."
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
TypeError: a float is required

-- 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 85, in script
dev "Before we start, I have to check some things first..."
File "game/script.rpy", line 85, in script
dev "Before we start, I have to check some things first..."
File "renpy/ast.py", line 684, in execute
statement_name(getattr(who, "statement_name", "say"))
File "renpy/ast.py", line 46, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2718, in do_with
clear=clear)
File "renpy/display/core.py", line 3276, 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 3793, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2521, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 368, 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 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, 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 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 1267, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 715, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 530, in renpy.display.accelerator.transform_render
TypeError: a float is required

Windows-10-10.0.22000
Ren'Py 7.4.8.1895
King's new life 0.4
Sun Jun 26 22:02:27 2022
Yeah, that's one of the two errors. If I remember correctly, that error occurs when you start a new game or load up a save file. There's a Pixeldrain link that fixes these errors, but I'll update all the links before going to bed just so people don't have to read the fine print, and go for the links directly.
 

bjhbjh1234

Well-Known Member
Jul 3, 2020
1,186
2,200
For some reason the game is using 100% of my GPU (6Gb).
If you do Shift+G and do framerate of 30, it should lower the usage as a temporary fix. I forget the reason why this occurs, but the dev should be able to change one of the settings.
 
  • Like
Reactions: ronak

hentai charley

Well-Known Member
Oct 17, 2019
1,496
994
Welcome to zeus killing chronos and ruling the earth ... would hera marry him otherwise?
...
Remember that Zeus "married" ("knocked up") two of his sisters (Hera and Demeter) and several of his aunts. At least one tradition has him impregnating his mother (Rhea).

Greek Mythology was LOADED with incestuous relationships, even after the more conservative Romans toned it down somewhat.
 

ronak

Newbie
Aug 6, 2017
27
54
If you do Shift+G and do framerate of 30, it should lower the usage as a temporary fix. I forget the reason why this occurs, but the dev should be able to change one of the settings.
Thanks but it still happens, always starts after a short animation like a car pulling up on a building or a person walking.

Edit: Changed renderer as well now it works.
 
  • Like
Reactions: KingoftheJungle009

bjhbjh1234

Well-Known Member
Jul 3, 2020
1,186
2,200
Thanks but it still happens, always starts after a short animation like a car pulling up on a building or a person walking.

Edit: Changed renderer as well now it works.
That is good. I tried changing the renderer as well, but it did not work for me. The images still bring my GPU up to 40% though, so I am not sure if that is just on my side or a problem with Renpy (occurs on a few other games as well).
 

ronak

Newbie
Aug 6, 2017
27
54
That is good. I tried changing the renderer as well, but it did not work for me. The images still bring my GPU up to 40% though, so I am not sure if that is just on my side or a problem with Renpy (occurs on a few other games as well).
I don't know if it happens with other renpy games too. Only realized it happening because my GPU fan kept screaming at me all 5min.
 

bjhbjh1234

Well-Known Member
Jul 3, 2020
1,186
2,200
I don't know if it happens with other renpy games too. Only realized it happening because my GPU fan kept screaming at me all 5min.
It has happened with other Renpy games for me (typically sandbox ones though), but changing the rendered is what typically fixes it but did not this time.
 
2.90 star(s) 25 Votes