N

netkeliye

Guest
Guest
Hi, Everyone.

It's the second time I've donwloaded the game from a Mega link and everytime I start it it just "presents" me with an exception error I reproduce:

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

While loading <'Image' u'scene/splash.png'>:
  File "renpy/common/00start.rpy", line 212, in script call
    call _splashscreen from _call_splashscreen_1
  File "game/script.rpy", line 14, in script
    $ renpy.pause ()
  File "game/script.rpy", line 14, in <module>
    $ renpy.pause ()
IOError: Couldn't find file 'scene/splash.png'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 212, in script call
    call _splashscreen from _call_splashscreen_1
  File "game/script.rpy", line 14, in script
    $ renpy.pause ()
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 14, in <module>
    $ renpy.pause ()
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\exports.py", line 1278, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\display\core.py", line 2883, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\display\core.py", line 1955, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\display\layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\display\layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\display\layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\display\image.py", line 387, in render
    return wrap_render(self.target, width, height, st, at)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\display\image.py", line 208, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\display\im.py", line 473, in render
    im = cache.get(self)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\display\im.py", line 200, in get
    surf = image.load()
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\display\im.py", line 524, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "I:\Software e Jogos\Nova pasta\DreamingofDana-0.075to0.080-pc\renpy\loader.py", line 543, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'scene/splash.png'.

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Dreaming of Dana 0.080
Can anyone help me out with this? Ignore or reload didn't hep either...

Many thanks in advance
Interesting that you say you downloaded it twice, cause this error is for missing files, what do you use to extract, winzip winrar? Try freearc may be your extractor is not unziping all files
 

gamezzz

Newbie
Nov 3, 2017
43
10
Interesting that you say you downloaded it twice, cause this error is for missing files, what do you use to extract, winzip winrar? Try freearc may be your extractor is not unziping all files
I've used winrar. I'm trying 7-zip now. Let's see...
 

gamezzz

Newbie
Nov 3, 2017
43
10
The compressed... downloading it again. Last try.
.075 to .080 PC Mega link

Again, the same problem for the 3rd time. Winrar or 7-zip were never a problem decompressing zip files.

Since there's apparently no solution I'll just leave here the recomendation. Do not download .075 to .080 PC Mega link
 

StarWarrior

Engaged Member
May 24, 2017
2,273
3,116
.075 to .080 PC Mega link

Again, the same problem for the 3rd time. Winrar or 7-zip were never a problem decompressing zip files.

Since there's apparently no solution I'll just leave here the recomendation. Do not download .075 to .080 PC Mega link
It works here so the problem is on your end. You could try the other mirrors on the OP post instead. See if that helps you out. They are not compressed though.
Just get latest version of winrar and you should be fine, i got round few y old one + 7z go no issues with unraring anything, but usually latest version solves the issue with ppl.
No clue what it can be, like i said i just downloaded it and it works fine.
 

micmitja

Forum Fanatic
Aug 6, 2017
5,731
6,068
It works here so the problem is on your end. You could try the other mirrors on the OP post instead. See if that helps you out. They are not compressed though.

No clue what it can be, like i said i just downloaded it and it works fine.
Well not sure my self but what i told usually works.

I've disabled A/V also. The problem remains. Please?
Did you try to download from other sources, could be that its some issue with mega upload.
 

gamezzz

Newbie
Nov 3, 2017
43
10
Many thanks for the tips. I'll try other sources and leave feeback... any suggestion? Is the torrent ok?

Once again, thanks!
 

Londo_Mollari

Well-Known Member
Donor
Respected User
Sep 7, 2017
1,849
3,754
Is there a way to deleta save games? Deleted anything in /game/saves but has no effect. And don't see an option ingame to delete save games.
 
3.90 star(s) 64 Votes