Cinaed

Newbie
Feb 21, 2019
39
100
Some of my saves seem to be broken, and they aren't old saves. I just saved the game after installing the newest version and when I try to reload the save right after the game crashes.


Markdown (GitHub flavored):
```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 249, in script call
    label call_save():
  File "game/00_Functions/scene_controller.rpy", line 251, in script
    return
Exception: Could not find return label (u'/Users/Denis/Desktop/RenpyProjects/TestProj/game/00_Functions/scene_controller.rpy', 1526853816, 297).

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

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 249, in script call
    label call_save():
  File "game/00_Functions/scene_controller.rpy", line 251, in script
    return
  File "D:\Games\H Games\FashionBusiness\FashionBusiness-EP2-v10-720p-pc\renpy\ast.py", line 1507, in execute
    next_node(renpy.game.context().lookup_return(pop=True))
  File "D:\Games\H Games\FashionBusiness\FashionBusiness-EP2-v10-720p-pc\renpy\execution.py", line 696, in lookup_return
    raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label (u'/Users/Denis/Desktop/RenpyProjects/TestProj/game/00_Functions/scene_controller.rpy', 1526853816, 297).

Windows-8-6.2.9200
Ren'Py 7.3.5.606
 EP2-v10-720p
Thu Jan 23 02:08:21 2020
```
 

redle

Active Member
Apr 12, 2017
598
1,021
There are two sequences that you haven't do it yet.

You should do the dance moves in order to cover all the options:
123
123
123
...

132
132
132
...

213
213
213
...

231
231
231
....

312
312
312
...

321
321
321
...

1=Up 2=Middle 3=Down
I don't think it is quite that complicated. Pretty sure all you need to do is see every camera angle once. So you only need to do it 3 times, not 6.

Start with 1 and keep clicking in sequence (1, 2, 3... 1, 2, 3...)
Next time on stage, start with 2 and click in sequence (2, 3... 1, 2, 3... 1, 2, 3...)
Then start with 3... (3... 1, 2, 3... 1, 2, 3...)

(Or the other 3 patterns of your 6 would work just as well. Granted, I seem to recall she doesn't go all the way to the end on her first time or several times... So the required 3 times only start counting from the first time she goes to the end. The only reason sequence matters is because the game doesn't like clicking the same camera twice in a row. Otherwise doing a full routine only clicking 1's, then a full one clicking 2's, etc would work just as well.)
 
  • Like
Reactions: Gamle

Nutluck

Engaged Member
Game Developer
Nov 2, 2017
3,634
2,270
I don't think it is quite that complicated. Pretty sure all you need to do is see every camera angle once. So you only need to do it 3 times, not 6.

Start with 1 and keep clicking in sequence (1, 2, 3... 1, 2, 3...)
Next time on stage, start with 2 and click in sequence (2, 3... 1, 2, 3... 1, 2, 3...)
Then start with 3... (3... 1, 2, 3... 1, 2, 3...)

(Or the other 3 patterns of your 6 would work just as well. Granted, I seem to recall she doesn't go all the way to the end on her first time or several times... So the required 3 times only start counting from the first time she goes to the end. The only reason sequence matters is because the game doesn't like clicking the same camera twice in a row. Otherwise doing a full routine only clicking 1's, then a full one clicking 2's, etc would work just as well.)
Thanks but I guess I don't have enough skill or something yet, I tried doing that and still only have 25 out of 27 unlocked.
 

Demoncrawler

Newbie
Apr 27, 2017
24
47
Let's see what happens if you turn every number around:

321
321
321
...

231
231
231
....

312
312
312
...

132
132
132
...

213
213
213
...

123
123
123
...

It's magic!!! They are exactly the same if you turn all numbers around... impossible
That means up and down doesn't matter ;)
 

Comisar

Member
Nov 11, 2017
146
72
Let's see what happens if you turn every number around:

321
321
321
...

231
231
231
....

312
312
312
...

132
132
132
...

213
213
213
...

123
123
123
...

It's magic!!! They are exactly the same if you turn all numbers around... impossible
That means up and down doesn't matter ;)

I think he's problem is that he takes her jacket off.....I had the same problem, u get overexcited that u can because u have high coruption...If u wanna complete all the moves keep the jacket on before u get on stage.
 
Last edited:
  • Like
Reactions: joustizzle

Nutluck

Engaged Member
Game Developer
Nov 2, 2017
3,634
2,270
I think he's problem is that he takes her jacket off.....I had the same problem, u get overexcited that u can because u have high coruption...If u wanna complete all the moves keep the jacket on before u get on stage.
really that is the issue? I will try it thanks.
 

BeccaBoo

Member
Apr 21, 2018
463
1,323
Thanks but I guess I don't have enough skill or something yet, I tried doing that and still only have 25 out of 27 unlocked.
Hi Nutluck, have a look at my post on page 385. The new version does give hints on which moves you still have to do, best thing to do is save and work through all moves with top until you find any missing ones, save again come back next day and then repeat without wearing the top. That should hopefully work.
 

redle

Active Member
Apr 12, 2017
598
1,021
really that is the issue? I will try it thanks.
You need to see all camera angles of every position. So yes, if the ones you have not seen yet are ones with the jacket still on, then you'll never be able to select them if you take the jacket off before you even start (You are trying to see all 27 camera angles, so there are 9 positions with 3 camera angles each, some with jacket, some without).
 
3.50 star(s) 226 Votes