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

Scrolling to the bottom in zone manager leads to crash #76115

Closed
tcld opened this issue Sep 1, 2024 · 2 comments
Closed

Scrolling to the bottom in zone manager leads to crash #76115

tcld opened this issue Sep 1, 2024 · 2 comments
Labels
(S3 - Duplicate) Bug that is duplicate of another one

Comments

@tcld
Copy link
Contributor

tcld commented Sep 1, 2024

Describe the bug

When adding zones, it seems impossible to scroll the zone for "vehicle repairs" onto the screen without crashing.

I experienced this issue first with tag cdda-experimental-2024-09-01-0444, whereas with cdda-experimental-2024-08-31-0432 I was able to create the zone.

Attach save file

N/A

Steps to reproduce

  1. Create a world or use an existing one (mods don't matter as far as I've tested).
  2. Add or load a character (again, details don't matter).
  3. Open the zone manager ('Y').
  4. Try to add a zone ('A').
  5. Scroll far enough to make the last item appear ("Vehicle Repairs" I think is the name).

Expected behavior

Scrolling - with mouse or keyboard - should not lead to a crash.

Screenshots

No response

Versions and configuration

- OS: Linux
    - OS Version: Distributor ID: Pop; Description: Pop!_OS 22.04 LTS; Release: 22.04; Codename: jammy; 
- Game Version: f59d7e9 [64-bit]
- Graphics Version: Tiles
- Game Language: System language []
- Mods loaded: [
    Dark Days Ahead [dda]
]

Additional context

logs.zip

@tcld tcld added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Sep 1, 2024
@tcld tcld changed the title Crash when trying to add zone for vehicle repairs Scrolling to the bottom in zone manager leads to crash Sep 1, 2024
@tcld
Copy link
Contributor Author

tcld commented Sep 1, 2024

Just saw this comment:
#76110 (comment)

So maybe the crash can be caused in other ways as well.

@RenechCDDA
Copy link
Member

RenechCDDA commented Sep 1, 2024

Yep, duplicate of #76110. UIlist is used all over the place, and the bad access appears to come from trying to draw UI hotkeys, so any uilist can presumably trigger it depending on your hotkey setups.

Thank you for reporting this bug. We already have an issue # tracking this. To keep the reports organized (so we can fix them!) your issue will be closed, and a link provided to keep all conversation together.

@RenechCDDA RenechCDDA added (S3 - Duplicate) Bug that is duplicate of another one and removed (S1 - Need confirmation) Report waiting on confirmation of reproducibility labels Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(S3 - Duplicate) Bug that is duplicate of another one
Projects
None yet
Development

No branches or pull requests

2 participants