Well now I remember youAnd I even made sure the script was steam cleaned before I sent it back ;*
Hi horny,How to fix the errors... I need help View attachment 175804
How to fix the errors... I need help View attachment 175804
But please put it in spoiler tagsHi horny,
The first step toward fixing the error will be to press the button at the bottom that says "Copy" on it. then "Paste" the error into your reply to this thread, so that we can see the whole thing. Once that is accomplished there are a whole bunch of nice people around here who may be willing to help you.
Try this instead of using the console.How to turn on the taboo patch, but it doesn’t bother me, I turn on the console, I drive, the set special is off and I press Enter and nothing is in the problem?
Should be set_special(True)How to turn on the taboo patch, but it doesn’t bother me, I turn on the console, I drive, the set special is off and I press Enter and nothing is in the problem?
You install the version hereand how do u patch it for android?
I'm sorry, but an uncaught exception occurred.
While loading <'Image' 'images/day15_l_boutique_outfit01.jpg'>:
Exception: Could not load image 'images/day15_l_boutique_outfit01.jpg': error('JPEG loading error',)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "day15.rpyc", line 824, in script
File "/data/user/0/com.perverteer.sl/files/renpy/ast.py", line 1357, in execute
renpy.exports.with_statement(trans, paired)
File "/data/user/0/com.perverteer.sl/files/renpy/exports.py", line 1455, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "/data/user/0/com.perverteer.sl/files/renpy/display/core.py", line 2217, in do_with
clear=clear)
File "/data/user/0/com.perverteer.sl/files/renpy/display/core.py", line 2662, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/data/user/0/com.perverteer.sl/files/renpy/display/core.py", line 3148, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/data/user/0/com.perverteer.sl/files/renpy/display/core.py", line 2065, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 487, in renpy.display.render.render_screen
File "render.pyx", line 235, in renpy.display.render.render
File "/data/user/0/com.perverteer.sl/files/renpy/display/layout.py", line 719, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "/data/user/0/com.perverteer.sl/files/renpy/display/transition.py", line 361, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "/data/user/0/com.perverteer.sl/files/renpy/display/layout.py", line 719, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "/data/user/0/com.perverteer.sl/files/renpy/display/layout.py", line 719, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 235, in renpy.display.render.render
File "/data/user/0/com.perverteer.sl/files/renpy/display/image.py", line 497, in render
return wrap_render(self.target, width, height, st, at)
File "/data/user/0/com.perverteer.sl/files/renpy/display/image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "/data/user/0/com.perverteer.sl/files/renpy/display/im.py", line 580, in render
return cache.get(self, render=True)
File "/data/user/0/com.perverteer.sl/files/renpy/display/im.py", line 266, in get
surf = image.load()
File "/data/user/0/com.perverteer.sl/files/renpy/display/im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "/data/user/0/com.perverteer.sl/files/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 'images/day15_l_boutique_outfit01.jpg': error('JPEG loading error',)
I'm sorry, but an uncaught exception occurred.
While loading <'Image' 'images/day16_b_dress.jpg'>:
Exception: Could not load image 'images/day16_b_dress.jpg': error('JPEG loading error',)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "day16.rpyc", line 626, in script
File "/data/user/0/com.perverteer.sl/files/renpy/ast.py", line 678, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "/data/user/0/com.perverteer.sl/files/renpy/exports.py", line 1203, in say
who(what, *args, **kwargs)
File "/data/user/0/com.perverteer.sl/files/renpy/character.py", line 1027, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "/data/user/0/com.perverteer.sl/files/renpy/character.py", line 819, in do_display
**display_args)
File "/data/user/0/com.perverteer.sl/files/renpy/character.py", line 568, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "/data/user/0/com.perverteer.sl/files/renpy/ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/data/user/0/com.perverteer.sl/files/renpy/display/core.py", line 2662, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/data/user/0/com.perverteer.sl/files/renpy/display/core.py", line 3148, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/data/user/0/com.perverteer.sl/files/renpy/display/core.py", line 2065, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 487, in renpy.display.render.render_screen
File "render.pyx", line 235, in renpy.display.render.render
File "/data/user/0/com.perverteer.sl/files/renpy/display/layout.py", line 719, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "/data/user/0/com.perverteer.sl/files/renpy/display/layout.py", line 719, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "/data/user/0/com.perverteer.sl/files/renpy/display/layout.py", line 719, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 235, in renpy.display.render.render
File "/data/user/0/com.perverteer.sl/files/renpy/display/image.py", line 497, in render
return wrap_render(self.target, width, height, st, at)
File "/data/user/0/com.perverteer.sl/files/renpy/display/image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "/data/user/0/com.perverteer.sl/files/renpy/display/im.py", line 580, in render
return cache.get(self, render=True)
File "/data/user/0/com.perverteer.sl/files/renpy/display/im.py", line 266, in get
surf = image.load()
File "/data/user/0/com.perverteer.sl/files/renpy/display/im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "/data/user/0/com.perverteer.sl/files/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 'images/day16_b_dress.jpg': error('JPEG loading error',)
I know you didn't ask, and forgive me if you're already aware of the technique, but...I've changed my render settings for v0.14. Up until now I rendered all my images for a fixed duration, which generally works fine for simple scenes, but when you have lots of objects and reflective surfaces, the GPU will be struggling. The renders now run without a fixed time limit and stop at a certain amount of render iterations. It sure as hell takes a lot longer, but the images are decidedly less grainy.
Downloads:
PC:You must be registered to see the links-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
No, the exe in the MEGA download is absolutely fine. It's probably your antivirus messing with it - false-detecting as malware and removing or blocking without telling you. Check your antivirus logs, add it to antivirus exclusions, if possible.You must be registered to see the linkslink - exe invalid!
indeed:No, the exe in the MEGA download is absolutely fine. It's probably your antivirus messing with it - false-detecting as malware and removing or blocking without telling you. Check your antivirus logs, add it to antivirus exclusions, if possible.
What?! You're talking about my signature about my Ren'Py patch, not what I said about the MEGA download of this game. :closedeyesmile: It has nothing to do with this game or MEGA download.indeed:
Works in most Ren'Py games - but not here! - download fromYou must be registered to see the links- the same file works.
And your game still dont progress that much :evilsmile:I know you didn't ask, and forgive me if you're already aware of the technique, but...
One of the things we do for our game to reduce render time is render it at 4000 pixels for a short duration, and then resize it down to 1280 in photoshop. Photoshop's sampling algorithm does a great job of getting rid of a lot of noise. Then we use the noise filter to reduce it further. Our image quality increased exponentially while simultaneously reducing our overall render time by hours.
Just food for thought.
It can take ALL the time in the world as long as it keeps up the quality. I love this game, for reals...And your game still dont progress that much :evilsmile:(to be clear, I love the content you have, that's the reason why I want more ^^)
Here it sounds like the 0.14 will still take some time? :'(