Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script (Singh Romance).rpy", line 880, in script
label danisinghknow_done:
Exception: Arguments supplied, but parameter list not present
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script (Singh Romance).rpy", line 880, in script
label danisinghknow_done:
File "C:\Users\thaiu\OneDrive\Desktop\renpy-7.3.5-sdk\renpy\ast.py", line 855, in execute
values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs)
File "C:\Users\thaiu\OneDrive\Desktop\renpy-7.3.5-sdk\renpy\ast.py", line 154, in apply_arguments
raise Exception("Arguments supplied, but parameter list not present")
Exception: Arguments supplied, but parameter list not present
But what's worse, this is now happening on {i}every single label in the game. [/i] I can load previous saves and it's fine, but I don't want to risk this being some unseen bug that hides until the game releases or something, so I'd love to figure out what it means.
I've tried restarting the game, deleting the .rpyc files, and deleting persistent data. Nothing solves this issue, and even if I roll back to previous choices, this error shows up as soon as I hit other labels (even though it didn't hit them before).
Any idea what this might mean and if it'll be a problem in the long-term?
UPDATE: Going through the game again, it worked fine until I came across an actual error and, when I tried to rollback, it started doing this again. It seems to be doing this again whenever I have to go back from an error?
