3.80 star(s) 9 Votes

dejan07

Active Member
Jun 15, 2018
518
973
That's why is bad when somebody leaks the game publicly before it is properly tested by patrons first. Usually every first build contains some bugs and after few days of testing and playing they get fixed by Okyo.

Don't leak the game updates in the future before they were properly tested on Patreon first.
 

demidemon

Member
Aug 31, 2016
409
530
That's why is bad when somebody leaks the game publicly before it is properly tested by patrons first. Usually every first build contains some bugs and after few days of testing and playing they get fixed by Okyo.

Don't leak the game updates in the future before they were properly tested on Patreon first.
i agree with test version needing to be tested.. but I disagree with using patrons as testers
At least try to have a small group of volunteers from the patrons for closed tests before releasing beta versions to all other patrons. Sadly there are only 29 members on patreon thats gonna be difficult.
 

dertphu

Newbie
Mar 30, 2023
15
27
Unfortunately, the game crashed before it started :


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/labels.rpy", line 519, in script
call screen x0
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 248, in execute
if Qculprit == 12 and location == 1.5:
File "game/xscreens.rpy", line 248, in <module>
if Qculprit == 12 and location == 1.5:
NameError: name 'Qculprit' is not defined

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

Full traceback:
File "game/labels.rpy", line 519, in script
call screen x0
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\ast.py", line 1968, in execute
self.call("execute")
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\exports.py", line 3413, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\core.py", line 2165, 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:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\core.py", line 2683, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\core.py", line 2683, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 248, in execute
if Qculprit == 12 and location == 1.5:
File "game/xscreens.rpy", line 248, in <module>
if Qculprit == 12 and location == 1.5:
NameError: name 'Qculprit' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
PoV:ChD v3.53
Thu Aug 1 22:09:27 2024
 
  • Like
Reactions: blackysmite

OkyoTales

VIOLENCE EXCESS CARNALITY
Game Developer
Jul 29, 2021
215
692
Unfortunately, the game crashed before it started :


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/labels.rpy", line 519, in script
call screen x0
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 248, in execute
if Qculprit == 12 and location == 1.5:
File "game/xscreens.rpy", line 248, in <module>
if Qculprit == 12 and location == 1.5:
NameError: name 'Qculprit' is not defined

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

Full traceback:
File "game/labels.rpy", line 519, in script
call screen x0
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\ast.py", line 1968, in execute
self.call("execute")
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\exports.py", line 3413, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\core.py", line 2165, 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:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\core.py", line 2683, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\core.py", line 2683, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 248, in execute
if Qculprit == 12 and location == 1.5:
File "game/xscreens.rpy", line 248, in <module>
if Qculprit == 12 and location == 1.5:
NameError: name 'Qculprit' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
PoV:ChD v3.53
Thu Aug 1 22:09:27 2024
Just try 3.52, it is stable. 3.53 is broken.
 

Ginji

Lightning Emperor
Donor
May 14, 2017
1,412
3,348
When people share the links to broken builds... it's called sabotage. It might not be with intentions but it is what it is.
The previous version(3.52) for patrons is now up for the public.

Imagine somebody sees the game update, and downloads the game using the link to a broken build.
imagine a future patron who downloads this,well done.way to build your fan base,your choice,best of luck going forward but not for me.i thought this game was under supported,took a while to get going but was worth watching but lets say a saboteur did this:confused::(:mad:
 
  • Like
Reactions: RedAISkye

SonsOfLiberty

Post Pro
Compressor
Sep 3, 2022
21,260
176,220
PoVeşti: Childhood Drama [v3.52] [Okyo]

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 

OkyoTales

VIOLENCE EXCESS CARNALITY
Game Developer
Jul 29, 2021
215
692
Why do you even share the unstable version this brings just disappointment.
Who said that I shared the unstable version? It was posted here by a supporter.

imagine a future patron who downloads this,well done.way to build your fan base,your choice,best of luck going forward but not for me.i thought this game was under supported,took a while to get going but was worth watching but lets say a saboteur did this:confused::(:mad:
The problem was solved for the patrons.
 
  • Like
Reactions: Lexy Tanaya

RedAISkye

Well-Known Member
Apr 10, 2017
1,089
2,460
...The problem was solved for the patrons.
OP's point was it was released broken to the patrons to begin with.

I get that you expect patrons to pay you to bug test your game but, do you not do a bare minimum test of running the game yourself after compilation before releasing it?
 

BoobiesSugoi

Pixel Connaisseur
Donor
Mar 18, 2020
208
301
Who said that I shared the unstable version? It was posted here by a supporter.


The problem was solved for the patrons.
I`m aware that the Devs. don`t have full control on this side.
it was more meant as a general statement.

Anyways I reported it and the Thread has been updated now.
 

OkyoTales

VIOLENCE EXCESS CARNALITY
Game Developer
Jul 29, 2021
215
692
OP's point was it was released broken to the patrons to begin with.

I get that you expect patrons to pay you to bug test your game but, do you not do a bare minimum test of running the game yourself after compilation before releasing it?
No. I've tested the build before but with my save.
And no, I don't consider my subscribers to be my testers as well unless extreme context is given.

I`m aware that the Devs. don`t have full control on this side.
it was more meant as a general statement.

Anyways I reported it and the Thread has been updated now.
Thank you very much! But, until the unstable version is removed, and the thread is downgraded to my release(v3.52), the confusion will always be here.
 

BoobiesSugoi

Pixel Connaisseur
Donor
Mar 18, 2020
208
301
I completely agree, that is what I wanted as well.

Don`t really know why this has been rejected.

Maybe its a matter of rights.

Anyways enjoyed your game a lot.

Best of luck!
 
  • Red Heart
Reactions: OkyoTales

RedAISkye

Well-Known Member
Apr 10, 2017
1,089
2,460
No. I've tested the build before but with my save...
Then you should also test without save, at least to ensure the game launches without issue.

...But, until the unstable version is removed, and the thread is downgraded to my release(v3.52), the confusion will always be here.
...Don`t really know why this has been rejected...
It doesn't require removal, only update to the fixed build.

As both stable and unstable builds are separated with labeling, only ones that will be confused now are people that can't read.


Edit: I tested the v3.53 Unstable build but I didn't face any errors upon launch.
I did get an error when I tried to continue my old save from v3.3 build. It was telling me "mc" and "she" was not defined, so I manually defined it in console and it works fine so far.
Testing on new save and progressing a bit, I do get a lot of undefined errors.
 
Last edited:

TanyaC

Member
May 11, 2022
288
196
Developer: Okyo - - -
Censored: No
Version: 3.53
OS: Windows, Linux, Mac, Android
Language: English
I've never seen a Renpy game give as many errors as this one. I ignored the errors, but it didn't help because even ignoring them didn't allow me to continue in the game. It's error after error. I give up and I can't even put the errors here because there are thousands of them.:mad:
 
3.80 star(s) 9 Votes