Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I was trying to get spritepacks from the site and I think I messed up somewhere #10230

Open
sleepyslurpee opened this issue Mar 18, 2024 · 1 comment

Comments

@sleepyslurpee
Copy link

I'm sorry, but an uncaught exception occurred.

While loading <'MatrixColor' <'Image' u'mod_assets/monika/h/hair-def-back.png'> (0.93, 0, 0, 0, 0, 0, 0.82, 0, 0, 0, 0, 0, 0.78, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)>:
File "game/script-ch30.rpy", line 2141, in script call
File "game/event-handler.rpy", line 3119, in script call
File "game/script-story-events.rpy", line 1213, in script call
File "game/script-story-events.rpy", line 1324, in script
File "renpy/common/000statements.rpy", line 383, in execute_pause
renpy.with_statement(Pause(delay))
File "game/definitions.rpy", line 221, in mas_with_statement
File "game/sprite-chart-matrix.rpy", line 1222, in render
File "game/sprite-chart-matrix.rpy", line 1206, in _render_surf
IOError: Couldn't find file 'mod_assets/monika/h/hair-def-back.png'.

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

Full traceback:
File "game/script-ch30.rpy", line 2141, in script call
File "game/event-handler.rpy", line 3119, in script call
File "game/script-story-events.rpy", line 1213, in script call
File "game/script-story-events.rpy", line 1324, in script
File "C:\Users\kairi\Desktop\Monika !\renpy\ast.py", line 1706, in execute
self.call("execute")
File "C:\Users\kairi\Desktop\Monika !\renpy\ast.py", line 1724, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\kairi\Desktop\Monika !\renpy\statements.py", line 145, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 383, in execute_pause
renpy.with_statement(Pause(delay))
File "game/definitions.rpy", line 221, in mas_with_statement
File "C:\Users\kairi\Desktop\Monika !\renpy\display\core.py", line 2096, in do_with
clear=clear)
File "C:\Users\kairi\Desktop\Monika !\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\kairi\Desktop\Monika !\renpy\display\core.py", line 2883, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\kairi\Desktop\Monika !\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 "C:\Users\kairi\Desktop\Monika !\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 "C:\Users\kairi\Desktop\Monika !\renpy\display\transition.py", line 85, in render
return null_render(self, width, height, st, at)
File "C:\Users\kairi\Desktop\Monika !\renpy\display\transition.py", line 59, in null_render
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 "C:\Users\kairi\Desktop\Monika !\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 "C:\Users\kairi\Desktop\Monika !\renpy\display\transition.py", line 361, in render
top = render(self.new_widget, width, height, 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)

@Emilio3409
Copy link

I'm not an expert, but I would recommend you to copy the persistent and reinstall the whole game, then paste the persistent back on the game, and well, when installing spritepacks you need to put the files in their folders, for example if a file of the spritepack is in a folder named "characters", then put the file in "characters" on the game, that should fix it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants