Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Found an exception at the last part of the protocol, while the client was doing a request. Even attempting a rollback triggers it still:

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 565, in script

    jump client_customization

ScriptError: could not find label 'client_customization'.

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

Full traceback:

  File "game/script.rpy", line 565, in script

    jump client_customization

  File "D:\Itch.io\DroneTechnician-1.0-pc\renpy\ast.py", line 1695, in execute

    rv = renpy.game.script.lookup(target)

  File "D:\Itch.io\DroneTechnician-1.0-pc\renpy\script.py", line 894, in lookup

    raise ScriptError("could not find label '%s'." % str(original))

ScriptError: could not find label 'client_customization'.

Windows-8-6.2.9200

Ren'Py 7.3.0.271

Drone Technician 1.0

Fri Mar 01 17:21:28 2024

[/code]

Also, I'm on win 11, not sure why the program is identifying it as windows 8

That one I couldn't tell you, but I did fix the error that you were getting!

Thanks alot! :)

Welcome!  Thank you for pointing it out.  ^. .^