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

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

Traceback

Uploaded by

bobsadist3
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

Uploaded by

bobsadist3
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/mods/tuika.rpy", line 1396, in script
$ on = OnedariObj()
File "game/mods/tuika.rpy", line 1396, in <module>
$ on = OnedariObj()
NameError: name 'OnedariObj' is not defined

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

Full traceback:
File "game/mods/tuika.rpy", line 1396, in script
$ on = OnedariObj()
File "D:\Games\mgq-0.99.14-rus_with_fix\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Games\mgq-0.99.14-rus_with_fix\renpy\python.py", line 1719, in
py_exec_bytecode
exec bytecode in globals, locals
File "game/mods/tuika.rpy", line 1396, in <module>
$ on = OnedariObj()
NameError: name 'OnedariObj' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
MGQ 0.99.014

You might also like