Mondoblasto

Well-Known Member
Nov 13, 2017
1,367
2,175
If you talk to Doc John in 0.9 and the first thing you choose is approval, you get:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/events/general/clinic.rpy", line 86, in <module>
NameError: name 'has_syringes' is not defined

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

Full traceback:
  File "events/general/player_room.rpyc", line 106, in script call
  File "events/general/player_room.rpyc", line 106, in script call
  File "events/general/player_room.rpyc", line 106, in script call
  File "events/general/player_room.rpyc", line 11, in script call
  File "events/general/player_room.rpyc", line 106, in script call
  File "events/general/clinic.rpyc", line 27, in script call
  File "events/general/clinic.rpyc", line 86, in script
  File "E:\Stuff\Other Stuff\Adult Games\S.H.E.L.T.E.R. - Winterlook\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Stuff\Other Stuff\Adult Games\S.H.E.L.T.E.R. - Winterlook\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/events/general/clinic.rpy", line 86, in <module>
NameError: name 'has_syringes' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.2.320
S.h.e.l.t.e.r - An Apocalyptic Tale 0.09
Mon Aug 26 06:30:02 2019
When ignored, it continues on by saying that you've decided to keep the Radshield that was stolen by Perry, and that you've gained 10 of them. Not only is choosing to return the RS first the better option but when the game says you got the 10 stolen RS, you don't actually get them and your RS count doesn't change. (That oughta teach you not to steal next time!:LOL:)
 

croakers

New Member
Donor
Nov 13, 2017
8
8
Running into a few issues with .09

Managed to fix the speaking to the doctor to gain favor if you kept Perry alive as that was just a simple typo. But the replay scenes for Mel Romance BJ is crashing out.
Crashes for MB route as well.
Currently using the incest patch, haven't tried without it.

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

While running game code:
ScriptError: could not find label 'melia_mb_bj'.

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

Full traceback:
File "events/general/player_room.rpyc", line 106, in script call
File "events/general/player_room.rpyc", line 106, in script call
File "events/melisa/melisa_route_intro.rpyc", line 349, in script call
File "F:\Downloads (F)\Shelter-009-pc\Shelter-0.09-pc\renpy\ast.py", line 1434, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "events/general/player_room.rpyc", line 106, in script call
File "events/general/player_room.rpyc", line 106, in script call
File "events/melisa/melisa_route_intro.rpyc", line 349, in script call
File "F:\Downloads (F)\Shelter-009-pc\Shelter-0.09-pc\renpy\script.py", line 894, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'melia_mb_bj'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
S.h.e.l.t.e.r - An Apocalyptic Tale 0.09
Mon Aug 26 09:17:36 2019"
 

ZTex

Engaged Member
Apr 3, 2019
2,894
4,181
If you talk to Doc John in 0.9 and the first thing you choose is approval, you get:


When ignored, it continues on by saying that you've decided to keep the Radshield that was stolen by Perry, and that you've gained 10 of them. Not only is choosing to return the RS first the better option but when the game says you got the 10 stolen RS, you don't actually get them and your RS count doesn't change. (That oughta teach you not to steal next time!:LOL:)
This should fix the Clinic issue.
The error is that the script originally used the label $ has_syringes which was never defined. Changed it to $ has_syringe which is.

Use UnRen option 1 & 2 to have those folders be visible.
Place this /game/events/general


Still can't for the life of me figure out the fix for Melissa Romance Route BJ scene not being replayable.
Think i figured out the Romance BJ error fix.

Use UnRen option 1 & 2 to have those folders be visible.
Place this one in /game/events/melisa


Sir_utakata Yes it is.
 
Last edited:

ZTex

Engaged Member
Apr 3, 2019
2,894
4,181
Crashes for MB route as well.
Currently using the incest patch, haven't tried without it.

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

While running game code:
ScriptError: could not find label 'melia_mb_bj'.

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

Full traceback:
File "events/general/player_room.rpyc", line 106, in script call
File "events/general/player_room.rpyc", line 106, in script call
File "events/melisa/melisa_route_intro.rpyc", line 349, in script call
File "F:\Downloads (F)\Shelter-009-pc\Shelter-0.09-pc\renpy\ast.py", line 1434, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "events/general/player_room.rpyc", line 106, in script call
File "events/general/player_room.rpyc", line 106, in script call
File "events/melisa/melisa_route_intro.rpyc", line 349, in script call
File "F:\Downloads (F)\Shelter-009-pc\Shelter-0.09-pc\renpy\script.py", line 894, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'melia_mb_bj'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
S.h.e.l.t.e.r - An Apocalyptic Tale 0.09
Mon Aug 26 09:17:36 2019"
Looks like a simple typo there as well. I attached an updated version it should work but i haven't tested it myself yet.
Just tested on clean playthrough this and it works.

Use UnRen option 1 & 2 to have those folders be visible.
Place in /game/events/melisa
 
Last edited:

Garei

Newbie
May 1, 2018
34
87
CG of S.H.E.L.T.E.R. size 239.9Mo ( V0.09 ) :

blue icons don't added on the file
 
Last edited:
  • Like
Reactions: Sromo

ZTex

Engaged Member
Apr 3, 2019
2,894
4,181
hey im stuck on the part where i just slipped kira the red pill in her room and i cant do anyting
So you took her dildo from her room ?
If not go to her room and click on the lower left side of her bed.
 

valdern93

New Member
Aug 2, 2018
8
6
Looks like a simple typo there as well. I attached an updated version it should work but i haven't tested it myself yet.
Just tested on clean playthrough this and it works. Place in /game/events/melisa
i have the Patreon Win64 version and the events folder does not exist for me when i open it
 

valdern93

New Member
Aug 2, 2018
8
6
hmm...
I'm not using the source from patreon. It's possible there was a screw up in packing from the dev or your download/extraction got corrupted.
the Patreon sends you to the Mega site to download it, and i extract with winrar trial version
 

ZTex

Engaged Member
Apr 3, 2019
2,894
4,181
the Patreon sends you to the Mega site to download it, and i extract with winrar trial version
Yeah it's still possible that your download got corrupted or that your extraction failed.
Check to make sure that the zip file is the right size it should be 294 MB (308,462,175 bytes)
 
Apr 10, 2018
67
60
Neither the Mega nor the Zacaty downloads have an Events folder in the game files, so I dunno what's going on. The game's clearly still referring to it, but the TraceBack can't even tell you where it is.
 
  • Like
Reactions: Kalrotix

valdern93

New Member
Aug 2, 2018
8
6
Tried the nopy and got the same result as last time
and the zip file is 294MB, while is shows as 308,445,184 bytes
 

ZTex

Engaged Member
Apr 3, 2019
2,894
4,181
Tried the nopy and got the same result as last time
and the zip file is 294MB, while is shows as 308,445,184 bytes
give me a few minutes to compare them but i used the Nopy link.

Odd. I re-downloaded both mega and nopy and they are indeed missing those files. Not sure why either.
Okay so to see those folders to fix things you'll need to use UnRen to and use function 1 & 2.
 
Last edited:
4.20 star(s) 143 Votes