Bug report

Otome dating sim: http://www.winterwolves.com/loveandorder.htm
Post Reply
Orusaka
Young scout
Posts: 40
Joined: Sat Feb 12, 2011 1:49 pm

Bug report

Post by Orusaka »

Here's the content of the traceback file. I would give details, but the file says it all.

I'm sorry, but an uncaught exception occurred.

NameError: name 'self' is not defined

While running game code:
- script at line 734 of /Users/scout/Applications/renpy/Love & Order/game/dorothy.rpy
- python at line 734 of /Users/scout/Applications/renpy/Love & Order/game/dorothy.rpy.

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

File "C:\Program Files (x86)\Love and Order\renpy\bootstrap.py", line 279, in bootstrap
File "C:\Program Files (x86)\Love and Order\renpy\main.py", line 320, in main
File "C:\Program Files (x86)\Love and Order\renpy\main.py", line 93, in run
File "C:\Program Files (x86)\Love and Order\renpy\execution.py", line 259, in run
File "C:\Program Files (x86)\Love and Order\renpy\ast.py", line 588, in execute
File "C:\Program Files (x86)\Love and Order\renpy\python.py", line 957, in py_exec_bytecode
File "/Users/scout/Applications/renpy/Love & Order/game/dorothy.rpy", line 734, in <module>
NameError: name 'self' is not defined

While running game code:
- script at line 734 of /Users/scout/Applications/renpy/Love & Order/game/dorothy.rpy
- python at line 734 of /Users/scout/Applications/renpy/Love & Order/game/dorothy.rpy.

Ren'Py Version: Ren'Py 6.12.0e
Christine
Young scout
Posts: 7
Joined: Sun Feb 13, 2011 4:08 pm

Re: Bug report

Post by Christine »

Ah, thanks for the report, but this is actually a bug that's been fixed. This won't happen in the most recent build.
Orusaka
Young scout
Posts: 40
Joined: Sat Feb 12, 2011 1:49 pm

Re: Bug report

Post by Orusaka »

My apologies, Christine. I was not aware there had been updated versions published.
Post Reply