Page MenuHomeFeedback Tracker

SP Scenario with createSimpleObject crashes on loading of save game
New, NormalPublic

Description

Loading a saved game in SP scenario which has a createSimpleObject in it will crash Arma with virtual memory access violation.
Original forum thread by Lexx

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Game Crash
Steps To Reproduce

Create player.
Create GameLogic with init code of..

test = this spawn {
    _largeSplash = createSimpleObject ["a3\characters_f\blood_splash.p3d", getPosWorld _this];  
    _largeSplash setDir random 360;
};

Export mission as SP. Play the scenario and then save and exit the mission. Try reloading the save and Arma crashes.

Additional Information

Game Version - ["Arma 3","Arma3",160,136470,"Stable",true,"Windows"]

RPT

Version 1.60.136470
Fault time: 2016/07/10 17:39:50
Fault address:  014221B6 01:00AA11B6 H:\SteamLibrary\steamapps\common\Arma 3\arma3.exe
file:     del_bloodsplat (__cur_sp)
world:    vr
Prev. code bytes: 57 85 F6 7E 18 8B 51 04 8B 4C 24 0C 8B 39 8B 0A
Fault code bytes: 39 79 78 74 0F 40 83 C2 04 3B C6 7C F1 5F 33 C0

Registers:
EAX:00000000 EBX:02FFE400
ECX:00000000 EDX:3A5A7E90
ESI:00000001 EDI:0000000B
CS:EIP:0023:014221B6
SS:ESP:002B:02FFE2DC  EBP:00000004
DS:002B  ES:002B  FS:0053  GS:002B
Flags:00010202
=======================================================

Attached miniDump{F37779}

Event Timeline

Larrow created this task.Jul 10 2016, 7:06 PM