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

4.50 star(s) 15 Votes
Dec 23, 2018
68
28
Are you on mac? Would appreciate any details you have there, as my mac machine runs it fine.
I'm using a Windows 10 machine.
Other Ren'PY games work fine, at worst with some delay opening.

Your game for some reason doesn't run at all. I run the Application but nothing happens, no window pop-up, nothing in task manager, no reaction. Same goes for running it as administrator.

Happened both for the link currently in OP and the hotter fix up here in the comments.
 
  • Like
Reactions: Meridian

caxhub

Engaged Member
Aug 22, 2019
2,418
2,288
Download android v0.2.5 APK
P/s: Request Link Android Game at my
 

peytine93

New Member
Oct 10, 2020
7
10
The Mac version won't work? It wont open
This is how I got it to work:
Right-click on the app and display package content; in the MacOS folder, there is the following path:
lib/python2.7/lib/python2.7/[various files]
What you need to do is to get rid of the redundant lib/python2.7 bit. (I.e. move the [various files] content from the 2nd into the 1st python2.7 folder and delete the 2nd lib folder (containing only the 2nd (now empty) python2.7 folder).
This should leave you with the following path: MacOS/lib/python2.7/[various files]
Then try again to run the app.
 
Last edited:
  • Like
Reactions: eightarms

NamesRed

Member
Game Developer
May 13, 2018
198
133
This is how I got it to work:
Right-click on the app and display package content; in the MacOS folder, there is the following path:
lib/python2.7/lib/python2.7/[various files]
What you need to do is to get rid of the redundant lib/python2.7 bit. (I.e. move the [various files] content from the 2nd into the 1st python2.7 folder and delete the 2nd lib folder (containing only the 2nd (now empty) python2.7 folder).
This should leave you with the following path: MacOS/lib/python2.7/[various files]
Then try again to run the app.
So it seems to be a python bug. That's interesting: Did other renpy games cause any issues for you?
 

NamesRed

Member
Game Developer
May 13, 2018
198
133
I'm using a Windows 10 machine.
Other Ren'PY games work fine, at worst with some delay opening.

Your game for some reason doesn't run at all. I run the Application but nothing happens, no window pop-up, nothing in task manager, no reaction. Same goes for running it as administrator.

Happened both for the link currently in OP and the hotter fix up here in the comments.
Add me on discord anyone who has a similar issue so I can hopefully fix this issue for the tuesday build:

NamesRed#5006

Thanks.
 

peytine93

New Member
Oct 10, 2020
7
10
So it seems to be a python bug. That's interesting: Did other renpy games cause any issues for you?
I'm light-years away from being an expert, but it seems that the lib/python2.7 path sequence has just accidentally been doubled; the python files seem to work well once they are in the right place.

No other particular issues with renpy games so far.
 

NamesRed

Member
Game Developer
May 13, 2018
198
133
I'm light-years away from being an expert, but it seems that the lib/python2.7 path sequence has just accidentally been doubled; the python files seem to work well once they are in the right place.

No other particular issues with renpy games so far.
Try the next public build releasing Tuesday - I'll be building it myself so I'll be able to help further then. Look forward to seeing you then!
 

saksalol

Newbie
Mar 11, 2020
24
15
thanks for the hotter fix! I can see and interact with objects and characters now. got an exception error when trying to leave the tall grasses going back to the inlet tho.
 

00Eraser00

New Member
Dec 9, 2018
3
0
I'm on the 0.2.7_Hotfix and get this error when clicking the book in my house at night:

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'home_dark.jpg'>:
IOError: Couldn't find file 'home_dark.jpg'.

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

Full traceback:
  File "scripts/screens/townMap.rpyc", line 7, in script call
  File "scripts/screens/townMap.rpyc", line 41, in script call
  File "scripts/screens/townMap.rpyc", line 76, in script call
  File "scripts/screens/townMap.rpyc", line 116, in script call
  File "scripts/clickylbl.rpyc", line 52, in script
  File "renpy/ast.py", line 702, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1348, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1164, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 851, in do_display
    **display_args)
  File "renpy/character.py", line 601, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, 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 2867, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3366, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2297, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 491, in renpy.display.render.render_screen
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/layout.py", line 728, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/layout.py", line 728, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/layout.py", line 728, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/transform.py", line 914, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 118, in renpy.display.accelerator.transform_render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/layout.py", line 337, in render
    surf = render(self.child, width, height, st, at)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/layout.py", line 1296, in render
    return renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/im.py", line 600, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 268, in get
    surf = image.load()
  File "renpy/display/im.py", line 644, in load
    filelike = renpy.loader.load(self.filename)
  File "renpy/loader.py", line 614, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'home_dark.jpg'.
 

NamesRed

Member
Game Developer
May 13, 2018
198
133
thanks for the hotter fix! I can see and interact with objects and characters now. got an exception error when trying to leave the tall grasses going back to the inlet tho.
Could you send me the error traceback? Thanks.

I'm on the 0.2.7_Hotfix and get this error when clicking the book in my house at night:

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'home_dark.jpg'>:
IOError: Couldn't find file 'home_dark.jpg'.

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

Full traceback:
  File "scripts/screens/townMap.rpyc", line 7, in script call
  File "scripts/screens/townMap.rpyc", line 41, in script call
  File "scripts/screens/townMap.rpyc", line 76, in script call
  File "scripts/screens/townMap.rpyc", line 116, in script call
  File "scripts/clickylbl.rpyc", line 52, in script
  File "renpy/ast.py", line 702, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1348, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1164, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 851, in do_display
    **display_args)
  File "renpy/character.py", line 601, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, 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 2867, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3366, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2297, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 491, in renpy.display.render.render_screen
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/layout.py", line 728, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/layout.py", line 728, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/layout.py", line 728, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/transform.py", line 914, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 118, in renpy.display.accelerator.transform_render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/layout.py", line 337, in render
    surf = render(self.child, width, height, st, at)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/layout.py", line 1296, in render
    return renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "renpy/display/im.py", line 600, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 268, in get
    surf = image.load()
  File "renpy/display/im.py", line 644, in load
    filelike = renpy.loader.load(self.filename)
  File "renpy/loader.py", line 614, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'home_dark.jpg'.
Fixed for next public Tuesday, thanks for the report!
 
  • Like
Reactions: 00Eraser00

tikbana

New Member
Jun 24, 2018
2
1
so instead of anyone of the women in the banner you thought to add to add a solo masturbation scene of a dude? the worst thing you can do on a small project is to divide resources like that. is your audience straight men? then make scenes they would like. why would they support you when you do this? theres games like sts that they can give money to instead and all the scenes will be straight. is your audience gay men? well then you only have a single scene and they arent going to support that for that. you are hurting yourself. what a waste
Hard disagree. Bisexuals exist -
I want to see everyone naked!
 

ArchieMDM

Member
Apr 23, 2018
102
88
I really like the visual, it's a very beautiful game.
Well, on the other hand I cut when I had to look for plants and there were no plants anywhere. after 3 minutes of games.
Maybe I'll try again. I don't know.
 

Rebenn

New Member
Sep 7, 2018
3
0
Awesome art and a very promissing game!
Though I don't seem to be able to complete the demo… I'm stuck, and I'm getting several error messages depending on what I'm trying to do… Also, I have the feeling that Lei shouldn't be saying the same thing to me now that I've seen the MF scene…
 

edluke

Newbie
Jan 28, 2020
16
16
Exactly how to play?
I started the game, I am walking around the map but I don't see anyone he doesn't even let me into houses, nothing...
I click all over the place but nothing happens... :ROFLMAO:
 

NamesRed

Member
Game Developer
May 13, 2018
198
133
I really like the visual, it's a very beautiful game.
Well, on the other hand I cut when I had to look for plants and there were no plants anywhere. after 3 minutes of games.
Maybe I'll try again. I don't know.
They are near the water, like tammara says and the quest book advises :)
 
  • Like
Reactions: ArchieMDM

NamesRed

Member
Game Developer
May 13, 2018
198
133
Exactly how to play?
I started the game, I am walking around the map but I don't see anyone he doesn't even let me into houses, nothing...
I click all over the place but nothing happens... :ROFLMAO:
Could you be more specific, have you followed the quest journal?
 

NamesRed

Member
Game Developer
May 13, 2018
198
133
Awesome art and a very promissing game!
Though I don't seem to be able to complete the demo… I'm stuck, and I'm getting several error messages depending on what I'm trying to do… Also, I have the feeling that Lei shouldn't be saying the same thing to me now that I've seen the MF scene…
The MF scene is the end of v0.2.x, apologies for any confusion. What is lei saying that seems confusing?
 
4.50 star(s) 15 Votes