Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Game tried to add a new cat to the clan and crashed #3089

Closed
sketchywyvern opened this issue Dec 2, 2024 · 1 comment · Fixed by #3093
Closed

[BUG] Game tried to add a new cat to the clan and crashed #3089

sketchywyvern opened this issue Dec 2, 2024 · 1 comment · Fixed by #3093
Assignees
Labels
bug Something isn't working

Comments

@sketchywyvern
Copy link

Type of bug

Code - general bugs related to how the game runs and responds to you.

Description

Traceback (most recent call last):
File "main.py", line 299, in
File "scripts\screens\EventsScreen.py", line 722, in on_use
File "scripts\screens\Screens.py", line 150, in loading_screen_on_use
File "scripts\game_structure\propagating_thread.py", line 25, in join
File "scripts\game_structure\propagating_thread.py", line 18, in run
File "scripts\screens\Screens.py", line 117, in _work_target
File "scripts\screens\Screens.py", line 111, in _work_target
File "scripts\events.py", line 137, in one_moon
File "scripts\events.py", line 1205, in one_moon_cat
File "scripts\events.py", line 2078, in invite_new_cats
File "scripts\events_module\handle_short_events.py", line 192, in handle_event
File "scripts\events_module\handle_short_events.py", line 322, in handle_new_cats
File "scripts\utility.py", line 508, in create_new_cat_block
File "random.py", line 290, in choice
IndexError: Cannot choose from an empty sequence

Grade

Important - The bug has a large effect on the gameplay but is not urgent

Steps to reproduce the behavior

Unsure. Happens on moon transition

Patrol ID + Outcome Print (if applicable)

No response

Commit # or Game Version Number

0.12.1

Additional context

No response

Screenshots

No response

@scribblecrumb
Copy link
Collaborator

What biome, camp, and season were you in when it crashed?

@scribblecrumb scribblecrumb added the bug Something isn't working label Dec 2, 2024
@scribblecrumb scribblecrumb self-assigned this Dec 2, 2024
scribblecrumb added a commit to scribblecrumb/clangen that referenced this issue Dec 2, 2024
@scribblecrumb scribblecrumb linked a pull request Dec 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants