Skip to main content

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

hey keep getting this error every time i go to Database 

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 671, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/common/00action_control.rpy", line 131, in __call__

    renpy.show_screen(self.screen, *self.args, **self.kwargs)

Exception: Screen desktop_execnet is not known.

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

Full traceback:

  File "rpy - City, locations/Fort Anewl/map_fortanewl_office.rpyc", line 114, in script

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/ast.py", line 1968, in execute

    self.call("execute")

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/ast.py", line 1950, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/statements.py", line 349, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 671, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/exports.py", line 3413, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact

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

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/core.py", line 2165, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/core.py", line 3197, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/layout.py", line 1202, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/layout.py", line 1202, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/layout.py", line 1202, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/screen.py", line 793, in event

    rv = self.child.event(ev, x, y, st)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/layout.py", line 1202, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/viewport.py", line 587, in event

    rv = super(Viewport, self).event(ev, x, y, st)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1174, in event

    return handle_click(self.clicked)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1095, in handle_click

    rv = run(action)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/behavior.py", line 395, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_control.rpy", line 131, in __call__

    renpy.show_screen(self.screen, *self.args, **self.kwargs)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/display/screen.py", line 1322, in show_screen

    raise Exception("Screen %s is not known.\n" % (name[0],))

Exception: Screen desktop_execnet is not known.

macOS-10.16-x86_64-i386-64bit x86_64

Ren'Py 8.2.0.24012702

 1.1.9.1

Sun Oct 13 01:50:25 2024

[/code]

I should probably remove that, Database will not be in the game.

(1 edit)

o i see ok and i get this error as well when i go to  Eula room  and i get the same error code when i talk to her  and because of this error i can't complete her story (sad go to her bedroom then i get the error) o and there is a glitch i the game Abigail story quest repeating it self it the one i got to get the magic book so far it  3 time and i have 3 clark's  business cards  

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/rpy - City, locations/Fort Anewl/map_fortanewl_dorms.rpy", line 896, in <module>

AttributeError: 'Unit' object has no attribute 'level'

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

Full traceback:

  File "rpy - City, locations/Fort Anewl/map_fortanewl_office.rpyc", line 39, in script call

  File "rpy - City, locations/Fort Anewl/map_fortanewl_dorms.rpyc", line 896, in script

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/ast.py", line 1842, in execute

    if renpy.python.py_eval(condition):

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/python.py", line 1209, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "/private/var/folders/ct/kgyk6q9s1zgg0ks0mw2t0wmc0000gn/T/AppTranslocation/4270E2B2-61AB-499C-9E9E-3EC05433D2B0/d/CommandingAHarem.app/Contents/Resources/autorun/renpy/python.py", line 1202, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/rpy - City, locations/Fort Anewl/map_fortanewl_dorms.rpy", line 896, in <module>

AttributeError: 'Unit' object has no attribute 'level'

macOS-10.16-x86_64-i386-64bit x86_64

Ren'Py 8.2.0.24012702

 1.1.9.1

Sun Oct 13 03:42:23 2024

[/code]

(+1)

This is now fixed, thanks.

hey um just let you know the  glitch in the game Abigail story quest still repeating it self it the one i got to get the magic book so far it  3 time and i have 3 clark's  business cards  

Same

Technically, I am not letting you continue through the story of that, once you talk to Olivia, your secretary and you get clark's businesscard item. That's it, you won't be able to talk to Abigail cause it's still under development. Also, what about the magic book? Do you mean the dark symbol?