Page MenuHomeFeedback Tracker

[FIXED] 100% Reproducible MP game crash [now with video]
Closed, ResolvedPublic

Description

It seems the crash is connected with locality somehow.

Details

Legacy ID
3573970068
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Game Crash
Steps To Reproduce

I used my sandbox http://killzonekid.com/kks-mp-sandbox-v1-0/ to make it happen, so the instructions will be for this.

  1. start dedicated mp server
  2. join the server
  3. spawn a unit locally by entering this code in client side box

bob = createGroup west createUnit [typeOf player, position player, [], 0, "none"]

  1. execute
  2. shoot bob

the game should now freeze

Alternatively

  1. put this code in server box

bill = createGroup west createUnit [typeOf sb_caller, position sb_caller, [], 0, "none"]

  1. shoot bill, nothing happens
  2. then type in server hint box

bill setOwner (owner sb_caller)

  1. hint should show true, means bill is now local to you the player
  2. shoot bill

the game should now freeze

Additional Information

Event Timeline

Killzone_Kid edited Additional Information. (Show Details)
Killzone_Kid set Category to Game Crash.
Killzone_Kid set Reproducibility to Always.
Killzone_Kid set Severity to None.
Killzone_Kid set Resolution to Fixed.
Killzone_Kid set Legacy ID to 3573970068.May 7 2016, 5:01 PM
Killzone_Kid added a subscriber: Killzone_Kid.

I tried reproduce it, but nothing happens after press Esc button.
I created simple mp mission with two playable characters and I did all from your instructions on web.

Type: Public
Branch: Stable
Version: 1.02.110424

I will upload sample mission tonight

@Astaroth I've made easy to install package to start local dedi server with MP sandbox. instructions are here: http://killzonekid.com/arma-3-local-dedicated-server/

Alternatively get the mission only from MPmissions folder inside the zip. You have to spawn another unit by script

bob = createGroup west createUnit [typeOf player, position player, [], 0, "none"]

I haven't tested it with another unit being added via editor.

Still freezes the game with todays dev

fixed in today's build

Mass-closing resolved issues not updated in 10 days.