viper59

Newbie
Mar 26, 2018
43
5
Guys, if you replace /image/begin directory - everything will work. I replaced the erroneous pictures with pictures in which there were no errors and everything worked =)

P.S.
/image/begin directory located in archive.rpa file. if you take the tool unren.bat and run option 1.

P.S.S.
Link (/image/begin):
WORKUPLOAD - MEGA -

Also, you can load your previous save immediately after starting the game and then there will be no error either.
Thanks ! Everything worked.
 

depechedNode

Well-Known Member
Oct 10, 2017
1,792
3,730
For me, option 2 didn't seem to make options.rpy appear. I typed that into the search bar but I could only find options.rpyc, do you have any advice on this?
Game's folder name and path shouldn't have weird characters, spaces, non English letters, etc like "D:\my games!!??\". Otherwise unren may not work correct. Instead it should be like this "D:\my-games\"
 

Cammander

New Member
Jun 6, 2018
6
0
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/begin/sc1_19.png'>:
Exception: Could not load image u'images/begin/sc1_19.png': error('Failed to decode WEBP',)

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/_story/begin_en.rpyc", line 117, in script
g@u��ef��L �����#��
File "game/_story/begin_en.rpyc", line 117, in script
g@u��ef��L �����#��
File "renpy/ast.py", line 716, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1223, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 875, in do_display
**display_args)
File "renpy/character.py", line 621, 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 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3793, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2521, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 715, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, 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 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
Exception: Could not load image u'images/begin/sc1_19.png': error('Failed to decode WEBP',)

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Island of Lust 1.0.250821
Mon Sep 6 17:18:22 2021
 

Cunt

Supreme Asshole
Uploader
Donor
Compressor
Feb 7, 2019
2,720
17,220
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/begin/sc1_19.png'>:
Exception: Could not load image u'images/begin/sc1_19.png': error('Failed to decode WEBP',)

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/_story/begin_en.rpyc", line 117, in script
g@u��ef��L �����#��
File "game/_story/begin_en.rpyc", line 117, in script
g@u��ef��L �����#��
File "renpy/ast.py", line 716, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1223, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 875, in do_display
**display_args)
File "renpy/character.py", line 621, 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 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3793, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2521, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 814, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 715, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, 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 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
Exception: Could not load image u'images/begin/sc1_19.png': error('Failed to decode WEBP',)

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Island of Lust 1.0.250821
Mon Sep 6 17:18:22 2021
same here
Game crashes at the start after the first few scenes
Please read the op next time.
Either you use this https://f95zone.to/threads/island-of-lust-v1-0-extra-art-of-lust.50915/post-6511822
or use my fixed version with already the extra content unlocked and the bug fixed.
 

Slayerz

Active Member
Aug 2, 2017
632
2,443
You should open .rpy file (not .rpyc). Rpy file appear then you unzip game system files. Better download the version from here!



Options.rpy is better to open with notepad ++ or sublime (in general, any text editor will help). But, better download the version from here!
I'm not sure if it's just me, but the Unren tool haven't converted the options.rpyc to options.rpy

So just in case, I'll attach the .rpy for people that didn't work.
 
  • Like
Reactions: Spectrum_33991

Cholos

Newbie
Jul 19, 2017
31
116
Would you PLEASE, for the sake of clarity, open an own thread for this mod? I s*cks hard to scroll through all the comments just to find the latest version of your mod.

EDIT: And it also looks like you haven't updated your mod to the latest game version of 1.0. If you would be so kind.. thanks a lot in advance.
I'm gonna update the mod right now, thanks for telling me. Sorry for the late answer, I took a small sabbatical from the internet.

As for the separate thread, I'll try to do it, but it might take a little bit longer
 
  • Yay, new update!
Reactions: qljrnt6jc4eh2

SirPEEPEE

Member
May 10, 2018
216
36
Guys, if you replace /image/begin directory - everything will work. I replaced the erroneous pictures with pictures in which there were no errors and everything worked =)

P.S.
/image/begin directory located in archive.rpa file. if you take the tool unren.bat and run option 1.

P.S.S.
Link (/image/begin):
WORKUPLOAD - MEGA -

Also, you can load your previous save immediately after starting the game and then there will be no error either.
what about in terms of mac? What file do i replace and where could I find it?
 

Potoum

Member
Apr 28, 2018
476
446
For like day 9 to day 20 I was stuck. It said visit the witch. I'd the key, but the door was always lock. I even read the walkthrough, found nothing... Turn out you have to click on your inventory and then click on the key so you have it in hand when clicking on the witch's lock door.

When you surprise the witch flicking her bean the first time, her door was left unlock. But after you catch her she locks it. I was seriously considering switching to another game and forget about it. Anyway just saying for future player... HAVE THE DAMN WITCH KEY IN HAND WHEN CLICKING ON LOCK DOOR. o_O
 

LexArma

Member
Jun 2, 2019
101
148
Please read the op next time :(
Thanks for the fixed version, the op could do with a bit of clarification though, currently it's just another link among the others with no real explanation of what it actually is or why it's there, so I can understand people missing it completely.
 
  • Like
Reactions: Cunt
3.60 star(s) 34 Votes