myuhinny

Devoted Member
Sep 7, 2017
8,364
6,359
user8310

What items do you have in your inventory? Have you tried going back to older saves till you find one that's good and then think of what you added since then that would of caused the error?
 
Last edited:
  • Like
Reactions: aceofspade

aceofspade

Newbie
Game Developer
Oct 3, 2018
84
232
What Muyhinny said would help a lot. I need to know if you have entered another error screen before this, which you may have simply ignored. If you are using saves from this version or the older version and if you have used any cheating. If you remember the last scene or action you did, that would be good too.
 
Last edited:

aceofspade

Newbie
Game Developer
Oct 3, 2018
84
232
Just updated this version with some bug fixes and a new screen to view the tasks. Unfortunately, it will be necessary to start a new game to work properly. Old saves will not be compatible depending on its progress in the game. It will not affect the gameplay, but the task system will not work 100%.

To open the task screen, just click the email icon on your smartphone. As you perform the tasks, new ones may appear, and you will have a side mark if you finish it or if you lose it.

Any bugs, please contact me via pm!
 

aceofspade

Newbie
Game Developer
Oct 3, 2018
84
232
Every scene that may be disturbing can be skipped, there is always a warning and will not affect the game.
 

myuhinny

Devoted Member
Sep 7, 2017
8,364
6,359
I always mouse over a game in the latest updates before clicking as I can see what the tags are from there as well as always checking the top tags just before downloading just to make sure.
 
  • Like
Reactions: lassoluh

Kattlarv

Member
Feb 8, 2019
488
521
imagine my surprise when i started the game and didnt know was a female protag lol
I think that really says A LOT about the massive amount of "fake" lesbian games on this site, when people can go into a "female protagonist, lesbian" tagged game and still be surprised it's a female progag xD

I have had dozens of games with one or both tags, that contain neither so... xD
I can honestly see the confusion.
 
  • Like
Reactions: 0culus

TyphoonNL

Newbie
May 24, 2018
60
61
getting this error when i open my phone and click on the email icon:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/phoneIndex.rpy", line 120, in execute
  File "game/phoneIndex.rpy", line 120, in execute
  File "game/phoneIndex.rpy", line 123, in execute
  File "game/phoneIndex.rpy", line 126, in execute
  File "game/phoneIndex.rpy", line 130, in execute
  File "game/phoneIndex.rpy", line 578, in execute
  File "game/phoneIndex.rpy", line 579, in execute
  File "game/phoneIndex.rpy", line 580, in execute
  File "game/phoneIndex.rpy", line 585, in execute
AttributeError: 'StoreModule' object has no attribute 'lydiaShowerCheck'

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

Full traceback:
  File "menuPlaces.rpyc", line 249, in script call
  File "club.rpyc", line 62, in script call
  File "menuPlaces.rpyc", line 133, in script call
  File "menuPlaces.rpyc", line 249, in script call
  File "banheiro.rpyc", line 288, in script call
  File "backAlleyNoite.rpyc", line 841, in script call
  File "club.rpyc", line 874, in script call
  File "backAlleyNoite.rpyc", line 20, in script call
  File "banheiro.rpyc", line 343, in script call
  File "hospital.rpyc", line 14, in script call
  File "cozinhaNoite.rpyc", line 921, in script call
  File "cozinhaNoite.rpyc", line 211, in script call
  File "banheiro.rpyc", line 343, in script call
  File "club.rpyc", line 62, in script call
  File "menuPlaces.rpyc", line 133, in script call
  File "backAlleyNoite.rpyc", line 841, in script call
  File "hospital.rpyc", line 14, in script call
  File "club.rpyc", line 874, in script call
  File "backAlleyNoite.rpyc", line 841, in script call
  File "banheiro.rpyc", line 288, in script call
  File "club.rpyc", line 1179, in script call
  File "banheiro.rpyc", line 394, in script call
  File "backAlleyNoite.rpyc", line 841, in script call
  File "cozinhaNoite.rpyc", line 386, in script call
  File "banheiro.rpyc", line 126, in script call
  File "backAlleyNoite.rpyc", line 841, in script call
  File "cozinhaNoite.rpyc", line 736, in script
  File "F:\Games\NoMansIsland-0.21-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "F:\Games\NoMansIsland-0.21-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\Games\NoMansIsland-0.21-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "F:\Games\NoMansIsland-0.21-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "F:\Games\NoMansIsland-0.21-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\Games\NoMansIsland-0.21-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\Games\NoMansIsland-0.21-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\Games\NoMansIsland-0.21-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\NoMansIsland-0.21-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\NoMansIsland-0.21-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Games\NoMansIsland-0.21-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "F:\Games\NoMansIsland-0.21-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\Games\NoMansIsland-0.21-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "F:\Games\NoMansIsland-0.21-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/phoneIndex.rpy", line 120, in execute
  File "game/phoneIndex.rpy", line 120, in execute
  File "game/phoneIndex.rpy", line 123, in execute
  File "game/phoneIndex.rpy", line 126, in execute
  File "game/phoneIndex.rpy", line 130, in execute
  File "game/phoneIndex.rpy", line 578, in execute
  File "game/phoneIndex.rpy", line 579, in execute
  File "game/phoneIndex.rpy", line 580, in execute
  File "game/phoneIndex.rpy", line 585, in execute
  File "<screen language>", line 585, in <module>
AttributeError: 'StoreModule' object has no attribute 'lydiaShowerCheck'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
No Man's Island 0.21
Sun Jan 17 23:51:02 2021
 
  • Like
Reactions: aceofspade
3.30 star(s) 4 Votes