Hi there, 'love your Game and played it on Linux, but I get this weird Exception when I want to access my Followers - every time:
```
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'Ama\xefrbutton.png'>:
File "game/script.rpy", line 177, in script call
nobody "Don't worry, {any=start.LeaveNow}I'll drive you home{/any}."
File "game/script.rpy", line 345, in script call
g "Is it the sight of those {any=start.LustyHumans}lusty humans{/any} admiring your state of debauchery that makes you so hard to see me?"
File "game/script.rpy", line 1360, in script call
call NotEnoughPerception
File "game/script.rpy", line 1381, in script call
call NotEnoughPerception
File "game/Modules.rpy", line 455, in script call
call RandomEncoutersModule
File "game/Modules.rpy", line 571, in script call
call TimeChecker
File "game/script.rpy", line 3461, in script
call screen Trading
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'Amaïrbutton.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 177, in script call
nobody "Don't worry, {any=start.LeaveNow}I'll drive you home{/any}."
File "game/script.rpy", line 345, in script call
g "Is it the sight of those {any=start.LustyHumans}lusty humans{/any} admiring your state of debauchery that makes you so hard to see me?"
File "game/script.rpy", line 1360, in script call
call NotEnoughPerception
File "game/script.rpy", line 1381, in script call
call NotEnoughPerception
File "game/Modules.rpy", line 455, in script call
call RandomEncoutersModule
File "game/Modules.rpy", line 571, in script call
call TimeChecker
File "game/script.rpy", line 3461, in script
call screen Trading
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/ast.py", line 1949, in execute
self.call("execute")
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen/renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/transition.py", line 361, in render
top = render(self.new_widget, width, height, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/viewport.py", line 574, in render
rend = renpy.display.render.render(self.children[0], child_width, child_height, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/behavior.py", line 774, in render
rv = super(Button, self).render(width, height, st, at)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/layout.py", line 1127, in render
st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/im.py", line 583, in render
return cache.get(self, render=True)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/im.py", line 266, in get
surf = image.load()
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/display/im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "/home/sweet/Downloads/Gay Games/APR-XEN-1.101-linux/renpy/loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Amaïrbutton.png'.
Linux-5.4.44-1-MANJARO-x86_64-with-glibc2.2.5
Ren'Py 7.3.5.606
IR alpha April 2020 - EN 1.101
Wed Jun 17 23:58:56 2020
```
Maybe you can make something of it and get it to work in the next version - the Story is sooo intriguing and sexy, but also interesting to find a path out without getting corrupted or sacrificing a friend - which would only work if I could actually access my "Followers" inside my "Inner Space".
Thanks a lot already in advance and I hope this helps.
P.S.: Obviously this seems to have happened after a certain path only: namely one where I take both the guys inside my "Sanctuary" during the Introduction. After that when I click on the Companion Button, the whole thing's messed-up. Took me a while to find that one since I had to go through the Introduction to get there. 'Would be awesome if you could fix this for the next Update.
Copyright © 2020 itch corp · Directory · Terms · Privacy · Cookies