bobomb

Member
Dec 2, 2017
146
132
How to fix the errors... I need help View attachment 175804
Hi 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.
 
Jul 3, 2017
126
74
How to fix the errors... I need help View attachment 175804
Hi 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.
But please put it in spoiler tags :)
 

vmaks

Active Member
Sep 13, 2018
910
4,535
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?
 

WICKEDp4th

Before Alice went to Wonderland, she had to fall.
Donor
Sep 6, 2017
3,301
5,616
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?
Try this instead of using the console.

Download the patch:
and put it in the /game/ folder
 

CryoRenegade

New Member
Nov 10, 2018
2
0
Code:
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',)
And

Code:
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',)
 

RomanHume

Sommelier of Pussy & Purveyor of Porn
Game Developer
Jan 5, 2018
2,390
13,342
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.
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.
 

pim0

daydreamer
Donor
Sep 20, 2018
1,034
5,713
Downloads:
PC: - - - -
link - exe invalid!
 

Penfold Mole

Engaged Member
Respected User
May 22, 2017
2,989
6,994
link - exe invalid!
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.
 

pim0

daydreamer
Donor
Sep 20, 2018
1,034
5,713
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.
indeed:
Works in most Ren'Py games - but not here! - download from - the same file works.
 

Penfold Mole

Engaged Member
Respected User
May 22, 2017
2,989
6,994
indeed:
Works in most Ren'Py games - but not here! - download from - the same file works.
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.

Just before I posted my previous message, I downloaded the file you claim is broken to check your report and compare that download with the file I already have - they are exactly the same. And the exe is working just fine. No problems at all.

It means that either your download was incomplete and broken or something was messing with that exe - usually it's the AV. Most likely Windows Defender, as it has happened countless times before with others.
 

Trasher2018

Engaged Member
Aug 21, 2018
2,145
3,484
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.
And your game still dont progress that much :evilsmile::p (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? :'(
 
4.50 star(s) 329 Votes