suprbbsnipo

Newbie
May 17, 2017
49
61
There is a problem with displaying the images that involve Death Road. Here is the traceback:


I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'0.2./death_road_01.jpg'>:
File "game/script.rpy", line 1968, in script
" The black waters."
IOError: Couldn't find file '0.2./death_road_01.jpg'.

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

Full traceback:
File "game/script.rpy", line 1968, in script
" The black waters."
File "D:\Games\other\Ren'py\Vis\renpy\ast.py", line 678, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "D:\Games\other\Ren'py\Vis\renpy\exports.py", line 1229, in say
who(what, *args, **kwargs)
File "D:\Games\other\Ren'py\Vis\renpy\character.py", line 1031, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "D:\Games\other\Ren'py\Vis\renpy\character.py", line 823, in do_display
**display_args)
File "D:\Games\other\Ren'py\Vis\renpy\character.py", line 572, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "D:\Games\other\Ren'py\Vis\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games\other\Ren'py\Vis\renpy\display\core.py", line 2672, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Games\other\Ren'py\Vis\renpy\display\core.py", line 3158, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "D:\Games\other\Ren'py\Vis\renpy\display\core.py", line 2075, 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 "D:\Games\other\Ren'py\Vis\renpy\display\layout.py", line 722, 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 "D:\Games\other\Ren'py\Vis\renpy\display\layout.py", line 722, 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 "D:\Games\other\Ren'py\Vis\renpy\display\layout.py", line 722, 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 "D:\Games\other\Ren'py\Vis\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "D:\Games\other\Ren'py\Vis\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 "D:\Games\other\Ren'py\Vis\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "D:\Games\other\Ren'py\Vis\renpy\display\im.py", line 266, in get
surf = image.load()
File "D:\Games\other\Ren'py\Vis\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "D:\Games\other\Ren'py\Vis\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file '0.2./death_road_01.jpg'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Vis 0.2
Wed Jan 23 12:27:30 2019
 

Deleted member 416612

The 'landlord'
Donor
Game Developer
Feb 2, 2018
924
3,923
There is a problem with displaying the images that involve Death Road. Here is the traceback:


Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'0.2./death_road_01.jpg'>:
  File "game/script.rpy", line 1968, in script
    " The black waters."
IOError: Couldn't find file '0.2./death_road_01.jpg'.

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

Full traceback:
  File "game/script.rpy", line 1968, in script
    " The black waters."
  File "D:\Games\other\Ren'py\Vis\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "D:\Games\other\Ren'py\Vis\renpy\exports.py", line 1229, in say
    who(what, *args, **kwargs)
  File "D:\Games\other\Ren'py\Vis\renpy\character.py", line 1031, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "D:\Games\other\Ren'py\Vis\renpy\character.py", line 823, in do_display
    **display_args)
  File "D:\Games\other\Ren'py\Vis\renpy\character.py", line 572, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\Games\other\Ren'py\Vis\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\other\Ren'py\Vis\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\other\Ren'py\Vis\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Games\other\Ren'py\Vis\renpy\display\core.py", line 2075, 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 "D:\Games\other\Ren'py\Vis\renpy\display\layout.py", line 722, 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 "D:\Games\other\Ren'py\Vis\renpy\display\layout.py", line 722, 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 "D:\Games\other\Ren'py\Vis\renpy\display\layout.py", line 722, 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 "D:\Games\other\Ren'py\Vis\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\Games\other\Ren'py\Vis\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 "D:\Games\other\Ren'py\Vis\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "D:\Games\other\Ren'py\Vis\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Games\other\Ren'py\Vis\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Games\other\Ren'py\Vis\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file '0.2./death_road_01.jpg'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Vis 0.2
Wed Jan 23 12:27:30 2019
Yes, I am updating the links for this. I have fixed it. In 2 minutes you will have the updated link
 
U

User_1047671

Guest
Guest
I am unable to move forward after the queen ingests the "seed".Rollback doesn't work neither does ignoring the error
 
  • Like
Reactions: DarkstarDrago

bighunter

Member
Apr 3, 2018
133
131
Man very good game, cant wait for next update, hope that it will be very fast... ( Tomorrow mybe ? ??? :) that should be great). Oh well good story till now,... really cant wait for more contenent,
Best of luck in next updates and that they go smothly, Afc as fast as possible, soo we can play those kind of games
 

Deleted member 416612

The 'landlord'
Donor
Game Developer
Feb 2, 2018
924
3,923
Still no Death road fix in Mega,,, is there a problem?
The links are on the front page of the thread. I've downloaded just to be sure that it was uploaded the right version and it is. I've saved the game before the bug and now it is ok when I load that save and continue.
 
3.70 star(s) 86 Votes