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

Extra plus code is acting weird. #14

Open
iloveyuri opened this issue Dec 30, 2022 · 0 comments
Open

Extra plus code is acting weird. #14

iloveyuri opened this issue Dec 30, 2022 · 0 comments

Comments

@iloveyuri
Copy link

When i want to play a game (For example, the shell game) it give me this:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'submods/ExtraPlus/submod_assets/sprites/note_score.png'>:
File "game/game/Submods/Extraplus-1.0.3/game/submods/ExtraPlus/Extra_Plus_Shell_Game.rpy", line 138, in script
"Select a cup:"
IOError: Couldn't find file 'submods/ExtraPlus/submod_assets/sprites/note_score.png'.

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

Full traceback:
File "game/game/Submods/Extraplus-1.0.3/game/submods/ExtraPlus/Extra_Plus_Shell_Game.rpy", line 138, in script
"Select a cup:"
File "D:\ddlc-win\DDLC-1.1.1-pc\renpy\ast.py", line 613, in execute
renpy.exports.say(who, what, interact=self.interact)
File "D:\ddlc-win\DDLC-1.1.1-pc\renpy\exports.py", line 1147, in say
who(what, interact=interact)
File "D:\ddlc-win\DDLC-1.1.1-pc\renpy\character.py", line 877, in call
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "D:\ddlc-win\DDLC-1.1.1-pc\renpy\character.py", line 716, in do_display
**display_args)
File "D:\ddlc-win\DDLC-1.1.1-pc\renpy\character.py", line 508, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "D:\ddlc-win\DDLC-1.1.1-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\ddlc-win\DDLC-1.1.1-pc\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\ddlc-win\DDLC-1.1.1-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 "D:\ddlc-win\DDLC-1.1.1-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 "D:\ddlc-win\DDLC-1.1.1-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 "D:\ddlc-win\DDLC-1.1.1-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 "D:\ddlc-win\DDLC-1.1.1-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 "D:\ddlc-win\DDLC-1.1.1-pc\renpy\display\screen.py", line 623, in render
child = renpy.display.render.render(self.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 "D:\ddlc-win\DDLC-1.1.1-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 "D:\ddlc-win\DDLC-1.1.1-pc\renpy\display\image.py", line 387, in render
return wrap_render(self.target, width, height, st, at)
File "D:\ddlc-win\DDLC-1.1.1-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 "D:\ddlc-win\DDLC-1.1.1-pc\renpy\display\im.py", line 473, in render
im = cache.get(self)
File "D:\ddlc-win\DDLC-1.1.1-pc\renpy\display\im.py", line 200, in get
surf = image.load()
File "D:\ddlc-win\DDLC-1.1.1-pc\renpy\display\im.py", line 524, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "D:\ddlc-win\DDLC-1.1.1-pc\renpy\loader.py", line 543, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'submods/ExtraPlus/submod_assets/sprites/note_score.png'.

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Monika After Story 0.12.13

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

1 participant