Quote Originally Posted by Ryghteous View Post
So I just downloaded the player and it doesn't seem to work:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 132, in script
python:
File "game/script.rpy", line 134, in <module>
bg = os.listdir(os.path.join(config.gamedir,'images'))
WindowsError: [Error 3] The system cannot find the path specified: u'C:\\Users\\Golden\\Downloads\\Kamihime_Player-1.0-pc/game\\images\\*.*'

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

Full traceback:
File "game/script.rpy", line 132, in script
python:
File "C:\Users\Golden\Downloads\Kamihime_Player-1.0-pc\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Golden\Downloads\Kamihime_Player-1.0-pc\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 134, in <module>
bg = os.listdir(os.path.join(config.gamedir,'images'))
WindowsError: [Error 3] The system cannot find the path specified: u'C:\\Users\\Golden\\Downloads\\Kamihime_Player-1.0-pc/game\\images\\*.*'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Kamihime_Player 1.0

Help please; thanks.
Weird, seems to me you downloaded Eliont's player not mine.
"bg = os.listdir(os.path.join(config.gamedir,'images'))" <- This is from Eliont player's script.
Or maybe you extracted my player on top of Eliont player and forgot to overwrite?