Page MenuHomeFeedback Tracker

Zeus -The [Arsenal] module corrupts the $ProfileName.vars.Arma3Profile on specific circumstances.
New, NormalPublic

Description

If a Zeus or Game Master attempts to save a loadout on an unit that has been deleted. Then his $ProfileName.vars.Arma3Profile becomes
corrupted which causes the [Virtual Arsenal] to fail. Rendering the user unable to open the (Save) or (Load) popup menus. This corruption
is persistent across the board for the respective profile.

Users affected by this has two options:

  1. Create a completely new profile which causes the player to lose his progress on servers such as King of the Hill or;
  2. Enter the [Eden Editor] and run the following code. Note that YOU WILL LOSE YOUR ARSENAL LOADOUTS when you run the code.
TRUE spawn {
    {
        if (['bis_fnc_saveInventory',_x,FALSE] call BIS_fnc_inString) then {
            profileNamespace setVariable [_x,nil];
        };
    } count (allVariables profileNamespace);
    saveProfileNamespace;
};
profileNamespace setVariable ['BIS_fnc_arsenal_face',nil];
saveProfileNamespace;
profilenamespace setvariable ["bis_fnc_saveInventory_data",[]];
saveProfileNamespace;

Code credit goes to Quiksilver.

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
Zeus - General
Steps To Reproduce

Requirement: A Zeus and a Game Master

  1. Create an AI infantry unit.
  2. Zeus enables the [Arsenal] module on said unit.
  3. Zeus opens the (Save) popup menu within the [Virtual Arsenal]
  4. The Game Master deletes the respective unit.
  5. Zeus remains within the [Virtual Arsenal] for the deleted unit and proceeds to click (Save) within the (Save) popup menu.
  6. The [Virtual Arsenal] closes and proceeds to corrupt the Arsenal section of the $ProfileName.vars.Arma3Profile save file.
  • The [Virtual Arsenal] now refuses to open the (Save) or (Load) popup menus across Arma 3 as a hole. This does include the Singleplayer [Virtual Arsenal], [Arsenal] module within Zeus and the [Supply Box] Arsenal in-game.
Additional Information

Server: [ OFFICIAL ] Arma 3 Zeus by Bohemia Interactive (EU) #09
Mission: Zeus 16+2 Master Altis (NATO)
Map: Altis
Difficulty: Recruit
Version: 1.68.140908
Dedicated: yes
Address: 85.190.155.162:2302

Parameters;
God mode - Enabled
Game Moderator - Spectating only
Edit Distance - 0
Independents friendship - Nobody
Admin debug console - Enabled

Event Timeline

Abathur created this task.Mar 18 2017, 3:41 AM