I used a savegame from the version which has been released a couple of days ago ... that should workUse the hotter fix posted on the last page, and don't use saves from 0.1! Thanks!
I used a savegame from the version which has been released a couple of days ago ... that should workUse the hotter fix posted on the last page, and don't use saves from 0.1! Thanks!
I'm using a Windows 10 machine.Are you on mac? Would appreciate any details you have there, as my mac machine runs it fine.
This is how I got it to work:The Mac version won't work? It wont open
So it seems to be a python bug. That's interesting: Did other renpy games cause any issues for you?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.
Add me on discord anyone who has a similar issue so I can hopefully fix this issue for the tuesday build: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.
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.So it seems to be a python bug. That's interesting: Did other renpy games cause any issues for you?
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!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.
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'.
Could you send me the error traceback? Thanks.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.
Fixed for next public Tuesday, thanks for the report!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'.
Hard disagree. Bisexuals exist -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
They are near the water, like tammara says and the quest book advisesI 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.
Could you be more specific, have you followed the quest journal?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...
The MF scene is the end of v0.2.x, apologies for any confusion. What is lei saying that seems confusing?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…