CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

justintime16

Member
Nov 14, 2017
319
139
Use mod previously? Load old save, new game? What?

I just tested old save and also started a new game and tested around and got nothing.
used mod previously, deleted all versions of the game and saves i have downloaded, deleted the renpy folder in APPDATA, still getting the error
 

justintime16

Member
Nov 14, 2017
319
139
A few of us still knew it was being worked on; he has that progress tracker that he updates once in a blue moon.



Getting it where?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/dialogue/01_events.rpy", line 5, in <module>
NameError: name 'skip_nea_content' is not defined

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

Full traceback:
  File "scripts/locations/school/hallway/controllers.rpyc", line 74, in script call
  File "scripts/dialogue/01_events.rpyc", line 5, in script
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/dialogue/01_events.rpy", line 5, in <module>
NameError: name 'skip_nea_content' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Apartment #69 0.08
Mon Nov  4 20:58:06 2024
get it when selecting a nea memory, clicking ignore progresses to the scene
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,033
202,681
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/dialogue/01_events.rpy", line 5, in <module>
NameError: name 'skip_nea_content' is not defined

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

Full traceback:
  File "scripts/locations/school/hallway/controllers.rpyc", line 74, in script call
  File "scripts/dialogue/01_events.rpyc", line 5, in script
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/dialogue/01_events.rpy", line 5, in <module>
NameError: name 'skip_nea_content' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Apartment #69 0.08
Mon Nov  4 20:58:06 2024
get it when selecting a nea memory, clicking ignore progresses to the scene
I have the same bug getting it when you check nea profile or try to start her memory.
It's in the full/uncompressed version, nothing I can do about it, click ignore and continue the game.



He left that open to report bugs...so ignore or wait for a bugfix.
 

absalon1977

Active Member
Jun 5, 2018
957
617
It's in the full/uncompressed version, nothing I can do about it, click ignore and continue the game.



He left that open to report bugs...so ignore or wait for a bugfix.
Yeh on the memory you can ignore and continue thats something atleast its just the profile thats not working.
 

Anon4321

Conversation Conqueror
Jun 24, 2017
6,962
5,514
Very odd
if I use a 0.7 save, no error

but
If I start a new game, I get this
It happens with anything involving Nea

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/char_info_page.rpy", line 131, in execute
  File "game/scripts/char_info_page.rpy", line 131, in execute
  File "game/scripts/char_info_page.rpy", line 174, in execute
  File "game/scripts/char_info_page.rpy", line 273, in execute
  File "game/scripts/char_info_page.rpy", line 273, in <module>
NameError: name 'skip_nea_content' is not defined

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

Full traceback:
  File "scripts/locations/apartment/livingroom/controllers.rpyc", line 51, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/scripts/char_info_page.rpy", line 131, in execute
  File "game/scripts/char_info_page.rpy", line 131, in execute
  File "game/scripts/char_info_page.rpy", line 174, in execute
  File "game/scripts/char_info_page.rpy", line 273, in execute
  File "game/scripts/char_info_page.rpy", line 273, in <module>
NameError: name 'skip_nea_content' is not defined

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Apartment #69 0.08
Mon Nov  4 21:09:41 2024
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,033
202,681
Very odd
if I use a 0.7 save, no error

but
If I start a new game, I get this
It happens with anything involving Nea

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/char_info_page.rpy", line 131, in execute
  File "game/scripts/char_info_page.rpy", line 131, in execute
  File "game/scripts/char_info_page.rpy", line 174, in execute
  File "game/scripts/char_info_page.rpy", line 273, in execute
  File "game/scripts/char_info_page.rpy", line 273, in <module>
NameError: name 'skip_nea_content' is not defined

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

Full traceback:
  File "scripts/locations/apartment/livingroom/controllers.rpyc", line 51, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/scripts/char_info_page.rpy", line 131, in execute
  File "game/scripts/char_info_page.rpy", line 131, in execute
  File "game/scripts/char_info_page.rpy", line 174, in execute
  File "game/scripts/char_info_page.rpy", line 273, in execute
  File "game/scripts/char_info_page.rpy", line 273, in <module>
NameError: name 'skip_nea_content' is not defined

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Apartment #69 0.08
Mon Nov  4 21:09:41 2024
It's in the full/uncompressed version, nothing I can do about it, click ignore and continue the game.



He left that open to report bugs...so ignore or wait for a bugfix.
And yes, you won't get that error if you load an old save when past that point :ROFLMAO:
 

tmu500

Active Member
Apr 14, 2024
869
700
View attachment 155616

Overview:
You play as a 20 year old freelance programmer and a college student who has just bought their first very own apartment. The apartment #69. Guide him through the challenges he'll face in trying to get his dick wet, including family drama, jealousy...
Thread Updated: 2024-11-04
Release Date: 2024-11-04
Developer/Publisher: Luxee - - - -
Censorship: No
Version: 0.08
OS: Windows, Linux, Mac
Language: English
Other Game: Parental Love
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

Version 0.07 Animation code = stykosmajor
Enter on the Main menu - Option at top right.


DOWNLOAD
Win/Linux: MEGA - - -
Mac:
MEGA - - -
Android:
MEGA - - - - WORKUPLOAD
Others:
COMPRESSED*

Uncensor Patch: *
Extras: WALKTHROUGH MOD* -
FAN SIGS
Endless thanks for the links!
*This unofficial port/version is not released by developer, download at your own risk.


View attachment 155538 View attachment 155539 View attachment 155540 View attachment 155541 View attachment 155542 View attachment 155543
Thanks. Hopefully walkthrough mod will be update soon.
 
4.00 star(s) 71 Votes