VN Ren'Py Abandoned Deviant Desires [v0.5] [PingPanda]

2.40 star(s) 16 Votes

petevid

New Member
Jun 17, 2018
14
5
View attachment 130935

Overview:
The game is about a charity worker who strives to be more, it is up to you to help he become what he has always dreamed of...you'll also have to help a few female friend's with there story's to:
You don't have permission to view the spoiler content. Log in or register now.

Thread Updated: 2019-06-06
Release Date: 2019-06-04
Developer/Publisher:
Censorship: None
Version: 0.4a
OS: Windows, Linux, MacOS
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Change-Log:
You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
PC: - - -
Mac: - -
Android: - -

Extras: CG
Thanks Kingvlad


View attachment 130929 View attachment 130930 View attachment 130931 View attachment 130932 View attachment 130933 View attachment 130934
anyone getting exception errors? thinking about deleting and not bothering with this due to the errors
 

Spankmiester

Member
Jun 18, 2018
258
130
Wasn't there a walk-thru once before? I do not see one or maybe Im just too damn lazy to search the 93 pages??
 

Goldhammer

Newbie
May 9, 2017
66
13
Suddenly i got this error,and the game exits:
Code:
Full traceback:
  File "game/scripts/mechanics/town_map.rpy", line 82, in script
    call screen gui
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\exports.py", line 2724, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
  File "<screen language>", line 249, in <module>
NameError: name 'Tru' is not defined

While running game code:
  File "game/scripts/mechanics/town_map.rpy", line 82, in script
    call screen gui
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
NameError: name 'Tru' is not defined

Full traceback:
  File "game/scripts/mechanics/town_map.rpy", line 90, in script
    "{i}THE GYM IS CLOSED AT NIGHT, COME WORK OUT TOMORROW!{/i}"
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\exports.py", line 1204, in say
    who(what, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\character.py", line 1031, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\character.py", line 823, in do_display
    **display_args)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\character.py", line 572, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
  File "<screen language>", line 249, in <module>
NameError: name 'Tru' is not defined

While running game code:
  File "game/scripts/mechanics/town_map.rpy", line 90, in script
    "{i}THE GYM IS CLOSED AT NIGHT, COME WORK OUT TOMORROW!{/i}"
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
NameError: name 'Tru' is not defined

Full traceback:
  File "game/scripts/mechanics/town_map.rpy", line 95, in script
    call screen gui
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\exports.py", line 2724, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
  File "<screen language>", line 249, in <module>
NameError: name 'Tru' is not defined

While running game code:
  File "game/scripts/mechanics/town_map.rpy", line 95, in script
    call screen gui
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
NameError: name 'Tru' is not defined

Full traceback:
  File "game/scripts/mechanics/town_map.rpy", line 107, in script
    call screen gui
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\exports.py", line 2724, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
  File "<screen language>", line 249, in <module>
NameError: name 'Tru' is not defined

While running game code:
  File "game/scripts/mechanics/town_map.rpy", line 107, in script
    call screen gui
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
NameError: name 'Tru' is not defined

Full traceback:
  File "game/scripts/mechanics/town_map.rpy", line 109, in script
    call screen gui
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\exports.py", line 2724, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
  File "<screen language>", line 249, in <module>
NameError: name 'Tru' is not defined

While running game code:
  File "game/scripts/mechanics/town_map.rpy", line 109, in script
    call screen gui
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
NameError: name 'Tru' is not defined
Cleaning stores took 0.00s
Init translation took 0.64s
Build styles took 0.00s
Load screen analysis took 0.11s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.01s
 

qyx455

Newbie
Dec 3, 2018
68
62
K, I like the rebuild a lot! :) Problems have popped up however... Skip Time is a negative function... also, any attempts to go to Bunny Lounge result in an error... I'm, currently, stuck with Amy pissed off cuz I spied, Mom and Auntie talking in Lounge, and Amanda needs space... can't skip time, so I'm locked in a 'Too Early For Sleep' situation... HELP!!! LOL!!! :)
 

ZeroLife

New Member
Nov 20, 2017
2
2
Suddenly i got this error,and the game exits:
Code:
Full traceback:
  File "game/scripts/mechanics/town_map.rpy", line 82, in script
    call screen gui
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\exports.py", line 2724, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
  File "<screen language>", line 249, in <module>
NameError: name 'Tru' is not defined

While running game code:
  File "game/scripts/mechanics/town_map.rpy", line 82, in script
    call screen gui
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
NameError: name 'Tru' is not defined

Full traceback:
  File "game/scripts/mechanics/town_map.rpy", line 90, in script
    "{i}THE GYM IS CLOSED AT NIGHT, COME WORK OUT TOMORROW!{/i}"
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\exports.py", line 1204, in say
    who(what, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\character.py", line 1031, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\character.py", line 823, in do_display
    **display_args)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\character.py", line 572, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
  File "<screen language>", line 249, in <module>
NameError: name 'Tru' is not defined

While running game code:
  File "game/scripts/mechanics/town_map.rpy", line 90, in script
    "{i}THE GYM IS CLOSED AT NIGHT, COME WORK OUT TOMORROW!{/i}"
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
NameError: name 'Tru' is not defined

Full traceback:
  File "game/scripts/mechanics/town_map.rpy", line 95, in script
    call screen gui
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\exports.py", line 2724, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
  File "<screen language>", line 249, in <module>
NameError: name 'Tru' is not defined

While running game code:
  File "game/scripts/mechanics/town_map.rpy", line 95, in script
    call screen gui
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
NameError: name 'Tru' is not defined

Full traceback:
  File "game/scripts/mechanics/town_map.rpy", line 107, in script
    call screen gui
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\exports.py", line 2724, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
  File "<screen language>", line 249, in <module>
NameError: name 'Tru' is not defined

While running game code:
  File "game/scripts/mechanics/town_map.rpy", line 107, in script
    call screen gui
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
NameError: name 'Tru' is not defined

Full traceback:
  File "game/scripts/mechanics/town_map.rpy", line 109, in script
    call screen gui
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\exports.py", line 2724, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\core.py", line 3049, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\mguld\Downloads\DeviantDesires-04a-pc\DeviantDesires-0.4a-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
  File "<screen language>", line 249, in <module>
NameError: name 'Tru' is not defined

While running game code:
  File "game/scripts/mechanics/town_map.rpy", line 109, in script
    call screen gui
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 115, in execute
    screen townmapib:
  File "game/scripts/mechanics/town_map.rpy", line 117, in execute
    if day_tick < 4:
  File "game/scripts/mechanics/town_map.rpy", line 245, in execute
    if unlock_studio == True:
  File "game/scripts/mechanics/town_map.rpy", line 246, in execute
    imagebutton:
  File "game/scripts/mechanics/town_map.rpy", line 246, in keywords
    imagebutton:
NameError: name 'Tru' is not defined
Cleaning stores took 0.00s
Init translation took 0.64s
Build styles took 0.00s
Load screen analysis took 0.11s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.01s
Open "game/scripts/mechanics/town_map.rpy" and on line 249 add the letter 'e' to 'Tru'.
 
  • Like
Reactions: Papy.ion6984

Legend2017

Newbie
Dec 3, 2018
28
16
Wasn't there a walk-thru once before? I do not see one or maybe Im just too damn lazy to search the 93 pages??
Alot has change in the game so it kinda makes sense those old walkthroughs to be gone.
Amy now is a stripper back then she would be selling her body for tons of cash. dont recall the sister of landlady/mother wathever you call her to be in the game either i bet there are more changes.
So those old walkthroughs would make no sense most of the times
 

rezae98

Newbie
Nov 6, 2018
19
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/town/work.rpy", line 48, in script
    "{i}I should visit {b}[mrole]{/b} at school first...{/i}"
RuntimeError: maximum recursion depth exceeded in __instancecheck__

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

Full traceback:
  File "game/scripts/town/work.rpy", line 48, in script
    "{i}I should visit {b}[mrole]{/b} at school first...{/i}"
  File "E:\DeviantDesires-0.4a-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "E:\DeviantDesires-0.4a-pc\renpy\exports.py", line 1204, in say
    who(what, *args, **kwargs)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 1018, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=True))
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 1007, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 925, in __format__
    return format(unicode(self), spec)
  File "E:\DeviantDesires-0.4a-pc\renpy\character.py", line 919, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "E:\DeviantDesires-0.4a-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 602, in get_value
RuntimeError: maximum recursion depth exceeded in __instancecheck__

Windows-8-6.2.9200
Ren'Py 7.1.1.929
DeviantDesires V0.4a
Fri Jun 07 16:13:31 2019
 

ulix

Newbie
May 13, 2018
33
29
I guess I was stuck in a loop.. after mom lingerie event on watch tv, it jump to scene of mom with neighbour on lounge.. and no other actions to do.. so stuck in evening
 

rozwielitka

Member
Jul 23, 2017
134
207
Graphic are quite good, but Panda is recreating same part of the story over and over again. Aunt weekend removed, whore house sis part removed. Old critical bugs are still present from version 0.2. Help is not workig in 0.4, skip time removed

This update have less content than its predecessor

Shame. Because this dev has potential.
 

riddo

Member
Apr 30, 2017
257
297
Im getting a lot of errors and crushes.
No hints too so its hard to track what to do exactly.

Probably will wait for a fix or stable version
 
2.40 star(s) 16 Votes