I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/mechanics/pap_labels.rpy", line 38, in script
$ card_symbol_mapping = setup_random_symbols(
File "game/scripts/mechanics/pap_labels.rpy", line 38, in <module>
$ card_symbol_mapping = setup_random_symbols(
File "game/scripts/mechanics/pap_functions.rpy", line 88, in setup_random_symbols
matching_symbols = random.sample(pairable_symbols, num_matching_pairs)
ValueError: Sample larger than population or is negative
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/mechanics/pap_labels.rpy", line 38, in script
$ card_symbol_mapping = setup_random_symbols(
File "I:\Games\With_Hermione-0.4.3.2-win\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "I:\Games\With_Hermione-0.4.3.2-win\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/mechanics/pap_labels.rpy", line 38, in <module>
$ card_symbol_mapping = setup_random_symbols(
File "game/scripts/mechanics/pap_functions.rpy", line 88, in setup_random_symbols
matching_symbols = random.sample(pairable_symbols, num_matching_pairs)
File "lib/python3.9/random.py", line 449, in sample
ValueError: Sample larger than population or is negative
Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
With Hermione 0.4.3.2
Thu Aug 28 16:48:58 2025