Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
607
1,102
TFurguson69
Don't understand a word of what ur saying.

OBV saves will be broken AT EACH RELEASE.
And the PTA is working like usal.

I guess it's just troll and I'm taking the bait :cool:
 

Charona

Member
Jan 14, 2020
161
530
Error opening old save:

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 18, in script call
call pickName from _call_pickName
File "game/scripts/lb_home.rpy", line 26, in script
call screen home_menu
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 2, in execute
frame:
File "game/scripts/sc_screens.rpy", line 8, in execute
hbox:
File "game/scripts/sc_screens.rpy", line 13, in execute
vbox:
File "game/scripts/sc_screens.rpy", line 16, in execute
$ timeManager_day = timeManager.getDay()
File "game/scripts/sc_screens.rpy", line 16, in <module>
$ timeManager_day = timeManager.getDay()
File "game/scripts/main_classes/timeManager.rpy", line 77, in getDay
return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"][self.day-1]
AttributeError: 'TimeManager' object has no attribute 'day'

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

Full traceback:
File "game/scripts/script.rpy", line 18, in script call
call pickName from _call_pickName
File "game/scripts/lb_home.rpy", line 26, in script
call screen home_menu
File "renpy/ast.py", line 2234, in execute
self.call("execute")
File "renpy/ast.py", line 2222, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3161, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 2, in execute
frame:
File "game/scripts/sc_screens.rpy", line 8, in execute
hbox:
File "game/scripts/sc_screens.rpy", line 13, in execute
vbox:
File "game/scripts/sc_screens.rpy", line 16, in execute
$ timeManager_day = timeManager.getDay()
File "game/scripts/sc_screens.rpy", line 16, in <module>
$ timeManager_day = timeManager.getDay()
File "game/scripts/main_classes/timeManager.rpy", line 77, in getDay
return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"][self.day-1]
AttributeError: 'TimeManager' object has no attribute 'day'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.24
Fri Mar 3 23:15:25 2023
```

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 23, in script
python :
File "game/scripts/script.rpy", line 36, in <module>
girl.resetForExam()
File "game/scripts/main_classes/girl.rpy", line 355, in resetForExam
self.portraitImg = renpy.random.choice(self.portraitImgs)
AttributeError: 'Girl' object has no attribute 'portraitImgs'

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

Full traceback:
File "game/scripts/script.rpy", line 23, in script
python :
File "renpy/ast.py", line 1133, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/script.rpy", line 36, in <module>
girl.resetForExam()
File "game/scripts/main_classes/girl.rpy", line 355, in resetForExam
self.portraitImg = renpy.random.choice(self.portraitImgs)
AttributeError: 'Girl' object has no attribute 'portraitImgs'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.24
Fri Mar 3 23:15:55 2023
```

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 38, in script
$ outputtext = "The following girls are up for examination today: \n" + examGirls[0].name + " " + examGirls[0].surname + " \n" + examGirls[1].name + " " + examGirls[1].surname + " and \n" + examGirls[2].name + " " + examGirls[2].surname
File "game/scripts/script.rpy", line 38, in <module>
$ outputtext = "The following girls are up for examination today: \n" + examGirls[0].name + " " + examGirls[0].surname + " \n" + examGirls[1].name + " " + examGirls[1].surname + " and \n" + examGirls[2].name + " " + examGirls[2].surname
IndexError: list index out of range

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

Full traceback:
File "game/scripts/script.rpy", line 38, in script
$ outputtext = "The following girls are up for examination today: \n" + examGirls[0].name + " " + examGirls[0].surname + " \n" + examGirls[1].name + " " + examGirls[1].surname + " and \n" + examGirls[2].name + " " + examGirls[2].surname
File "renpy/ast.py", line 1133, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/script.rpy", line 38, in <module>
$ outputtext = "The following girls are up for examination today: \n" + examGirls[0].name + " " + examGirls[0].surname + " \n" + examGirls[1].name + " " + examGirls[1].surname + " and \n" + examGirls[2].name + " " + examGirls[2].surname
File "renpy/revertable.py", line 217, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.24
Fri Mar 3 23:16:09 2023
```

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 39, in script
"[outputtext]"
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 2, in execute
frame:
File "game/scripts/sc_screens.rpy", line 8, in execute
hbox:
File "game/scripts/sc_screens.rpy", line 13, in execute
vbox:
File "game/scripts/sc_screens.rpy", line 16, in execute
$ timeManager_day = timeManager.getDay()
File "game/scripts/sc_screens.rpy", line 16, in <module>
$ timeManager_day = timeManager.getDay()
File "game/scripts/main_classes/timeManager.rpy", line 77, in getDay
return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"][self.day-1]
AttributeError: 'TimeManager' object has no attribute 'day'

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

Full traceback:
File "game/scripts/script.rpy", line 39, in script
"[outputtext]"
File "renpy/ast.py", line 923, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 2, in execute
frame:
File "game/scripts/sc_screens.rpy", line 8, in execute
hbox:
File "game/scripts/sc_screens.rpy", line 13, in execute
vbox:
File "game/scripts/sc_screens.rpy", line 16, in execute
$ timeManager_day = timeManager.getDay()
File "game/scripts/sc_screens.rpy", line 16, in <module>
$ timeManager_day = timeManager.getDay()
File "game/scripts/main_classes/timeManager.rpy", line 77, in getDay
return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"][self.day-1]
AttributeError: 'TimeManager' object has no attribute 'day'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.24
Fri Mar 3 23:16:17 2023
```

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 49, in script
player "Let's see how the examination goes today."
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 2, in execute
frame:
File "game/scripts/sc_screens.rpy", line 8, in execute
hbox:
File "game/scripts/sc_screens.rpy", line 13, in execute
vbox:
File "game/scripts/sc_screens.rpy", line 16, in execute
$ timeManager_day = timeManager.getDay()
File "game/scripts/sc_screens.rpy", line 16, in <module>
$ timeManager_day = timeManager.getDay()
File "game/scripts/main_classes/timeManager.rpy", line 77, in getDay
return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"][self.day-1]
AttributeError: 'TimeManager' object has no attribute 'day'

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

Full traceback:
File "game/scripts/script.rpy", line 49, in script
player "Let's see how the examination goes today."
File "renpy/ast.py", line 923, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 2, in execute
frame:
File "game/scripts/sc_screens.rpy", line 8, in execute
hbox:
File "game/scripts/sc_screens.rpy", line 13, in execute
vbox:
File "game/scripts/sc_screens.rpy", line 16, in execute
$ timeManager_day = timeManager.getDay()
File "game/scripts/sc_screens.rpy", line 16, in <module>
$ timeManager_day = timeManager.getDay()
File "game/scripts/main_classes/timeManager.rpy", line 77, in getDay
return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"][self.day-1]
AttributeError: 'TimeManager' object has no attribute 'day'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.24
Fri Mar 3 23:16:24 2023
```

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 55, in script
$ selGirl = examGirls[idx]
File "game/scripts/script.rpy", line 55, in <module>
$ selGirl = examGirls[idx]
IndexError: list index out of range

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

Full traceback:
File "game/scripts/script.rpy", line 55, in script
$ selGirl = examGirls[idx]
File "renpy/ast.py", line 1133, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/script.rpy", line 55, in <module>
$ selGirl = examGirls[idx]
File "renpy/revertable.py", line 217, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.24
Fri Mar 3 23:16:37 2023
```

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 57, in script
"[outputtext]"
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 2, in execute
frame:
File "game/scripts/sc_screens.rpy", line 8, in execute
hbox:
File "game/scripts/sc_screens.rpy", line 13, in execute
vbox:
File "game/scripts/sc_screens.rpy", line 16, in execute
$ timeManager_day = timeManager.getDay()
File "game/scripts/sc_screens.rpy", line 16, in <module>
$ timeManager_day = timeManager.getDay()
File "game/scripts/main_classes/timeManager.rpy", line 77, in getDay
return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"][self.day-1]
AttributeError: 'TimeManager' object has no attribute 'day'

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

Full traceback:
File "game/scripts/script.rpy", line 57, in script
"[outputtext]"
File "renpy/ast.py", line 923, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 2, in execute
frame:
File "game/scripts/sc_screens.rpy", line 8, in execute
hbox:
File "game/scripts/sc_screens.rpy", line 13, in execute
vbox:
File "game/scripts/sc_screens.rpy", line 16, in execute
$ timeManager_day = timeManager.getDay()
File "game/scripts/sc_screens.rpy", line 16, in <module>
$ timeManager_day = timeManager.getDay()
File "game/scripts/main_classes/timeManager.rpy", line 77, in getDay
return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"][self.day-1]
AttributeError: 'TimeManager' object has no attribute 'day'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.24
Fri Mar 3 23:16:47 2023
```

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 60, in script call
call introdescription from _call_introdescription
File "game/scripts/lb_introday.rpy", line 241, in script
"[topOutputtext]"
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 2, in execute
frame:
File "game/scripts/sc_screens.rpy", line 8, in execute
hbox:
File "game/scripts/sc_screens.rpy", line 13, in execute
vbox:
File "game/scripts/sc_screens.rpy", line 16, in execute
$ timeManager_day = timeManager.getDay()
File "game/scripts/sc_screens.rpy", line 16, in <module>
$ timeManager_day = timeManager.getDay()
File "game/scripts/main_classes/timeManager.rpy", line 77, in getDay
return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"][self.day-1]
AttributeError: 'TimeManager' object has no attribute 'day'

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

Full traceback:
File "game/scripts/script.rpy", line 60, in script call
call introdescription from _call_introdescription
File "game/scripts/lb_introday.rpy", line 241, in script
"[topOutputtext]"
File "renpy/ast.py", line 923, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 2, in execute
frame:
File "game/scripts/sc_screens.rpy", line 8, in execute
hbox:
File "game/scripts/sc_screens.rpy", line 13, in execute
vbox:
File "game/scripts/sc_screens.rpy", line 16, in execute
$ timeManager_day = timeManager.getDay()
File "game/scripts/sc_screens.rpy", line 16, in <module>
$ timeManager_day = timeManager.getDay()
File "game/scripts/main_classes/timeManager.rpy", line 77, in getDay
return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"][self.day-1]
AttributeError: 'TimeManager' object has no attribute 'day'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.24
Fri Mar 3 23:16:55 2023
```

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 55, in script
$ selGirl = examGirls[idx]
File "game/scripts/script.rpy", line 55, in <module>
$ selGirl = examGirls[idx]
IndexError: list index out of range

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

Full traceback:
File "game/scripts/script.rpy", line 55, in script
$ selGirl = examGirls[idx]
File "renpy/ast.py", line 1133, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/script.rpy", line 55, in <module>
$ selGirl = examGirls[idx]
File "renpy/revertable.py", line 217, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.24
Fri Mar 3 23:17:08 2023
```

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 57, in script
"[outputtext]"
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 2, in execute
frame:
File "game/scripts/sc_screens.rpy", line 8, in execute
hbox:
File "game/scripts/sc_screens.rpy", line 13, in execute
vbox:
File "game/scripts/sc_screens.rpy", line 16, in execute
$ timeManager_day = timeManager.getDay()
File "game/scripts/sc_screens.rpy", line 16, in <module>
$ timeManager_day = timeManager.getDay()
File "game/scripts/main_classes/timeManager.rpy", line 77, in getDay
return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"][self.day-1]
AttributeError: 'TimeManager' object has no attribute 'day'

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

Full traceback:
File "game/scripts/script.rpy", line 57, in script
"[outputtext]"
File "renpy/ast.py", line 923, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 1, in execute
screen weekday():
File "game/scripts/sc_screens.rpy", line 2, in execute
frame:
File "game/scripts/sc_screens.rpy", line 8, in execute
hbox:
File "game/scripts/sc_screens.rpy", line 13, in execute
vbox:
File "game/scripts/sc_screens.rpy", line 16, in execute
$ timeManager_day = timeManager.getDay()
File "game/scripts/sc_screens.rpy", line 16, in <module>
$ timeManager_day = timeManager.getDay()
File "game/scripts/main_classes/timeManager.rpy", line 77, in getDay
return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"][self.day-1]
AttributeError: 'TimeManager' object has no attribute 'day'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.24
Fri Mar 3 23:17:16 2023
```
I think that little bug must be just a big little gaffe modifying some of the majority of the game files lol. Install/decompile the game again in another directory and before running it go to the "%appdata%/Roaming/RenPy/" folder and clean it.
 

King Dong

Member
Jun 19, 2017
153
115
I was reading the "HOW_TO_MOD" file and I noticed that there is a way to set "[requirements]" for the "Events", BUT NOT for the "Photoshoots". Is there a reason for this? It would be nice to be able to. :D
 

Asenaris

Conversation Conqueror
Aug 31, 2018
6,429
24,340
0.24 and Bugfix. Nice update nothing new in gameplay,but some function for modders it's great
 

jh1990

Newbie
Jun 11, 2020
50
75
my update 3.7 is out now it adds 5 models. . dont forget to check out more information on my discord
 
  • Like
Reactions: Wandering_Eye

mouseyboy09

Newbie
May 11, 2020
54
27
i tried saving but now this comes up been playing on a new save and i could save for a while till now

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/script.rpy", line 18, in script call
    call pickName from _call_pickName
  File "game/scripts/lb_home.rpy", line 26, in script
    call screen home_menu
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_file.rpy", line 387, in __call__
    renpy.save(fn, extra_info=save_name)
TypeError: no default __reduce__ due to non-trivial __cinit__ (perhaps store._imgScaledDownSurface = <Surface(14x14x32)>)

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

Full traceback:
  File "game/scripts/script.rpy", line 18, in script call
    call pickName from _call_pickName
  File "game/scripts/lb_home.rpy", line 26, in script
    call screen home_menu
  File "renpy/ast.py", line 2234, in execute
    self.call("execute")
  File "renpy/ast.py", line 2222, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3161, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4252, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 1064, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 999, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 387, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 408, in save
    reraise(t, e, tb)
  File "renpy/loadsave.py", line 389, in save
    dump((roots, renpy.game.log), logf)
  File "renpy/compat/pickle.py", line 51, in dump
    cPickle.dump(o, f, PROTOCOL)
  File "stringsource", line 2, in pygame_sdl2.surface.Surface.__reduce_cython__
TypeError: no default __reduce__ due to non-trivial __cinit__ (perhaps store._imgScaledDownSurface = <Surface(14x14x32)>)

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.24
Sun Mar  5 17:19:03 2023
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
607
1,102
i tried saving but now this comes up been playing on a new save and i could save for a while till now

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/script.rpy", line 18, in script call
    call pickName from _call_pickName
  File "game/scripts/lb_home.rpy", line 26, in script
    call screen home_menu
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_file.rpy", line 387, in __call__
    renpy.save(fn, extra_info=save_name)
TypeError: no default __reduce__ due to non-trivial __cinit__ (perhaps store._imgScaledDownSurface = <Surface(14x14x32)>)

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

Full traceback:
  File "game/scripts/script.rpy", line 18, in script call
    call pickName from _call_pickName
  File "game/scripts/lb_home.rpy", line 26, in script
    call screen home_menu
  File "renpy/ast.py", line 2234, in execute
    self.call("execute")
  File "renpy/ast.py", line 2222, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3161, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4252, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 1064, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 999, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 387, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 408, in save
    reraise(t, e, tb)
  File "renpy/loadsave.py", line 389, in save
    dump((roots, renpy.game.log), logf)
  File "renpy/compat/pickle.py", line 51, in dump
    cPickle.dump(o, f, PROTOCOL)
  File "stringsource", line 2, in pygame_sdl2.surface.Surface.__reduce_cython__
TypeError: no default __reduce__ due to non-trivial __cinit__ (perhaps store._imgScaledDownSurface = <Surface(14x14x32)>)

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.24
Sun Mar  5 17:19:03 2023
Known RenPy bug, can't be fixed. Reload an auto-save or your last working save, it will be fixed.
 
  • Like
Reactions: mouseyboy09

Gdiggers

Member
Dec 27, 2019
188
216
My mod-pack is now updated to reflect new version's changes.
You can find everyone's mods on the google sheet:


Installation:
  • DL and extract any model you want in the game, place her folder in the base game's "girls" folder.
  • OPTIONAL (but encouraged :) ): DL mod_script and accompanied videos. Place the .rpy in the base game's "scripts_mods" folder. Place the .webm videos in the base game's "vids" folder.
  • The girls, scripts_mods, and vids folder are all in the base game's "game" folder.

Explanation: I fixed all videos main tags, and pretty sure I fixed all the occasional tags too. Human error is a thing though, so if I missed something, my bad.

As always, a disclaimer: All videos/photoshoots may not perfectly match the situation or "story". My mod was made in the effort to try and provide as much content for each model in the game and minimize seeing the base vids for every girl.
Also please read the "readme (PHOTOSHOOTS).txt" if you start to dabble into the photoshoots. Some extra context there.

Hope you enjoy, and if you have any model requests, you can DM me. (y)
 
Last edited:

luanis

Newbie
Jan 20, 2019
26
13
Can someone please upload WTM Academy Mods V3.7 to another site? With gofile I will download all day...

UPD. I found a problem, files were downloaded through a browser extension at a speed of 200-500 kb/s. I turned it off and it became normal 11-12 MB/s.
 
Last edited:

Crown98

Member
Jul 3, 2019
178
70
My mod-pack is now updated to reflect new version's changes.
You can find everyone's mods on the google sheet:


Installation:
  • DL and extract any model you want in the game, place her folder in the base game's "girls" folder.
  • OPTIONAL (but encouraged :) ): DL mod_script and accompanied videos. Place the .rpy in the base game's "scripts_mods" folder. Place the .webm videos in the base game's "vids" folder.
  • The girls, scripts_mods, and vids folder are all in the base game's "game" folder.

Explanation: I fixed all videos main tags, and pretty sure I fixed all the occasional tags too. Human error is a thing though, so if I missed something, my bad.

As always, a disclaimer: All videos/photoshoots may not perfectly match the situation or "story". My mod was made in the effort to try as provide as much content for each model in the game and minimize seeing the base vids for every girl.
Also please read the "readme (PHOTOSHOOTS).txt" if you start to dabble into the photoshoots. Some extra context there.

Hope you enjoy, and if you have any model requests, you can DM me. (y)
Ehm maybe I'm stupid but is there a way to download all at once?
 

Gdiggers

Member
Dec 27, 2019
188
216
Ehm maybe I'm stupid but is there a way to download all at once?
I used to do that, but people kept complaining about file sizes. I split it up so people didn't have to download girls they don't care for.
Pick the girls you like, and if you don't know a model, google her to see if you want her. (Same goes for other's mod-girls)
 
  • Like
Reactions: Crown98

splamo

Member
Jun 26, 2018
278
484
So if we already downloaded a bunch of the girls profiles already, do we have to re-download them again now?
 

Crown98

Member
Jul 3, 2019
178
70
So I did many saves to find a good start but now I'm fine and I want to delete other saves, how do I delete them? Can't even by deleting saves folder in game.
 

Gdiggers

Member
Dec 27, 2019
188
216
So if we already downloaded a bunch of the girls profiles already, do we have to re-download them again now?
Technically depends on which model/modpack, but generally if what you have is from before 0.24, then yes.
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
607
1,102
So I did many saves to find a good start but now I'm fine and I want to delete other saves, how do I delete them? Can't even by deleting saves folder in game.
Renpy keeps a copy in %appdata% =>
C:\Users\USERNAME\AppData\Roaming\RenPy\WTM_Academy
 
  • Love
Reactions: Crown98

fhd2501

New Member
Nov 29, 2017
14
2
Hello good
Any tutorial in a txt file for example that allows you to translate what to do? my english is not the best and all the girls send me for a ride
 
4.10 star(s) 19 Votes