ZoZo0311

Member
Aug 13, 2019
204
74
No, that's what I explained. If you unzip the rpy.zip file in /Documents/Renpy_Saves/com.estrada777.strandeddisk/game, your version should be updated to 0.11b
I assumed I did it wrong before because it was crashing so I followed what you said and it's still crashing in the splash screen.
 

Bibifoc

Engaged Member
Apr 7, 2018
2,238
4,726
I assumed I did it wrong before because it was crashing so I followed what you said and it's still crashing in the splash screen.
You should find a log.txt and/or traceback.txt somewhere? Probably in com.estrada777.strandeddick or its subfolders?
 

ZoZo0311

Member
Aug 13, 2019
204
74
You should find a log.txt and/or traceback.txt somewhere? Probably in com.estrada777.strandeddick or its subfolders?
Code:
Sat Aug 27 04:56:19 2022
Unknown platform.
Ren'Py 7.5.0.22062402
 

Bootstrap to the start of init.init took 0.00s
Bootstrap to the start of init.init took 0.00s
Manufacturer samsung model SM-G991U
Screen diagonal is 4.99610959759 inches.
Early init took 0.04s
Early init took 0.04s
Attempting to migrate your saves from stock location...
Android search paths: /storage/emulated/0/Android/data/com.estrada777.strandeddick/files/../../../../Documents/RenPy_Saves/com.estrada777.strandeddick/game /data/user/0/com.estrada777.strandeddick/files/game
Loader init took 0.05s
Loader init took 0.05s
Loading error handling took 0.06s
Loading error handling took 0.06s

Full traceback:
  File "renpy/bootstrap.py", line 274, in bootstrap
  File "renpy/main.py", line 567, in main
  File "renpy/script.py", line 297, in load_script
  File "renpy/script.py", line 809, in load_appropriate_file
  File "renpy/script.py", line 427, in finish_load
  File "renpy/translation\__init__.py", line 169, in take_translates
Exception: Line with id craft_axe_cd44b95c appeared twice, at 3.rpyc:475 and game/3.rpy:475.

While parsing /storage/emulated/0/Android/data/com.estrada777.strandeddick/files/../../../../Documents/RenPy_Saves/com.estrada777.strandeddick/game/2.rpy.
Exception: Line with id craft_axe_cd44b95c appeared twice, at 3.rpyc:475 and game/3.rpy:475.
 

Bibifoc

Engaged Member
Apr 7, 2018
2,238
4,726
Code:
Sat Aug 27 04:56:19 2022
Unknown platform.
Ren'Py 7.5.0.22062402


Bootstrap to the start of init.init took 0.00s
Bootstrap to the start of init.init took 0.00s
Manufacturer samsung model SM-G991U
Screen diagonal is 4.99610959759 inches.
Early init took 0.04s
Early init took 0.04s
Attempting to migrate your saves from stock location...
Android search paths: /storage/emulated/0/Android/data/com.estrada777.strandeddick/files/../../../../Documents/RenPy_Saves/com.estrada777.strandeddick/game /data/user/0/com.estrada777.strandeddick/files/game
Loader init took 0.05s
Loader init took 0.05s
Loading error handling took 0.06s
Loading error handling took 0.06s

Full traceback:
  File "renpy/bootstrap.py", line 274, in bootstrap
  File "renpy/main.py", line 567, in main
  File "renpy/script.py", line 297, in load_script
  File "renpy/script.py", line 809, in load_appropriate_file
  File "renpy/script.py", line 427, in finish_load
  File "renpy/translation\__init__.py", line 169, in take_translates
Exception: Line with id craft_axe_cd44b95c appeared twice, at 3.rpyc:475 and game/3.rpy:475.

While parsing /storage/emulated/0/Android/data/com.estrada777.strandeddick/files/../../../../Documents/RenPy_Saves/com.estrada777.strandeddick/game/2.rpy.
Exception: Line with id craft_axe_cd44b95c appeared twice, at 3.rpyc:475 and game/3.rpy:475.
Ok, it was tricky. Delete everything from your "game" folder and replace it with the content of android.zip.
 
  • Like
Reactions: JR_001 and ZoZo0311

TETRAX123

Newbie
Apr 7, 2020
15
2
hey can someone help me i cant play the game anymore cause when i hover over my bag it come up with a gray screen and it says an exception has occurred
 

Bibifoc

Engaged Member
Apr 7, 2018
2,238
4,726
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/V7/-inventario/sleep_fruit.png'>:
File "game/Inventario.rpy", line 781, in script
with Dissolve(0.2)
Exception: Could not load image u'images/V7/-inventario/sleep_fruit.png': error('Unsupported image format',)

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

Full traceback:
File "game/Inventario.rpy", line 781, in script
with Dissolve(0.2)
File "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\ast.py", line 1389, in execute
renpy.exports.with_statement(trans, paired)
File "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\exports.py", line 1601, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\display\core.py", line 2251, in do_with
clear=clear)
File "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-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 "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-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 "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-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 "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\display\transition.py", line 361, in render
top = render(self.new_widget, 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 "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-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 "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-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 "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\display\screen.py", line 675, in render
child = 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 "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-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 "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\display\behavior.py", line 774, in render
rv = super(Button, self).render(width, height, st, at)
File "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\display\layout.py", line 1127, in render
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 "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-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 "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\Connor\Desktop\games\game launchers\newer games\New folder\new\new\Stranded-Dick-VERSION-0.11-pc\renpy\display\pgrender.py", line 162, in load_image
raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'images/V7/-inventario/sleep_fruit.png': error('Unsupported image format',)

Windows-8-6.2.9200
Ren'Py 7.3.5.606
VERSION-0.11
Sun Aug 28 01:45:38 2022
You use the compressed version. There is a link to a fix in the "compressed version" post.
 

estrada777

Engaged Member
Modder
Donor
Mar 22, 2020
3,601
8,910
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.11b
Size 303 MB
There are a number of different mods here: https://f95zone.to/threads/stranded-dick-v0-9-sex-and-games.44521/page-85#post-6357359

I didn't want to force everyone to use all of them but if you want any you can download and unzip the .rpy files into the /Documents/Renpy_Saves/com.estrada777.strandeddisk/game directory and restart the app. That mod will then be loaded!
You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

PIXELDRAIN (if it gives you a .zip, just rename it as .apk)

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR
Updated to 0.11b for everyone who needs it.
 
  • Like
Reactions: joas1980

Tony2118

New Member
Jun 22, 2018
14
2
Ah... It worked in "my" Stranded Dick with your save.

1/ Which version do you play?
2/ Have you made a fresh install? (Never install over the previous version)
3/ With Task Log mod installed, what's the help message for "Yoga Lessons" questline?

So im guessing the fresh install works. i was able to do naked yoga and turn her. idk why i didnt think of doing a fresh install sooner. thank you
 
  • Like
Reactions: Bibifoc

Maksimus38

Newbie
Aug 28, 2022
15
0
View attachment 530280

Overview:
After graduating from high school, you and your classmates rent a yacht to celebrate your last summer together.
During one night, an accident occur and the yacht start caching fire and, even thought you try to extinguish it, you end up jumping into the rough sea.
Not knowing how, you end up in an uninhabited island, or at least is what you think. Now you will have to try to stay alive while you search for other survivors and figure out how you'll be rescued. Will you be able to survive during this adventure? And more important, Will you be able to seduce all the women around? Is up to you…
Thread Updated: 2022-08-22
Release Date: 2022-08-22
Developer: Sex n' Games -
Censored: No
Version: 0.11
OS: Windows, Linux, Mac
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.

Cheats:
You don't have permission to view the spoiler content. Log in or register now.
DOWNLOAD
Win/Linux: MEGA - - -
Mac: MEGA - - -
Others:
COMPRESSED* - ANDROID*

Extras: Walkthrough - Ren'Py Cheats -
Campfire fix - Multi-Mod & Fixes - Official Hotfix 0.11

Danser thanks for the link
*This unofficial port/version is not released by the developer, download at your own risk.


View attachment 530129 View attachment 530132 View attachment 530133 View attachment 530134 View attachment 530568 View attachment 702929 View attachment 702930 View attachment 702931
I can't find aphrisodiac mushrooms.... Please help
 
3.20 star(s) 62 Votes