SIRIO

Newbie
May 14, 2018
19
8
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/nav_menu.rpy", line 52, in execute
File "game/scripts/nav_menu.rpy", line 52, in execute
File "game/scripts/nav_menu.rpy", line 67, in execute
File "game/scripts/nav_menu.rpy", line 245, in execute
File "game/scripts/nav_menu.rpy", line 246, in execute
File "game/scripts/nav_menu.rpy", line 246, in <module>
File "game/scripts/event_handler.rpy", line 74, in get_active_event
File "game/scripts/event_handler.rpy", line 65, in is_tracked
AttributeError: 'Quest' object has no attribute 'tracked'

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

Full traceback:
File "scripts/home.rpyc", line 150, in script
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\ast.py", line 1974, in execute
self.call("execute")
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\core.py", line 2215, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\core.py", line 2745, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/scripts/nav_menu.rpy", line 52, in execute
File "game/scripts/nav_menu.rpy", line 52, in execute
File "game/scripts/nav_menu.rpy", line 67, in execute
File "game/scripts/nav_menu.rpy", line 245, in execute
File "game/scripts/nav_menu.rpy", line 246, in execute
File "game/scripts/nav_menu.rpy", line 246, in <module>
File "game/scripts/event_handler.rpy", line 74, in get_active_event
File "game/scripts/event_handler.rpy", line 65, in is_tracked
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
AttributeError: 'Quest' object has no attribute 'tracked'

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.3.24111502
Desert Stalker 0.17.0
Sat Dec 7 08:23:36 2024
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
25,773
226,167
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/nav_menu.rpy", line 52, in execute
File "game/scripts/nav_menu.rpy", line 52, in execute
File "game/scripts/nav_menu.rpy", line 67, in execute
File "game/scripts/nav_menu.rpy", line 245, in execute
File "game/scripts/nav_menu.rpy", line 246, in execute
File "game/scripts/nav_menu.rpy", line 246, in <module>
File "game/scripts/event_handler.rpy", line 74, in get_active_event
File "game/scripts/event_handler.rpy", line 65, in is_tracked
AttributeError: 'Quest' object has no attribute 'tracked'

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

Full traceback:
File "scripts/home.rpyc", line 150, in script
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\ast.py", line 1974, in execute
self.call("execute")
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\core.py", line 2215, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\core.py", line 2745, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/scripts/nav_menu.rpy", line 52, in execute
File "game/scripts/nav_menu.rpy", line 52, in execute
File "game/scripts/nav_menu.rpy", line 67, in execute
File "game/scripts/nav_menu.rpy", line 245, in execute
File "game/scripts/nav_menu.rpy", line 246, in execute
File "game/scripts/nav_menu.rpy", line 246, in <module>
File "game/scripts/event_handler.rpy", line 74, in get_active_event
File "game/scripts/event_handler.rpy", line 65, in is_tracked
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\fenix\Videos\GIOCHI\DesertStalker-0.17.0-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
AttributeError: 'Quest' object has no attribute 'tracked'

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.3.24111502
Desert Stalker 0.17.0
Sat Dec 7 08:23:36 2024
It is a BETA, really no point posting those here.
 

RX-9/C

Active Member
Jun 22, 2017
553
993
At least it lets us know not to waste our time hoping for proper new content. The game has been going nowhere in circles for two years now. Corrupted by its own success.
If only the dev had been telling you that this going to be a major rework from the ground up with new code new engine to make it easier for future updates for the last 3-4 months or so.
If only there was some kind of dev reports every single weeks that you can read.
 

joryh

Well-Known Member
Nov 8, 2021
1,171
2,300
If only the dev had been telling you that this going to be a major rework from the ground up with new code new engine to make it easier for future updates for the last 3-4 months or so.
If only there was some kind of dev reports every single weeks that you can read.
If only ppl had a brain and didn't waste time uploading broken updates. Then acting all superior cause ppl aren't terminally online reading every post in a 1030 page thread. Like a tool.
 

EVIL555

Member
Oct 27, 2022
158
109
Full version: 0.17

PC, Linux & Mac:
,
0.17 Save File:

From the dev "We will also upload any hotfixes for serious issues found as separate patches here if needed!
The Android version will be uploaded later, as it takes a bit more time. In the meantime, you should be able to use Joiplay and play the PC version on android."
and what is save?
 

godman59

Newbie
Nov 25, 2017
67
29
So they went away from the lore accurate incest relationship and now its editable... I mean I kinda understand but now the writing is going to be less accurate. Kinda a bad decision if you ask me.
 

Zod666

Member
Nov 1, 2020
193
355
This has been known for like 3 months now...the game has been reworked from the ground up; saves are not going to work.

Steam launches the 13th, so the final version of v0.17 won't be out until then.
Well that sucks, game isnt exactly short or VN mode that you can just Ctrl skip. Still since you have to replay whole thing from start, then its better to wait for final 0.17 version in case of critical bugs and what not.
 

RX-9/C

Active Member
Jun 22, 2017
553
993
If only ppl had a brain and didn't waste time uploading broken updates. Then acting all superior cause ppl aren't terminally online reading every post in a 1030 page thread. Like a tool.
Agree, you shouldn't upload a game in a broken state but also there are people who constantly asking for "heroes" whenever there was an update beta or not. So why not at that point.
 
Last edited:
  • Like
Reactions: COOLMASTER

godman59

Newbie
Nov 25, 2017
67
29
It always been editable what are you even talking about
I was pretty sure that it wasn't. Have been following this since almost the very beginning and I don't remember editing the relationships, meanwhile I merely loaded the game and first what came to my attention was that my save although working is missing my characters name and that there is a whole load of additional relationship options
 

Overlord070

Well-Known Member
Jan 21, 2021
1,422
2,779
I was pretty sure that it wasn't. Have been following this since almost the very beginning and I don't remember editing the relationships, meanwhile I merely loaded the game and first what came to my attention was that my save although working is missing my characters name and that there is a whole load of additional relationship options
Idk if it was from the beginning but it's been editable for ages now.
 
  • Like
Reactions: ksatnod

RX-9/C

Active Member
Jun 22, 2017
553
993
I was pretty sure that it wasn't. Have been following this since almost the very beginning and I don't remember editing the relationships, meanwhile I merely loaded the game and first what came to my attention was that my save although working is missing my characters name and that there is a whole load of additional relationship options
From v0.16
 
4.80 star(s) 665 Votes