Takkertje

Active Member
Mar 4, 2020
991
1,250
Ad dev:
Still can't open email.
error.
Using a save from last version.
Even used the email.rpy fix.
No solution.
Didn't you fix this bug in the new update?
 
  • Like
Reactions: Sacred_Sage

BlasKyau

Conversation Conqueror
Jun 26, 2018
7,787
10,219
Yes you dont have to humiliate anyone you can take a love route instead the sleep scenes wont happen unless you lockpick at night and even then you are asked if you want view them. male domination is the same. It has been difficult but I have made it so most scenes that arent generic MC relationship sex with X girl can be skipped.
I'll try the game to see if I like it
 

Sacred_Sage

Member
Game Developer
May 26, 2021
473
1,092
Ad dev:
Still can't open email.
error.
Using a save from last version.
Even used the email.rpy fix.
No solution.
Didn't you fix this bug in the new update?
Hey buddy Not sure why. Let me do some digging for you okay? the migration should be taking care of that.
 

Sacred_Sage

Member
Game Developer
May 26, 2021
473
1,092
Ad dev:
Still can't open email.
error.
Using a save from last version.
Even used the email.rpy fix.
No solution.
Didn't you fix this bug in the new update?
Shoot me over your file thats messed up? I don't have a way to reproduce the issue. Or if you can tell me that be great xD
 

Subbey

New Member
Jun 28, 2019
4
1
Shoot me over your file thats messed up? I don't have a way to reproduce the issue. Or if you can tell me that be great xD
I also get an error when opening the email. Here is what I get/

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/MC_PC.rpy", line 1251, in script
call screen email_app_window
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Empty text tag in u"I'm sorry {}".

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

Full traceback:
File "game/MC_PC.rpy", line 1251, in script
call screen email_app_window
File "renpy/ast.py", line 2009, in execute
self.call("execute")
File "renpy/ast.py", line 1997, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
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 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 437, in visit_all
self.child.visit_all(callback, seen=None)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 557, in visit_all
for d in self.visit():
File "renpy/text/text.py", line 1770, in visit
self.update()
File "renpy/text/text.py", line 1747, in update
tokens = self.tokenize(text)
File "renpy/text/text.py", line 2221, in tokenize
tokens.extend(textsupport.tokenize(i))
File "textsupport.pyx", line 105, in renpy.text.textsupport.tokenize
Exception: Empty text tag in u"I'm sorry {}".

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Reclusive Bay 0.17.2
Sun Aug 15 16:44:10 2021
```
 

Sacred_Sage

Member
Game Developer
May 26, 2021
473
1,092
I also get an error when opening the email. Here is what I get/

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/MC_PC.rpy", line 1251, in script
call screen email_app_window
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Empty text tag in u"I'm sorry {}".

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

Full traceback:
File "game/MC_PC.rpy", line 1251, in script
call screen email_app_window
File "renpy/ast.py", line 2009, in execute
self.call("execute")
File "renpy/ast.py", line 1997, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
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 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 437, in visit_all
self.child.visit_all(callback, seen=None)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 557, in visit_all
for d in self.visit():
File "renpy/text/text.py", line 1770, in visit
self.update()
File "renpy/text/text.py", line 1747, in update
tokens = self.tokenize(text)
File "renpy/text/text.py", line 2221, in tokenize
tokens.extend(textsupport.tokenize(i))
File "textsupport.pyx", line 105, in renpy.text.textsupport.tokenize
Exception: Empty text tag in u"I'm sorry {}".

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Reclusive Bay 0.17.2
Sun Aug 15 16:44:10 2021
```
Can you tell me how steps you took to get this error? I am trying to produce it. Also is this save file from before 0.17.2 ???? upload your save file to me on here if you can.
 

Sacred_Sage

Member
Game Developer
May 26, 2021
473
1,092
It's just like all the other sanbox games and don't be a dad cause you will die a gruesome death:devilish:
Yeah i played a few VN but not a sandbox My buddy just explained your comment to me lol I had no idea. XD
 

Sacred_Sage

Member
Game Developer
May 26, 2021
473
1,092
Is there a faster way to make money or do you just have to go and do the day shift over and over
There are several ways to make money. Hacking, lockpicking, the daily working job as well. the random encounters in the morning you can egt money from as well.
 

Sacred_Sage

Member
Game Developer
May 26, 2021
473
1,092
Is there a faster way to make money or do you just have to go and do the day shift over and over
There are several ways to make money. Hacking, lockpicking, the daily job as well. The random encounter in the morning gives money too.
 

Subbey

New Member
Jun 28, 2019
4
1
Can you tell me how steps you took to get this error? I am trying to produce it. Also is this save file from before 0.17.2 ???? upload your save file to me on here if you can.
It was a save from 0.16.1 when i got the email notification I tried to open the email and got the error. Here is the save i continued from
 

Sacred_Sage

Member
Game Developer
May 26, 2021
473
1,092
It was a save from 0.16.1 when i got the email notification I tried to open the email and got the error. Here is the save i continued from
Right I gotcha. Thank for for your save file. I'll get to work then.
 

dan9000

Member
May 21, 2017
285
163
its good, but maybe it will be nice if there were hints for the gallery, like im missing 2 scenes and dont know even how to get them
 
  • Like
Reactions: Sacred_Sage

Sacred_Sage

Member
Game Developer
May 26, 2021
473
1,092
its good, but maybe it will be nice if there were hints for the gallery, like im missing 2 scenes and dont know even how to get them
Thanks for the feedback. The gallery system just got put in. I'll see what can be done. ^_^
 
3.60 star(s) 32 Votes