Ren'Py Abandoned Pie In The Sky [v0.5.0 Ruby Edition] [Emmerald Entertainment]

4.50 star(s) 15 Votes

kazacku

Member
Jul 27, 2017
196
234
Sounds like you need to make an exception in whatever antivirus program is on your rig. Try that. :]
It's a common issue with renpy 7.4, apparently. Just have to load the game through the latest renpy build and it works fine. Thanks for the response, though.
 
  • Like
Reactions: Back

Back

Well-Known Member
Aug 3, 2017
1,473
5,773
Glad that you got it sorted out then. I was going to mention something about Ren'Py versions before, but chose to omit it since I couldn't remember if the issue was rooted in the older or the newest build of the engine. Anyway, hope you have fun with this and other games! Cheers, kazacku.
 
  • Like
Reactions: kazacku

shovelthrowaway

New Member
Aug 28, 2020
2
3
It's a common issue with renpy 7.4, apparently. Just have to load the game through the latest renpy build and it works fine. Thanks for the response, though.
Could you please elaborate on what you did exactly to get it to work? I am having the same problem.
 

NamesRed

Member
Game Developer
May 13, 2018
198
133
Hi all, it's been a lil while. We're releasing V5 (Full C1) today. I hope you enjoy it.

We now have a subscribestar also, it can all be found here:


We'd really appreciate if you could consider supporting us - we're doing the best we can to make updates fast, but it's hard when we need to work full time as well.
 

NamesRed

Member
Game Developer
May 13, 2018
198
133
Public is out:


Saves can also be found here if your old ones don't work.

Would appreciate if you considered supporting us. Thanks.

P.S. I'd call the version number "V5 Chapter 1"
 
  • Like
Reactions: Daellhin

Samhill

Active Member
Nov 2, 2020
573
346
I can't enter the longhouse. Is it because I am using an old save?

I get the following:

Python:
```
While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/engine/townMap.rpy", line 90, in execute
  File "game/scripts/engine/townMap.rpy", line 90, in execute
  File "game/scripts/engine/townMap.rpy", line 93, in execute
  File "game/scripts/engine/townMap.rpy", line 94, in <module>
  File "game/scripts/engine/location.rpy", line 72, in get_clickables
  File "game/scripts/engine/location.rpy", line 86, in get_active_clickables
AttributeError: 'LocationData' object has no attribute 'forced_visible_ids'

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

Full traceback:
  File "scripts/engine/townMap.rpyc", line 9, in script call
  File "scripts/engine/townMap.rpyc", line 43, in script call
  File "scripts/engine/townMap.rpyc", line 78, in script call
  File "scripts/engine/townMap.rpyc", line 117, in script call
  File "scripts/engine/townMap.rpyc", line 43, in script call
  File "scripts/engine/townMap.rpyc", line 78, in script
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/ast.py", line 1957, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/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 "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/exports.py", line 3057, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/core.py", line 3213, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/core.py", line 3630, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/core.py", line 3630, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/scripts/engine/townMap.rpy", line 90, in execute
  File "game/scripts/engine/townMap.rpy", line 90, in execute
  File "game/scripts/engine/townMap.rpy", line 93, in execute
  File "game/scripts/engine/townMap.rpy", line 94, in <module>
  File "game/scripts/engine/location.rpy", line 72, in get_clickables
  File "game/scripts/engine/location.rpy", line 86, in get_active_clickables
AttributeError: 'LocationData' object has no attribute 'forced_visible_ids'

Darwin-13.4.0-x86_64-i386-64bit
Ren'Py 7.4.5.1648
Pie In The Sky v0.5.0_Chapter_1_Complete
Fri May 28 21:57:08 2021
```
 

NamesRed

Member
Game Developer
May 13, 2018
198
133
I can't enter the longhouse. Is it because I am using an old save?

I get the following:

Python:
```
While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/engine/townMap.rpy", line 90, in execute
  File "game/scripts/engine/townMap.rpy", line 90, in execute
  File "game/scripts/engine/townMap.rpy", line 93, in execute
  File "game/scripts/engine/townMap.rpy", line 94, in <module>
  File "game/scripts/engine/location.rpy", line 72, in get_clickables
  File "game/scripts/engine/location.rpy", line 86, in get_active_clickables
AttributeError: 'LocationData' object has no attribute 'forced_visible_ids'

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

Full traceback:
  File "scripts/engine/townMap.rpyc", line 9, in script call
  File "scripts/engine/townMap.rpyc", line 43, in script call
  File "scripts/engine/townMap.rpyc", line 78, in script call
  File "scripts/engine/townMap.rpyc", line 117, in script call
  File "scripts/engine/townMap.rpyc", line 43, in script call
  File "scripts/engine/townMap.rpyc", line 78, in script
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/ast.py", line 1957, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/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 "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/exports.py", line 3057, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/core.py", line 3213, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/core.py", line 3630, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/core.py", line 3630, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "/Users/redacted/Games/PieInTheSky.app/Contents/Resources/autorun/renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/scripts/engine/townMap.rpy", line 90, in execute
  File "game/scripts/engine/townMap.rpy", line 90, in execute
  File "game/scripts/engine/townMap.rpy", line 93, in execute
  File "game/scripts/engine/townMap.rpy", line 94, in <module>
  File "game/scripts/engine/location.rpy", line 72, in get_clickables
  File "game/scripts/engine/location.rpy", line 86, in get_active_clickables
AttributeError: 'LocationData' object has no attribute 'forced_visible_ids'

Darwin-13.4.0-x86_64-i386-64bit
Ren'Py 7.4.5.1648
Pie In The Sky v0.5.0_Chapter_1_Complete
Fri May 28 21:57:08 2021
```
100% old save bug. Sorry, not much we could do.
 
Last edited:
4.50 star(s) 15 Votes