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

Game crashes after unloading bike raack #37304

Closed
BrassRobo opened this issue Jan 22, 2020 · 3 comments
Closed

Game crashes after unloading bike raack #37304

BrassRobo opened this issue Jan 22, 2020 · 3 comments
Labels
<Crash / Freeze> Fatal bug that results in hangs or crashes. (S1 - Need confirmation) Report waiting on confirmation of reproducibility Vehicles Vehicles, parts, mechanics & interactions

Comments

@BrassRobo
Copy link

Describe the bug

The game crashes when unloading a bike rack if you've modified the vehicle on the rack.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Build a small vehicle with bike racks.
  2. Build a second vehicle right next to it.
  3. Load the second vehicle on to the first.
  4. Add more frames to the loaded vehicle

Expected behavior

The vehicle unloads successfully.

Screenshots

image

Versions and configuration

debug.log

Additional context

crash.log

save.zip

@Night-Pryanik Night-Pryanik added (S1 - Need confirmation) Report waiting on confirmation of reproducibility <Crash / Freeze> Fatal bug that results in hangs or crashes. Vehicles Vehicles, parts, mechanics & interactions labels Jan 30, 2020
@jeremyshannon
Copy link
Contributor

I had this happen. My bike had wheel mounts automatically added (by the wheel update) which didn't have a "carry:" tag -- so they're part of the base vehicle instead of the mounted bike. There was also a seatbelt which somehow lacked the "carry" tag, it may have been damaged and replaced? Removing the affected parts allowed the bike to be unloaded without crashing the system.
I imagine it's trying to remove the "carry" parts, and it ends up with free-floating parts hanging off the side of the vehicle in an impossible way.

@jeremyshannon
Copy link
Contributor

jeremyshannon commented Feb 13, 2020

Oh yeah, savegame surgery to add the "carry" flag to the affected parts solved the crashing issue for both my save and the attached one. It's definitely the lack of that flag causing problems.

@jeremyshannon
Copy link
Contributor

Fixed by #38767

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Crash / Freeze> Fatal bug that results in hangs or crashes. (S1 - Need confirmation) Report waiting on confirmation of reproducibility Vehicles Vehicles, parts, mechanics & interactions
Projects
None yet
Development

No branches or pull requests

3 participants