Two crashes

Otome dating sim: http://www.winterwolves.com/loveandorder.htm
Rebly82
Woods ranger
Posts: 135
Joined: Sun Feb 06, 2011 11:20 pm

Re: Two crashes

Post by Rebly82 »

If it helps your coder, I got this for the crash bug while playing the mystery storyline -

I'm sorry, but an uncaught exception occurred.

AttributeError: 'NoneType' object has no attribute 'clue'

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

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

File "C:\Program Files\Love and Order\renpy\bootstrap.py", line 279, in bootstrap
File "C:\Program Files\Love and Order\renpy\main.py", line 320, in main
File "C:\Program Files\Love and Order\renpy\main.py", line 93, in run
File "C:\Program Files\Love and Order\renpy\execution.py", line 259, in run
File "C:\Program Files\Love and Order\renpy\ast.py", line 588, in execute
File "C:\Program Files\Love and Order\renpy\python.py", line 957, in py_exec_bytecode
File "/Users/scout/Applications/renpy/Love & Order/game/mystery.rpy", line 1084, in <module>
AttributeError: 'NoneType' object has no attribute 'clue'

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

Ren'Py Version: Ren'Py 6.12.0e
User avatar
jack1974
Pack leader
Posts: 15470
Joined: Thu Jun 16, 2005 4:43 pm

Re: Two crashes

Post by jack1974 »

I just uploaded a new version that she sent, and she confirmed that fixes that bug!
Post Reply