Page MenuHomeFeedback Tracker

Error in functions\fn_moduleHvtobjectivesInstance.sqf
Closed, ResolvedPublic

Description

Getting the same pop-up error on start up, when opening the Eden editor, testing the mission, and upon returning to the editor after testing the mission. I am running the development branch of Arma 3 without any mods and this began after updating today - but I have not updated in a few days so it may have begun earlier.

See attached picture.

Details

Legacy ID
1558412174
Severity
None
Resolution
Fixed
Reproducibility
Always
Operating System
Windows 7
Category
Error Message
Steps To Reproduce

Run dev branch without mods (or with mods) and the pop-up will appear on start, upon opening the Eden editor, when testing a mission, and when returning to the editor after.

Event Timeline

SterlingC edited Steps To Reproduce. (Show Details)Dec 8 2015, 8:10 PM
SterlingC set Category to Error Message.
SterlingC set Reproducibility to Always.
SterlingC set Severity to None.
SterlingC set Resolution to Open.
SterlingC set Legacy ID to 1558412174.May 8 2016, 1:17 PM
Bohemia added a subscriber: F2kSel.Dec 8 2015, 8:10 PM
F2kSel added a comment.Dec 9 2015, 2:12 AM

Confirmed started for me with the same update and was working fine over the weekend.

The line 304 is this

format["EndGameLogs\%1_(%2)_(%3)_(%4-%5-%6).txt", [] call BIS_fnc_getNetMode, _parameters select 0, profileName, missionStart select 3, missionStart select 4, missionStart select 5] diag_exportMessageDetails [];

but it's missing a ; between missionStart select 5] "should be here" diag_exportMessageDetails [];

At least that's what it looks like to me.

This is fixed in the current beta, it turns out quotes have been replaced by the single '

old

format["EndGameLogs\%1_(%2)_(%3)_(%4-%5-%6).txt"

new

format['EndGameLogs\%1_(%2)_(%3)_(%4-%5-%6).txt'

neokika removed neokika as the assignee of this task.Jun 9 2016, 5:24 PM
neokika closed this task as Resolved.
neokika updated the task description. (Show Details)
neokika changed Resolution from Open to Fixed.
neokika set Operating System to Windows 7.
neokika added a subscriber: neokika.