3.10 star(s) 14 Votes

SWAJ

The Island
Game Developer
Sep 6, 2017
360
657
237
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 1642, in script call
  File "game/script.rpy", line 1659, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 919, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 221, in script call
  File "game/script.rpy", line 2012, in script call
  File "game/events.rpy", line 5300, in script
  File "game/events.rpy", line 5364, in <module>
  File "game/dlc_detector.rpy", line 48, in is_dlc_present
AttributeError: 'NoneType' object has no attribute 'get'

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

Traceback (most recent call last):
  File "game/script.rpy", line 1642, in script call
  File "game/script.rpy", line 1659, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 919, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 221, in script call
  File "game/script.rpy", line 2012, in script call
  File "game/events.rpy", line 5300, in script
  File "renpy/ast.py", line 1815, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
             ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/exports/menuexports.py", line 99, in menu
    condition = renpy.python.py_eval(condition)
                ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "renpy/python.py", line 1292, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1285, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/events.rpy", line 5364, in <module>
  File "game/dlc_detector.rpy", line 48, in is_dlc_present
AttributeError: 'NoneType' object has no attribute 'get'

Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.4.1.25072401
NSFW alpha_0.4.3.2
Sat Aug  9 17:01:27 2025

i did everything you said but i still keep getting crash stuff
Mmmm… I’ve just pushed a few fixes in version 0.4.4.1, and my Discord community will be giving it a test drive to make sure everything runs smoothly. Now about why it can still happen (even after deleting)
  • Wrong folder nuked. On Windows, Ren’Py uses %APPDATA%\RenPy\<config.save_directory> (not just any “renpy” folder). My config.save_directory might have changed between builds, you may have deleted the old path while the game is still reading a new one (or vice-versa).
  • Cloud sync restoring files. OneDrive/Steam/itch can silently restore persistent/saves after you delete them.
  • Multiple installs / launching the wrong build. A stray older copy can be the one he’s actually running.
 

SWAJ

The Island
Game Developer
Sep 6, 2017
360
657
237
Elite Games Are Rigged — and Clover’s Leading the Scam

If you’ve gone up against Clover (or Rika… or frankly, any of the elites) in the current build, you’ve probably noticed a pattern: you always lose. That’s not bad luck — it’s by design. The elite clique has been rigging their games from day one, and Clover is the queen of bending the rules.

Right now in development, I’m unfolding the story arc that will finally let you turn the tables. The pieces are being set for you to spot the cheat, prove the cheat, and eventually use the cheat yourself. The code to allow you to “fight dirty” is already in place, but it’s locked until the next part of the story.

Until then, it’s a 100% guaranteed loss against Clover and her friends… but that’s exactly how they want it — for now.
 

lacoka1221

Newbie
Apr 28, 2017
65
26
226
error when use terminal :new save
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 1642, in script call
  File "game/script.rpy", line 1659, in script call
  File "game/events.rpy", line 2800, in script call
  File "game/events.rpy", line 2888, in script call
  File "game/events.rpy", line 1761, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 373, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 373, in script call
  File "game/events.rpy", line 1761, in script call
  File "game/script.rpy", line 2012, in script call
  File "game/events.rpy", line 5300, in script
  File "game/events.rpy", line 5364, in <module>
  File "game/dlc_detector.rpy", line 48, in is_dlc_present
AttributeError: 'NoneType' object has no attribute 'get'

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

Traceback (most recent call last):
  File "game/script.rpy", line 1642, in script call
  File "game/script.rpy", line 1659, in script call
  File "game/events.rpy", line 2800, in script call
  File "game/events.rpy", line 2888, in script call
  File "game/events.rpy", line 1761, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 373, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 221, in script call
  File "game/events.rpy", line 373, in script call
  File "game/events.rpy", line 1761, in script call
  File "game/script.rpy", line 2012, in script call
  File "game/events.rpy", line 5300, in script
  File "renpy/ast.py", line 1815, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
             ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/exports/menuexports.py", line 99, in menu
    condition = renpy.python.py_eval(condition)
                ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "renpy/python.py", line 1292, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1285, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/events.rpy", line 5364, in <module>
  File "game/dlc_detector.rpy", line 48, in is_dlc_present
AttributeError: 'NoneType' object has no attribute 'get'

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
NSFW alpha_0.4.3.2
Sat Aug  9 19:21:28 2025
 

Rage153

Newbie
Sep 26, 2017
17
7
147
do they want it to, to get jumped back to where i met clover at first? all other progress i did after meeting clover getting lost and when i reload the savegame the gambling game with clover comes everytime, no matter which savegame i load. or when i use the terminal by martin in the abandoned building, when i use the terminal, i get a error, when i click on reload the savegame is back where i met first clover, when i click on ignore, nothing happens with martin and the terminal. i got frustrated so i deleted the game, sry. just too annoying with the clover feature.
 

SWAJ

The Island
Game Developer
Sep 6, 2017
360
657
237
do they want it to, to get jumped back to where i met clover at first? all other progress i did after meeting clover getting lost and when i reload the savegame the gambling game with clover comes everytime, no matter which savegame i load. or when i use the terminal by martin in the abandoned building, when i use the terminal, i get a error, when i click on reload the savegame is back where i met first clover, when i click on ignore, nothing happens with martin and the terminal. i got frustrated so i deleted the game, sry. just too annoying with the clover feature.
Alright, cya in a few update then
 
  • Like
Reactions: Linestanding

ffive

Devoted Member
Jun 19, 2022
9,976
24,655
812
Alright, cya in a few update then
What they describe (having the Clover minigame show up no matter which savegame they load) sounds more like a bug that's probably better fixed sooner than in a few updates, though..? I can imagine this would be frustrating and game-breaking behavior for more than one person.
 

SWAJ

The Island
Game Developer
Sep 6, 2017
360
657
237
What they describe (having the Clover minigame show up no matter which savegame they load) sounds more like a bug that's probably better fixed sooner than in a few updates, though..? I can imagine this would be frustrating and game-breaking behavior for more than one person.
Clover will always happens if the player reaches top 10. However, I can’t reproduce having her showing up on load like it is reported. I am aware of the situation and working on the story to fix this issue once and for all.
 
  • Like
Reactions: Mahzkha and ffive
Apr 5, 2021
229
1,370
266
Something you need to fix that's still in since the last version:

Going to class takes an energy.
Talking to the professor takes an energy.
Deciding to flirt with the professor afterwards checks to see if you still have energy to spare.
If you don't you can't proceed.
But if you do, you can proceed, and it doesn't cost energy.

Seems like you need to remove that check, as players have already paid the cost for the otherwise useless interaction. There is no point talking to the professor if you are not flirting with him, so this is just a weird energy tax on a completely pointless activity. If you want to tax energy, do it at the point of engaging in sex, not at the point of talking with him.
 
  • Like
Reactions: Laellith

SWAJ

The Island
Game Developer
Sep 6, 2017
360
657
237
Something you need to fix that's still in since the last version:

Going to class takes an energy.
Talking to the professor takes an energy.
Deciding to flirt with the professor afterwards checks to see if you still have energy to spare.
If you don't you can't proceed.
But if you do, you can proceed, and it doesn't cost energy.

Seems like you need to remove that check, as players have already paid the cost for the otherwise useless interaction. There is no point talking to the professor if you are not flirting with him, so this is just a weird energy tax on a completely pointless activity. If you want to tax energy, do it at the point of engaging in sex, not at the point of talking with him.
If I recall correctly, the professor draining bug is fix in this version
 
Last edited:
  • Like
Reactions: Laellith

Arachno

Newbie
Jun 30, 2017
45
55
202
Looks good so far mechanically. The biggest drawback is the fact that the sex scene have different character in them then the one doing it. The MC is really pretty so its a shame we don't actually see her in them.
 

SWAJ

The Island
Game Developer
Sep 6, 2017
360
657
237
Looks good so far mechanically. The biggest drawback is the fact that the sex scene have different character in them then the one doing it. The MC is really pretty so its a shame we don't actually see her in them.
Thank you for your feedback. Indeed I am still taming the generator but I am getting better at it and I will review the arts the more I improve using my tools
 
  • Like
Reactions: cvbn28c

Vandalbear

Newbie
Mar 10, 2020
62
53
85
Looks Interesting. 2 Questions: Is the pregnancy event full term, and is there event and art for birth scene?
 

SWAJ

The Island
Game Developer
Sep 6, 2017
360
657
237
Looks Interesting. 2 Questions: Is the pregnancy event full term, and is there event and art for birth scene?

Yes — the game features a full pregnancy cycle, from conception all the way to delivery (in my current 0.4.4.1 version of the game, that is), including all the related gameplay systems and consequences. However, due to the current climate of platform bans and the overzealous “ban hammer” culture (looking at you, Collective Shout), there are no graphic depictions of the actual birthing event. Delivery is handled through text, narrative, and implied transitions to keep the game compliant while still telling the story.
 
  • Like
Reactions: Vandalbear

belec

Member
Aug 15, 2017
150
206
180
another error, hapens when you meet dion in gym:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 1642, in script call
File "game/script.rpy", line 1659, in script call
File "game/script.rpy", line 2012, in script call
File "game/events.rpy", line 1761, in script call
File "game/events.rpy", line 2800, in script call
File "game/events.rpy", line 2888, in script call
File "game/events.rpy", line 1761, in script call
File "game/events.rpy", line 1761, in script call
File "game/events.rpy", line 919, in script call
File "game/events.rpy", line 1761, in script call
File "game/script.rpy", line 1991, in script call
File "game/events.rpy", line 1761, in script call
File "game/events.rpy", line 1761, in script call
File "game/events.rpy", line 1761, in script call
[Previous line repeated 4 more times]
File "game/events.rpy", line 2521, in script
File "game/events.rpy", line 2521, in <module>
IndexError: Cannot choose from an empty sequence

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

Traceback (most recent call last):
File "game/script.rpy", line 1642, in script call
File "game/script.rpy", line 1659, in script call
File "game/script.rpy", line 2012, in script call
File "game/events.rpy", line 1761, in script call
File "game/events.rpy", line 2800, in script call
File "game/events.rpy", line 2888, in script call
File "game/events.rpy", line 1761, in script call
File "game/events.rpy", line 1761, in script call
File "game/events.rpy", line 919, in script call
File "game/events.rpy", line 1761, in script call
File "game/script.rpy", line 1991, in script call
File "game/events.rpy", line 1761, in script call
File "game/events.rpy", line 1761, in script call
File "game/events.rpy", line 1761, in script call
[Previous line repeated 4 more times]
File "game/events.rpy", line 2521, in script
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 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/events.rpy", line 2521, in <module>
File "lib/python3.12/random.py", line 347, in choice
IndexError: Cannot choose from an empty sequence

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
NSFW alpha_0.4.3.2
Sun Aug 10 07:32:28 2025
 
Apr 5, 2021
229
1,370
266
Okay, so I understand what was intended with Clover. But it's just silly.
If that's how the school works, then why can't we just grab a random student, challenge them for all their money, and make them play a shell game, or thinking of a number between 1-10, or a dick-sucking competition (Seeing as it's one of the few skills that actually seems to accumulate properly). Something the player can easily cheat at, or have built up enough skills for?

Why is this only a thing that can happen TO the player? And how come the whole school isn't constantly losing students every day as they get fleeced by challenges they can't win? It's too anarchic, because it seems you can challenge someone to anything on threat of expulsion, and the retaliation to this behaviour would have people like Clover being lynched for targeting the wrong person, or by other top students for exposing the fact the whole school is just a pyramid scheme.

TLDR: Clover is too cartoonishly up front with showing the school is a scam, and raises too many questions.
 
  • Like
Reactions: YogSothoth1982

G209

New Member
Feb 20, 2024
4
1
89
So for the few people with the same bug when attempting to get the sponsorship I found the problem and the file I still don't know how to fix it but I think the Dev and their discord that "found no problem" is on 4.4 which is on their patreon and that's fixed but the current one we have is 4.3.2 which according to the changlog.md file had "DLC & Mod Support Prep: Initial groundwork laid for future free DLC and possible mod integration." which ties into the dlc_detecter.rpy being a nuisance to everyone of us and causing the error
" File "game/dlc_detector.rpy", line 48, in is_dlc_present
AttributeError: 'NoneType' object has no attribute 'get' "

Edit: I have found a way to get it to work however may cause more bugs after haven't gotten that far but if you find the file events.rpy you can remove this entire string to get to at least the menu right after

" Experimental Encounter" if is_dlc_present("experimental_encounter"):
call coming_soon_return from _call_coming_soon_return
jump martin_terminal_loopback"

separately looking at these files since I haven't come across it yet what the hell is "Indian poker"
 
Last edited:

SWAJ

The Island
Game Developer
Sep 6, 2017
360
657
237
So for the few people with the same bug when attempting to get the sponsorship I found the problem and the file I still don't know how to fix it but I think the Dev and their discord that "found no problem" is on 4.4 which is on their patreon and that's fixed but the current one we have is 4.3.2 which according to the changlog.md file had "DLC & Mod Support Prep: Initial groundwork laid for future free DLC and possible mod integration." which ties into the dlc_detecter.rpy being a nuisance to everyone of us and causing the error
" File "game/dlc_detector.rpy", line 48, in is_dlc_present
AttributeError: 'NoneType' object has no attribute 'get' "

Edit: I have found a way to get it to work however may cause more bugs after haven't gotten that far but if you find the file events.rpy you can remove this entire string to get to at least the menu right after

" Experimental Encounter" if is_dlc_present("experimental_encounter"):
call coming_soon_return from _call_coming_soon_return
jump martin_terminal_loopback"

separately looking at these files since I haven't come across it yet what the hell is "Indian poker"
Indian poker is a game prototype I am working on for another Elite challenge
 
3.10 star(s) 14 Votes