- Apr 23, 2018
- 102
- 89
Great ! I'm no longer stuck on the boat! On the other hand my only current mission is to tell DaddyShark that I want to fish alone but when I go to see him there is only the "back" option, a solution?
You're done for now! Thanks for playing. There's a secret side scene if you have the green stone, but you can view that in the Gallery "LetMeSeePlease"I have 6 quests in total, 3 of which where the text isn't strikethrough.
A Man Named Loko says to "Finish Tammara's storyline", The Chief's Daughter just says "Well done " and Strange Catch hasn't progressed even though I did what it said and watched the scene. Elixirs and Cocktails, True Nature, and Go Fish seem to be all completed. Any tips from here?
When you tell Daddy shark that you want to try fishing youself while in the cove, this is what happens. You can Ignore it but it wont allow the quest to continue and stops the progress of the game.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/char_events/daddy_shark.rpy", line 610, in <module> NameError: name 'beach_night_view' is not defined -- 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 130, in script call File "scripts/screens/characterscreen.rpyc", line 31, in script call File "scripts/char_events/daddy_shark.rpyc", line 610, in script File "C:\Users\chilg\Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\ast.py", line 1274, in execute show_imspec(self.imspec, atl=getattr(self, "atl", None)) File "C:\Users\chilg\Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\ast.py", line 1139, in show_imspec expression = renpy.python.py_eval(expression) File "C:\Users\chilg\Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\python.py", line 2059, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\chilg\Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/scripts/char_events/daddy_shark.rpy", line 610, in <module> NameError: name 'beach_night_view' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 PITS 0.3.1 Wed Nov 11 09:13:39 2020
Beach_night_view should be fine in v0.3.1 - an old save may cause this issue to persist, but I doubt it. Regardless, ignoring the error is fine.same with me.
Thanks for the report. We'll take a look. Dungeon alfred isn't important atm though, so don't worry!I assume it has been posted before but if not, clicking on Alfreds dungeon at Suzanne's Garden gives the following error:
Code:I'm sorry, but an uncaught exception occurred. While loading <'Image' u'dungeon_alfred.jpg'>: File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) IOError: Couldn't find file 'dungeon_alfred.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 112, in script call File "scripts/screens/townMap.rpyc", line 41, in script call File "scripts/screens/townMap.rpyc", line 76, in script File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\ast.py", line 1949, in execute self.call("execute") File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\ast.py", line 1937, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\statements.py", line 277, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\exports.py", line 2905, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\core.py", line 3194, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\core.py", line 2094, in draw_screen renpy.config.screen_height, File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805) rv = render(root, width, height, st, st) File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\image.py", line 500, in render return wrap_render(self.target, width, height, st, at) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\image.py", line 306, in wrap_render rend = render(child, w, h, st, at) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\layout.py", line 336, in render surf = render(self.child, width, height, st, at) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\layout.py", line 1285, in render return renpy.display.render.render(self.child, w, h, st, at) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\im.py", line 583, in render return cache.get(self, render=True) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\im.py", line 266, in get surf = image.load() File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\display\im.py", line 628, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "F:\Browser Downloads\Pie_In_The_Sky-0.3.1-pc\PITS-0.3.1-pc\renpy\loader.py", line 576, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'dungeon_alfred.jpg'. Windows-8-6.2.9200 Ren'Py 7.3.5.606 PITS 0.3.1 Wed Nov 11 20:30:02 2020
That's the end! I'll ensure future objectives implemented are a little more clear.So I talked to daddy shark about fishing alone. Got a scene with Kissa. The only quest left is the "Well done " with the chief's daughter. There's nothing more I can do, just wanted to confirm if that's the end of the last update?
You must finish the maze the first time due to a bug currently! Sorry! The more the plant grows the closer you are to the end.I'm at the island with Daddy Shark, I'm trying to pass through the grass, but whenever I try to return my game just crashes. View attachment 895624
Thank you so much!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.
That looks like the apk build to me. We've not styled the android build yet. I'll put something in next update for you guys!for some reason im facing this problem..... text color bug
View attachment 896047
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'sanctuaryb.jpg'>:
Exception: Could not load image u'sanctuaryb.jpg': error('JPEG loading error',)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/screens/townMap.rpyc", line 8, in script call
File "scripts/screens/townMap.rpyc", line 42, in script call
File "scripts/screens/townMap.rpyc", line 77, in script call
File "scripts/screens/townMap.rpyc", line 131, in script call
File "scripts/screens/characterscreen.rpyc", line 31, in script call
File "scripts/char_events/kissa.rpyc", line 66, in script
File "renpy/ast.py", line 708, in execute
File "renpy/exports.py", line 1345, in say
File "renpy/character.py", line 1142, in __call__
File "renpy/character.py", line 842, in do_display
File "renpy/character.py", line 591, in display_say
File "renpy/ui.py", line 297, in interact
File "renpy/display/core.py", line 2702, in interact
File "renpy/display/core.py", line 3194, in interact_core
File "renpy/display/core.py", line 2094, in draw_screen
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen/renpy.display.render.c:6805)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/layout.py", line 722, in render
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/layout.py", line 722, in render
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/layout.py", line 722, in render
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/image.py", line 500, in render
File "renpy/display/image.py", line 306, in wrap_render
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/layout.py", line 336, in render
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/layout.py", line 1285, in render
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/im.py", line 583, in render
File "renpy/display/im.py", line 266, in get
File "renpy/display/im.py", line 628, in load
File "renpy/display/pgrender.py", line 162, in load_image
Exception: Could not load image u'sanctuaryb.jpg': error('JPEG loading error',)
Might I also recommend making the mushroom stand out a bit more? I went into the cave a few times and waved my mouse over the mushrooms, just never hovered over the correct one since they all look very similar.Grab the purple shrooms from the cave, I'll look into improving the quest log there. Thanks!
Fixed for v4, thank you.Code:I'm sorry, but an uncaught exception occurred. While loading <'Image' u'sanctuaryb.jpg'>: Exception: Could not load image u'sanctuaryb.jpg': error('JPEG loading error',) -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/screens/townMap.rpyc", line 8, in script call File "scripts/screens/townMap.rpyc", line 42, in script call File "scripts/screens/townMap.rpyc", line 77, in script call File "scripts/screens/townMap.rpyc", line 131, in script call File "scripts/screens/characterscreen.rpyc", line 31, in script call File "scripts/char_events/kissa.rpyc", line 66, in script File "renpy/ast.py", line 708, in execute File "renpy/exports.py", line 1345, in say File "renpy/character.py", line 1142, in __call__ File "renpy/character.py", line 842, in do_display File "renpy/character.py", line 591, in display_say File "renpy/ui.py", line 297, in interact File "renpy/display/core.py", line 2702, in interact File "renpy/display/core.py", line 3194, in interact_core File "renpy/display/core.py", line 2094, in draw_screen File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen/renpy.display.render.c:6805) File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) File "renpy/display/layout.py", line 722, in render File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075) File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) File "renpy/display/layout.py", line 722, in render File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075) File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) File "renpy/display/layout.py", line 722, in render File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075) File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) File "renpy/display/image.py", line 500, in render File "renpy/display/image.py", line 306, in wrap_render File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075) File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) File "renpy/display/layout.py", line 336, in render File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075) File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) File "renpy/display/layout.py", line 1285, in render File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075) File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) File "renpy/display/im.py", line 583, in render File "renpy/display/im.py", line 266, in get File "renpy/display/im.py", line 628, in load File "renpy/display/pgrender.py", line 162, in load_image Exception: Could not load image u'sanctuaryb.jpg': error('JPEG loading error',)