Open DPurple opened 2 weeks ago
Upload your core dumps and crash logs directly to github. Having to visit a clunky google drive page that takes ages to load here is not helping.
Upload your core dumps and crash logs directly to github. Having to visit a clunky google drive page that takes ages to load here is not helping.
Sorry... github say it's too big, must smaller than 25MB Is there any other way to upload this to GitHub?
I don't think that's necessary, there's only one call to the item =
operator in that function. https://github.com/CleverRaven/Cataclysm-DDA/blob/576d6396cc205edb38a8eb63f9c76d8eb35cfdc4/src/vehicle.cpp#L7636-L7638
I assume that the base
part accessed from the parts
vector is invalid, which means that either something really fucky happened or (more likely) the cached index of vp.fake_part_at
was invalid. If that is the case, knowing it crashes here doesn't help, we'd need to know when it became invalid and why.
Describe the bug
Game crashed with segmentation fault (lucky i have a full coredump) fragment in crash.log (included in coredump archive)
9
10
11
12
13
14
15
16
17
18
19
Attach save file
Save may not help because can't reproduce this But I have a full coredump
Steps to reproduce
Can't reproduce... depends on luck
Expected behavior
^_^
Screenshots
No response
Versions and configuration
Additional context
Here's core dump and crash.log https://drive.google.com/file/d/1m2pIrKDv8MX-wSL1CVXGzAC4PP5P3OYk/view?usp=sharing