jack1974 wrote:wildcard wrote:'An exception has occured'. Followed by lots of code.
Tried to screenshoot it, but always got the desktop instead ^^°
You can click the button "open traceback" and will open a text file that you can easily paste here

Aaaah! That's how it works. Ok. Here you go:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/plot/scene17_calls_to_adventure.rpy", line 597, in script
File "game/gui.rpy", line 3386, in execute
File "game/gui.rpy", line 3388, in execute
File "game/gui.rpy", line 3389, in execute
File "game/gui.rpy", line 3390, in execute
AttributeError: 'NoneType' object has no attribute 'name'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/plot/scene17_calls_to_adventure.rpy", line 597, in script
File "D:\Programme\Spiele\Season of the Wolves\renpy\ast.py", line 1398, in execute
choice = renpy.exports.menu(choices, self.set)
File "D:\Programme\Spiele\Season of the Wolves\renpy\exports.py", line 707, in menu
rv = renpy.store.menu(items)
File "D:\Programme\Spiele\Season of the Wolves\renpy\exports.py", line 883, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "D:\Programme\Spiele\Season of the Wolves\renpy\ui.py", line 247, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Programme\Spiele\Season of the Wolves\renpy\display\core.py", line 2145, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "D:\Programme\Spiele\Season of the Wolves\renpy\display\core.py", line 2393, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Programme\Spiele\Season of the Wolves\renpy\display\core.py", line 335, in visit_all
d.visit_all(callback)
File "D:\Programme\Spiele\Season of the Wolves\renpy\display\core.py", line 335, in visit_all
d.visit_all(callback)
File "D:\Programme\Spiele\Season of the Wolves\renpy\display\core.py", line 335, in visit_all
d.visit_all(callback)
File "D:\Programme\Spiele\Season of the Wolves\renpy\display\screen.py", line 382, in visit_all
callback(self)
File "D:\Programme\Spiele\Season of the Wolves\renpy\display\core.py", line 2393, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Programme\Spiele\Season of the Wolves\renpy\display\screen.py", line 394, in per_interact
self.update()
File "D:\Programme\Spiele\Season of the Wolves\renpy\display\screen.py", line 553, in update
self.screen.function(**self.scope)
File "game/gui.rpy", line 3386, in execute
File "game/gui.rpy", line 3388, in execute
File "game/gui.rpy", line 3389, in execute
File "game/gui.rpy", line 3390, in execute
File "<screen language>", line 3390, in <module>
AttributeError: 'NoneType' object has no attribute 'name'
Windows-7-6.1.7601-SP1
Ren'Py 6.18.1.670
Seasons Of The Wolf 0.8.25
---------
Also, after the missions I've got all my party members but Krim back.
But still get that very same log.