Code: Select all
I'm sorry, but an uncaught exception occurred.
After loading the script.
Exception: Invalid key specifier skipOld reports always gave the line and the file!?!
***
Windows-7-6.1.7601-SP1
Ren'Py 6.17.3.327
Code: Select all
I'm sorry, but an uncaught exception occurred.
After loading the script.
Exception: Invalid key specifier skipIt happens all over the place. (It never happened before last Ren'Py update by the way if that helps narrow it down).PyTom wrote:Can you put together a replication of this? It looks like a bug in the error handling, but I haven't seen it here.
Code: Select all
txt += choice(["\n%s has been confiscated for a price of %s of the original value. " % (confiscate.name, multiplier)
"\nThose sobs took %s from you! " % confiscate.name
"\nYou've lost %s! If only you were better at managing your business... " % confiscate.name])Code: Select all
label game_over:
scene bg game_over
with dissolveCode: Select all
I'm sorry, but an uncaught exception occurred.
After loading the script.
Exception: Invalid key specifier skip
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Coding\Dropbox\SimBro Dev\RenPy\renpy\bootstrap.py", line 286, in bootstrap
renpy.main.main()
File "D:\Coding\Dropbox\SimBro Dev\RenPy\renpy\main.py", line 258, in main
if renpy.parser.report_parse_errors():
File "D:\Coding\Dropbox\SimBro Dev\RenPy\renpy\parser.py", line 2250, in report_parse_errors
renpy.display.error.report_parse_errors(full_text, error_fn)
File "D:\Coding\Dropbox\SimBro Dev\RenPy\renpy\display\error.py", line 156, in report_parse_errors
error_fn = error_fn,
File "D:\Coding\Dropbox\SimBro Dev\RenPy\renpy\game.py", line 235, in invoke_in_new_context
return callable(*args, **kwargs)
File "D:\Coding\Dropbox\SimBro Dev\RenPy\renpy\display\error.py", line 42, in call_exception_screen
return renpy.ui.interact(mouse="screen", type="screen", suppress_overlay=True, suppress_underlay=True)
File "D:\Coding\Dropbox\SimBro Dev\RenPy\renpy\ui.py", line 237, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Coding\Dropbox\SimBro Dev\RenPy\renpy\display\core.py", line 1993, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "D:\Coding\Dropbox\SimBro Dev\RenPy\renpy\display\core.py", line 2563, in interact_core
renpy.display.behavior.skipping(ev)
File "D:\Coding\Dropbox\SimBro Dev\RenPy\renpy\display\behavior.py", line 171, in skipping
if map_event(ev, "skip"):
File "D:\Coding\Dropbox\SimBro Dev\RenPy\renpy\display\behavior.py", line 146, in map_event
check_code = eval("lambda ev : " + compile_event(keysym, True), globals())
File "D:\Coding\Dropbox\SimBro Dev\RenPy\renpy\display\behavior.py", line 107, in compile_event
raise Exception("Invalid key specifier %s" % key)
Exception: Invalid key specifier skip
Windows-7-6.1.7601-SP1
Ren'Py 6.17.3.327
Code: Select all
python early:
config.developer = TrueUsers browsing this forum: No registered users