Samhill

Active Member
Nov 2, 2020
573
346
Python:
While running game code:
  File "renpy/common/000statements.rpy", line 513, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 76, in execute
  File "game/scripts/screens/stats.rpy", line 78, in execute
  File "game/scripts/screens/stats.rpy", line 84, in execute
  File "game/scripts/screens/stats.rpy", line 88, in execute
  File "game/scripts/screens/stats.rpy", line 89, in execute
  File "game/scripts/screens/stats.rpy", line 90, in execute
  File "game/scripts/screens/stats.rpy", line 91, in execute
  File "game/scripts/screens/stats.rpy", line 93, in execute
  File "game/scripts/screens/stats.rpy", line 94, in execute
  File "game/scripts/screens/stats.rpy", line 95, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 354, in execute
  File "game/scripts/screens/stats.rpy", line 359, in execute
  File "game/scripts/screens/stats.rpy", line 364, in execute
  File "game/scripts/screens/stats.rpy", line 367, in execute
  File "game/scripts/screens/stats.rpy", line 367, in keywords
ZeroDivisionError: float division by zero

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

Full traceback:
  File "scripts/ch1_intro.rpyc", line 403, in script call
  File "scripts/help.rpyc", line 19, in script call
  File "scripts/help.rpyc", line 29, in script
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 513, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 76, in execute
  File "game/scripts/screens/stats.rpy", line 78, in execute
  File "game/scripts/screens/stats.rpy", line 84, in execute
  File "game/scripts/screens/stats.rpy", line 88, in execute
  File "game/scripts/screens/stats.rpy", line 89, in execute
  File "game/scripts/screens/stats.rpy", line 90, in execute
  File "game/scripts/screens/stats.rpy", line 91, in execute
  File "game/scripts/screens/stats.rpy", line 93, in execute
  File "game/scripts/screens/stats.rpy", line 94, in execute
  File "game/scripts/screens/stats.rpy", line 95, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 354, in execute
  File "game/scripts/screens/stats.rpy", line 359, in execute
  File "game/scripts/screens/stats.rpy", line 364, in execute
  File "game/scripts/screens/stats.rpy", line 367, in execute
  File "game/scripts/screens/stats.rpy", line 367, in keywords
  File "<screen language>", line 367, in <module>
ZeroDivisionError: float division by zero

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Big City's Pleasures 0.6.1
Sun Mar 19 13:03:28 2023
I ignore the error and I get several more similar errors.

Also, it seems to misidentify my OS version.
 

mdmnsjs1

Well-Known Member
Nov 21, 2018
1,167
480
wtf mega says this

The file you are trying to download is no longer available

This folder or file was reported to contain objectionable content, such as Child Exploitation Material, Violent Extremism, or Bestiality. The link creator’s account has been closed and their full details, including IP address, have been provided to the authorities.
so wheres the child exploitation violent extremism or bestiality? who evers running the show with mega apparently did even look into it
 

mdmnsjs1

Well-Known Member
Nov 21, 2018
1,167
480
do anyone have a link that works for this update or a compressed version? thanks for any help
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,050
I've downloaded the HQ version from gofile and from a torrent on RPDL, also downloaded the LQ version from gofile.

All the same, all seem to be missing files.
could you check if is there a empty folder named "game" at *BigCitysPleasures-0.6.1/renpy/
that was a rare error sometimes ( but i think its not this) - if its there -delete

those "cant find.." error has mostly 2 reasons

cant find a place to stop rollback (like this) - a corrupted/incompatible savefile error (like using a wtmod before)

cant find label start - save folder related (dont know the reason, but deleting the persistent file works for me mostly)
 

Porcus Dev

Engaged Member
Game Developer
Oct 12, 2017
2,582
4,692
Such a shame - the 0.5.2 release was perfectly stable for all platforms,, but the 0.6.1 new release is unplayable on any platform except for PC - and I no longer have one (it died as is usual for PCs)...
Yeah I've tried every possible avenue to get it to work on my mac and it is just broken.

A real shame.
Python:
While running game code:
  File "renpy/common/000statements.rpy", line 513, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 76, in execute
  File "game/scripts/screens/stats.rpy", line 78, in execute
  File "game/scripts/screens/stats.rpy", line 84, in execute
  File "game/scripts/screens/stats.rpy", line 88, in execute
  File "game/scripts/screens/stats.rpy", line 89, in execute
  File "game/scripts/screens/stats.rpy", line 90, in execute
  File "game/scripts/screens/stats.rpy", line 91, in execute
  File "game/scripts/screens/stats.rpy", line 93, in execute
  File "game/scripts/screens/stats.rpy", line 94, in execute
  File "game/scripts/screens/stats.rpy", line 95, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 354, in execute
  File "game/scripts/screens/stats.rpy", line 359, in execute
  File "game/scripts/screens/stats.rpy", line 364, in execute
  File "game/scripts/screens/stats.rpy", line 367, in execute
  File "game/scripts/screens/stats.rpy", line 367, in keywords
ZeroDivisionError: float division by zero

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

Full traceback:
  File "scripts/ch1_intro.rpyc", line 403, in script call
  File "scripts/help.rpyc", line 19, in script call
  File "scripts/help.rpyc", line 29, in script
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 513, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\[redacted]\Games\BigCitysPleasures-0.6.1-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 60, in execute
  File "game/scripts/screens/stats.rpy", line 76, in execute
  File "game/scripts/screens/stats.rpy", line 78, in execute
  File "game/scripts/screens/stats.rpy", line 84, in execute
  File "game/scripts/screens/stats.rpy", line 88, in execute
  File "game/scripts/screens/stats.rpy", line 89, in execute
  File "game/scripts/screens/stats.rpy", line 90, in execute
  File "game/scripts/screens/stats.rpy", line 91, in execute
  File "game/scripts/screens/stats.rpy", line 93, in execute
  File "game/scripts/screens/stats.rpy", line 94, in execute
  File "game/scripts/screens/stats.rpy", line 95, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 353, in execute
  File "game/scripts/screens/stats.rpy", line 354, in execute
  File "game/scripts/screens/stats.rpy", line 359, in execute
  File "game/scripts/screens/stats.rpy", line 364, in execute
  File "game/scripts/screens/stats.rpy", line 367, in execute
  File "game/scripts/screens/stats.rpy", line 367, in keywords
  File "<screen language>", line 367, in <module>
ZeroDivisionError: float division by zero

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Big City's Pleasures 0.6.1
Sun Mar 19 13:03:28 2023
I ignore the error and I get several more similar errors.

Also, it seems to misidentify my OS version.
Maybe you should try the official version before stating that it doesn't work, just saying.

Follow the advice of a few top devs and don't even visit this place. Work with your patrons and make the game you want.
Sadly, you may be right.

A pity because I like that community, and of course it's not for not accepting constructive criticism.... It's the fact that I despair to see some nonsense comments, such as:

- "Disappointed with the update, I expected more content". Well, it turns out that this is not our main job, and that we dedicate the free hours we can with a lot of love. And to say that 350 images and 5 animations is not enough for about 4 months is not to understand the huge work that goes behind to try to create a good game. It's not only creating the scenes, it's thinking about the dialogue/story, creating the characters and choosing the one we think is the best after multiple tests, creating and customizing the scenery, doing the complex programming, etc.

- "Damn freeroam." It has long been commented that this game is half freeroam half VN, although considering the long sequences there, it has more to VN. To avoid the dreaded "grind" in freeroam, there is a superb quest and help system built into the game; even seeing that some didn't bother to see it, in this 0.6.x version a tutorial has been added to explain it!

- "Bah, there is no X character in this update". The scenes to be created were decided to be chosen by the patrons within certain options given by us in order to maintain the balance between characters. So the patrons are the ones who have the power to decide, and if a character is not in this one, it's very likely to be in the next one. Also we have shortened the release time from v0.5.x that took more than 1 year, to v0.6.x that took 4 months (also taking into account that one of those months was Christmas, when one is not so available for these things), so we are trying to improve in this sense.

And so on with many other complaints that, IMO, are not fair.... But well, everyone is free to express an opinion, of course.
 

-CookieMonster666-

Devoted Member
Nov 20, 2018
11,302
16,511
wtf mega says this

The file you are trying to download is no longer available

This folder or file was reported to contain objectionable content, such as Child Exploitation Material, Violent Extremism, or Bestiality. The link creator’s account has been closed and their full details, including IP address, have been provided to the authorities.
so wheres the child exploitation violent extremism or bestiality? who evers running the show with mega apparently did even look into it
I have no idea why it was blocked specifically or anything, but they do say "such as". It might not be for one of the reasons they list, since those are just examples. I don't know policies of Mega nearly well enough to have an idea of what they particularly found objectionable.
 

CrazyRabbit

Engaged Member
Oct 30, 2019
2,129
9,786
Maybe you should try the official version before stating that it doesn't work, just saying.



Sadly, you may be right.

A pity because I like that community, and of course it's not for not accepting constructive criticism.... It's the fact that I despair to see some nonsense comments, such as:

- "Disappointed with the update, I expected more content". Well, it turns out that this is not our main job, and that we dedicate the free hours we can with a lot of love. And to say that 350 images and 5 animations is not enough for about 4 months is not to understand the huge work that goes behind to try to create a good game. It's not only creating the scenes, it's thinking about the dialogue/story, creating the characters and choosing the one we think is the best after multiple tests, creating and customizing the scenery, doing the complex programming, etc.

- "Damn freeroam." It has long been commented that this game is half freeroam half VN, although considering the long sequences there, it has more to VN. To avoid the dreaded "grind" in freeroam, there is a superb quest and help system built into the game; even seeing that some didn't bother to see it, in this 0.6.x version a tutorial has been added to explain it!

- "Bah, there is no X character in this update". The scenes to be created were decided to be chosen by the patrons within certain options given by us in order to maintain the balance between characters. So the patrons are the ones who have the power to decide, and if a character is not in this one, it's very likely to be in the next one. Also we have shortened the release time from v0.5.x that took more than 1 year, to v0.6.x that took 4 months (also taking into account that one of those months was Christmas, when one is not so available for these things), so we are trying to improve in this sense.

And so on with many other complaints that, IMO, are not fair.... But well, everyone is free to express an opinion, of course.
That's also why I try to leave as many thankful posts on this forum. There are so few of them and the devs I follow do sucha great work.
I know it's not enough but at least I hope it can show them most of us are happy and thankful about those updates
 

Porcus Dev

Engaged Member
Game Developer
Oct 12, 2017
2,582
4,692
That's also why I try to leave as many thankful posts on this forum. There are so few of them and the devs I follow do sucha great work.
I know it's not enough but at least I hope it can show them most of us are happy and thankful about those updates
Thanks!
I know and I appreciate it.
I remember on Friday I was really sad to see that it had already been leaked (too fast IMHO, lol).... But your comment and someone else's at least made my day a little bit.

I don't mean to stop criticism and make it all good comments, of course. We know there are things to improve, we pay attention to those constrictive criticism comments and try to do better in each new version.
The only annoying thing is the nonsense that sometimes I read, but well, you know, on the internet there are all kinds of people :HideThePain:
 

mdmnsjs1

Well-Known Member
Nov 21, 2018
1,167
480
I have no idea why it was blocked specifically or anything, but they do say "such as". It might not be for one of the reasons they list, since those are just examples. I don't know policies of Mega nearly well enough to have an idea of what they particularly found objectionable.
thanks for the reply
 

CrazyRabbit

Engaged Member
Oct 30, 2019
2,129
9,786
Thanks!
I know and I appreciate it.
I remember on Friday I was really sad to see that it had already been leaked (too fast IMHO, lol).... But your comment and someone else's at least made my day a little bit.

I don't mean to stop criticism and make it all good comments, of course. We know there are things to improve, we pay attention to those constrictive criticism comments and try to do better in each new version.
The only annoying thing is the nonsense that sometimes I read, but well, you know, on the internet there are all kinds of people :HideThePain:
Ah damn, sorry I downloaded without checking if you were "ok" with the leak that soon.... I'll be more cautious on the next.

Glad we could make your day a little less bad :giggle:

"All kinds of people" ; yep, especially morons and entitled whiners :LOL:
I just hope you'll keep on happily working on that great game and that the leaks here won't hurt your patreon...
 
  • Haha
Reactions: Porcus Dev

Porcus Dev

Engaged Member
Game Developer
Oct 12, 2017
2,582
4,692
Ah damn, sorry I downloaded without checking if you were "ok" with the leak that soon.... I'll be more cautious on the next.
LOL :KEK:

Glad we could make your day a little less bad :giggle:
(y):)

"All kinds of people" ; yep, especially morons and entitled whiners :LOL:
I just hope you'll keep on happily working on that great game and that the leaks here won't hurt your patreon...
Well, it obviously affects them :confused:
Especially if it leaks too quickly, because it prevents them from getting their deserved reward of being able to play it earlier.
I have already commented other times that this factor is really important, it's not the same if the game is leaked in 5 days than in 20 or 30 days, but... it's something uncontrollable...

That's why we are going to work to keep on giving extra things to the patrons :)
 
  • Red Heart
Reactions: CrazyRabbit

CrazyRabbit

Engaged Member
Oct 30, 2019
2,129
9,786
LOL :KEK:



(y):)



Well, it obviously affects them :confused:
Especially if it leaks too quickly, because it prevents them from getting their deserved reward of being able to play it earlier.
I have already commented other times that this factor is really important, it's not the same if the game is leaked in 5 days than in 20 or 30 days, but... it's something uncontrollable...

That's why we are going to work to keep on giving extra things to the patrons :)
Good, very good.

I saw the links of the leaks being pulled only once from the game FreePass, when the leak happened too soon. Would be good to have that for other games, especially those where the dev leaks the game on his own after a while as to not hurt their patreons and still give us the game for free.
 

SonsOfLiberty

Board Buff
Compressor
Sep 3, 2022
19,146
157,583
compression is coming ?
No, it only saves 900MB and it doesn't look very good. People will just have to get the LQ as the "LQ is the compressed" version.

Also, for people who say patch isn't there or blah blah, I suggest you look again.

 
  • Sad
Reactions: ktunga
3.10 star(s) 93 Votes