Page MenuHomeFeedback Tracker

Arma 3 Recent Update - Server Errors
Reviewed, NormalPublic

Description

Since the Recent Update, i get Errors with the CreateVehicle Command..

File mpmissions\__cur_mp.Stratis\persistence\server\world\fn_restoreSavedVehicle.sqf, line 24
Error in expression <2, 9000000 + random 999999];
};

_veh = createVehicle [_class, _tempPos, [], if >

Error position: <createVehicle [_class, _tempPos, [], if >
Error Foreign error: Unknown enum value: ""

Error in expression <akOut "spawnStoreObject" };

_object = createVehicle [_class, _safePos, [], 0, >

Error position: <createVehicle [_class, _safePos, [], 0, >
Error Foreign error: Unknown enum value: ""

File mpmissions\__cur_mp.Stratis\server\functions\spawnStoreObject.sqf, line 154

File mpmissions\__cur_mp.Stratis\addons\parking\pp_actions_functions.sqf, line 88
Error in expression <_garage allowDamage false;

_terminal = createVehicle ["Land_CampingTable_small_>

Error position: <createVehicle ["Land_CampingTable_small_>
Error Foreign error: Unknown enum value: ""

_terminal = createVehicle ["Land_CampingTable_small_F", ASLtoATL _pos, [], 0, ""];
_veh = createVehicle [_class, _tempPos, [], if (isNil "_safeDistance") then { 0 } else { _safeDistance }, _special];
_object = createVehicle [_class, _safePos, [], 0, ""];

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 7 x64
Operating System Version
Win 2012
Category
Server
Steps To Reproduce

Start the Server

Additional Information

This Error did not exist with the last Version.

Event Timeline

AryxRayx created this task.Nov 30 2017, 5:32 PM
Wulf added a subscriber: Wulf.Nov 30 2017, 6:03 PM

Hello.

Could you be more specific with the steps to reproduce? What mission are you playing? Is it on a dedicated server? I need a bit more details on what you are doing than just start server. :)

Thank you.

Dedicated Server using Windows 2012.

Mission: https://github.com/A3Wasteland/ArmA3_Wasteland.Stratis

Could it be that "" should be "NONE"? since the new version in CreateVehicle? Haven't had that problem ever before.

Please try using "NONE" instead of "" and also please provide the revision of exe you are using.

Wulf changed the task status from New to Reviewed.Dec 1 2017, 3:04 PM

I published the fix on the aforementioned GitHub repository.

Wulf added a comment.Dec 12 2017, 5:42 PM

Hello.

This should work as intended in our development branch, could you please test it and let us know if you still get errors?