Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
6 views1 page

Traceback

An OSError occurred while running the game code due to a file already existing at a specified path. The error traceback indicates that the issue arises during the loading of the game script. The document provides details about the error location and the environment in which it occurred.

Uploaded by

Tanishq Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Traceback

An OSError occurred while running the game code due to a file already existing at a specified path. The error traceback indicates that the issue arises during the loading of the game script. The document provides details about the error location and the environment in which it occurred.

Uploaded by

Tanishq Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

I'm sorry, but an uncaught exception occurred.

While running game code:


File "game/definitions.rpy", line 7, in <module>
OSError: [Errno 17] File exists: 'c:\\users\\kumar\\appdata\\local\\temp\\C-Users-
kumar-Downloads-ddlc-win-DDLC-1.1.1-pc-DDLC-.lock'

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

Full traceback:
File "C:\Users\kumar\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\bootstrap.py", line
295, in bootstrap
renpy.main.main()
File "C:\Users\kumar\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\main.py", line 364,
in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\kumar\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\script.py", line 265,
in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "C:\Users\kumar\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\script.py", line 753,
in load_appropriate_file
self.finish_load(stmts, initcode, filename=fn + source)
File "C:\Users\kumar\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\script.py", line 445,
in finish_load
node.early_execute()
File "C:\Users\kumar\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\ast.py", line 865, in
early_execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\kumar\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\python.py", line
1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/definitions.rpy", line 7, in <module>
File "python-packages/singleton.py", line 45, in __init__
OSError: [Errno 17] File exists: 'c:\\users\\kumar\\appdata\\local\\temp\\C-Users-
kumar-Downloads-ddlc-win-DDLC-1.1.1-pc-DDLC-.lock'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187

You might also like