Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Sandpixie3

75
Posts
1
Topics
76
Following
A member registered Jun 15, 2024

Recent community posts

Hiii it's working,thank you

hi, I keep getting this error when I try to run the game: 


I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/style.pyx", line 808, in renpy.style.rebuild

  File "game/multigame_save.rpy", line 66, in prepare_screen

    screen exportScreen():

  File "game/multigame_save.rpy", line 66, in prepare

    screen exportScreen():

  File "game/multigame_save.rpy", line 72, in prepare

    vbox:

  File "game/multigame_save.rpy", line 72, in prepare

    vbox:

  File "game/multigame_save.rpy", line 80, in prepare

    viewport:

  File "game/multigame_save.rpy", line 80, in prepare

    viewport:

  File "game/multigame_save.rpy", line 112, in prepare

    vbox:

  File "game/multigame_save.rpy", line 112, in prepare

    vbox:

TypeError: 'NoneType' object is not iterable

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "game/multigame_save.rpy", line 66, in prepare_screen

    screen exportScreen():

  File "game/multigame_save.rpy", line 66, in prepare

    screen exportScreen():

  File "game/multigame_save.rpy", line 72, in prepare

    vbox:

  File "game/multigame_save.rpy", line 72, in prepare

    vbox:

  File "game/multigame_save.rpy", line 80, in prepare

    viewport:

  File "game/multigame_save.rpy", line 80, in prepare

    viewport:

  File "game/multigame_save.rpy", line 112, in prepare

    vbox:

  File "game/multigame_save.rpy", line 112, in prepare

    vbox:

TypeError: 'NoneType' object is not iterable

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

Traceback (most recent call last):

  File "renpy/common/00start.rpy", line 216, in script

    python:

  File "renpy/ast.py", line 1187, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/python.py", line 1273, in py_exec_bytecode

    exec(bytecode, globals, locals)

    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/common/00start.rpy", line 217, in <module>

    _init_language()

    ~~~~~~~~~~~~~~^^

  File "renpy/common/00start.rpy", line 86, in _init_language

    renpy.change_language(language, force=True)

    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/translation/__init__.py", line 854, in change_language

    renpy.style.rebuild()

    ~~~~~~~~~~~~~~~~~~~^^

  File "renpy/style.pyx", line 808, in renpy.style.rebuild

  File "renpy/display/screen.py", line 1035, in prepare_screens

    s.ast.prepare_screen()

    ~~~~~~~~~~~~~~~~~~~~^^

  File "game/multigame_save.rpy", line 66, in prepare_screen

    screen exportScreen():

  File "game/multigame_save.rpy", line 66, in prepare

    screen exportScreen():

  File "game/multigame_save.rpy", line 72, in prepare

    vbox:

  File "game/multigame_save.rpy", line 72, in prepare

    vbox:

  File "game/multigame_save.rpy", line 80, in prepare

    viewport:

  File "game/multigame_save.rpy", line 80, in prepare

    viewport:

  File "game/multigame_save.rpy", line 112, in prepare

    vbox:

  File "game/multigame_save.rpy", line 112, in prepare

    vbox:

  File "renpy/sl2/slast.py", line 1694, in prepare

    self.expression_value = list(py_eval_bytecode(compile_expr(self.location, node)))

                            ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

TypeError: 'NoneType' object is not iterable

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "renpy/bootstrap.py", line 401, in bootstrap

    renpy.main.main()

    ~~~~~~~~~~~~~~~^^

  File "renpy/main.py", line 591, in main

    run(restart)

    ~~~^^^^^^^^^

  File "renpy/main.py", line 137, in run

    renpy.execution.run_context(True)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^

  File "renpy/execution.py", line 1036, in run_context

    context.run()

    ~~~~~~~~~~~^^

  File "renpy/common/00start.rpy", line 216, in script

    python:

  File "renpy/common/00start.rpy", line 216, in script

    python:

  File "renpy/display/error.py", line 135, in report_exception

    renpy.game.invoke_in_new_context(

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

        call_exception_screen,

        ^^^^^^^^^^^^^^^^^^^^^^

    ...<4 lines>...

        ignore_action=ignore_action,

        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    )

    ^

  File "renpy/game.py", line 285, in invoke_in_new_context

    return callable(*args, **kwargs)

           ~~~~~~~~^^^^^^^^^^^^^^^^^

  File "renpy/display/error.py", line 44, in call_exception_screen

    return renpy.ui.interact(mouse="screen", type="screen", suppress_overlay=True, suppress_underlay=True)

           ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/ui.py", line 306, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/core.py", line 2154, in interact

    repeat, rv = self.interact_core(

                 ~~~~~~~~~~~~~~~~~~^

        preloads=preloads,

        ^^^^^^^^^^^^^^^^^^

    ...<4 lines>...

        **kwargs,

        ^^^^^^^^^

    )

    ^

  File "renpy/display/core.py", line 2384, in interact_core

    renpy.display.screen.prepare_screens()

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^

  File "renpy/display/screen.py", line 1035, in prepare_screens

    s.ast.prepare_screen()

    ~~~~~~~~~~~~~~~~~~~~^^

  File "game/multigame_save.rpy", line 66, in prepare_screen

    screen exportScreen():

  File "game/multigame_save.rpy", line 66, in prepare

    screen exportScreen():

  File "game/multigame_save.rpy", line 72, in prepare

    vbox:

  File "game/multigame_save.rpy", line 72, in prepare

    vbox:

  File "game/multigame_save.rpy", line 80, in prepare

    viewport:

  File "game/multigame_save.rpy", line 80, in prepare

    viewport:

  File "game/multigame_save.rpy", line 112, in prepare

    vbox:

  File "game/multigame_save.rpy", line 112, in prepare

    vbox:

  File "renpy/sl2/slast.py", line 1694, in prepare

    self.expression_value = list(py_eval_bytecode(compile_expr(self.location, node)))

                            ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

TypeError: 'NoneType' object is not iterable

Windows-11-10.0.26200-SP0 AMD64

Ren'Py 8.5.2.26010301

Love the Guard be the King 3.0

Mon Mar 16 22:38:14 2026

(1 edit)

Oooo exciting, can't wait to see death again

sprinting to tellus 

another question,do we meet the red headed guy yet? if so how do we do that

(2 edits)

lucus is so cuuute but man, Matt was mad lmao. is there a way to recruit lucus without matt flipping out or will he be jealous anyway you do it ? also can we opt out of panther

(2 edits)

Oooh sorry he had the same name in two of my playtroughs so I thought it was a set name with him, he's a special character listed as the classroom harasser, managed to become besties with him as a female character but as a man I just can't get anywhere despite him being listed as bi. He will respond to texts as if he's a bootycall but I can't actually ask him to go out anywhere 

hi, I seem to be struggling to romance Lamar as a male. what do I do to progress? 

what was the update six hours ago for 

oooo holiday

Thank you

How do you get the scene with wayne leaning back under that roof? 

Lugh is adorable 😂

I don't think I got the kiss. Was it with mandra or Matthias

OMG OMG OMG OMG YEEEES

AAAAHHH YAAAY

AAAAHHH it's happened 🥹

Pls can coda be a love interest? It was meant to be!

I really want that too, it's destiny!

What was updated??

I loved this 😊 the brothers are such honeys

Omgggg do you think it's for real?

AAAAHHHH

🥺🥺🥺 the love confession

Oh no no, it's ok! I figured it out

🙄🙄🙄🙄

Sorry it was all weird on my tablet

Where even is the start button

Hellooo are there any zihr romance moments yet?

Update was absolute brilliance

Oh i just loved the new cgs and the new voice work🥺

Hello are you still making this? Very interesting. Id like to know what became of the twin

omggg used a translator, actual chills

The binary codes actually translate to something? Wtffff how do we translate

(1 edit)

I got the best ending for chapter one and managed to get the kiss scene through a series of picking random answers so I doubt I'll be able to do it again. Would a better walkthrough be a possibility? Current one just doesn't make any sense also I restarted 5 times 

(6 edits)

SPOILERS: bug???






I don't know how to get keir's chapter 2 good ending. Anytime i pick a flirty option or forgiveness he reacts as if I've chosen the negative one or I pick water instead of liquor and the game acts like i picked the drinking option.I'm not getting the responses for the dialogue options I pick. I get ending 31 no matter what I do unless I choose an option that gets me killed. Cannot get his kiss scene.

Ah ok :D someday 🤞

Do you think there could be an android version

Yessss

I need a walkthrough fr😂