Jump to content

jimyklitshy

Member
  • Posts

    14
  • Joined

  • Last visited

Posts posted by jimyklitshy

  1. Did anyone see this error in server.rpt? It spams the RPT file.

    if (({_x == _loot} count exclcontainer_list) > 0) th>
    17:21:05   Error position: <_loot} count exclcontainer_list) > 0) th>
    17:21:05   Error Undefined variable in expression: _loot
    17:21:05 File loot_addon\LSpawner\fn_LSgetBuildingstospawnLoot.sqf, line 146
    17:21:05 Error in expression <d", "repairkit", true];
    };
    

    I do a lot of tests, but I can´t figured out what this is.  The last thing was, i start a testserver with no changes only add the untouched loot_addon.pbo, and there are the same errors. What can I do?

  2. OK,

     

    1) Check your EpochServer.log

    2) Check your arma3serve_XXXX.rpt for "Starting ArmA3 Epoch Server" what does it say ?  Does it look like

    22:07:16 "Epoch: Starting ArmA3 Epoch Server, Version 0.3.0.2"
    22:07:16 "Epoch: Version mismatch! Current: 0.3.0.2 Needed: 0.3.0.3"
    

    Those two will let you know what is wrong more than likely it will be

     

    1) your dll is old

    2) you didn't update the client files on the server @epoch (not @epoch0303)

    Change the Epochmod version in @epoch\mod.ccp

  3. I have already written a ticket to Nitrado if they answer you , I 'll let you know what it was.

    Hi Lord 1385,

     

    we got that databaseproblem yesterday, after restart the server stucks in starting. The problem was the file @epochhive\EpochServer.ini was corrupted, not only that the file was empty. In this file is the path to the DB and the password.

     

    Check that file.

  4. Hi Guys,

     

    here are only the needed filters for CBA in the scripts.txt. Infront the beginning of the line to identify it starts with 7 and behind the >>>>  is the filter.

    7 "BIS_fnc_" >>>> !"bis_fnc_locWeaponInfo"  !"call BIS_fnc_selectRandom;"
    7 playableunits >>>> !"if (_unit in playableUnits"
    7 allUnits >>>> !="{ _x call _fnc } forEach vehicles;" !="{ _x call _fnc } forEach allUnits;"
    7 exec >>>> !="\"["\x\cba\addons\network\fnc_globalExecute.sqf\",\".sqf",0,false,false,false,\"CBA\",\"Network\",\"globalExecute\"]"
    7 addWeaponCargo >>>> !="[\"\x\cba\addons\common\fnc_addWeaponCargo.sqf\",\".sqf\",0,false,false,false,\"CBA\",\"Misc\",\"addWeaponCargo\"]" !="[\"\x\cba\addons\common\fnc_addWeaponCargoGlobal.sqf\",\".sqf\",0,false,false,false,\"CBA\",\"Misc\",\"addWeaponCargoGlobal\"]"
    7 onMapSingleClick >>>> !="\"oneachframe\", \"onpreloadstarted\", \"onpreloadfinished\", \"onmapsingleclick\", \"onplayerconnected\", \"onplayerdisconnected\"];"
    7 addMagazine >>>> !="[\"\x\cba\addons\common\fnc_addMagazine.sqf\",\".sqf\",0,false,false,false,\"CBA\",\"Misc\",\"addMagazine\"]" !="[\"\x\cba\addons\common\fnc_addMagazineVerified.sqf\",\".sqf\",0,false,false,false,\"CBA\",\"Misc\",\"addMagazineVerified\"]"
    7 addMagazineCargo >>>> !="[\"\x\cba\addons\common\fnc_addMagazineCargo.sqf\",\".sqf\",0,false,false,false,\"CBA\",\"Misc\",\"addMagazineCargo\"]" !="[\"\x\cba\addons\common\fnc_addMagazineCargoGlobal.sqf\",\".sqf\",0,false,false,false,\"CBA\",\"Misc\",\"addMagazineCargoGlobal\"]"
    7 createVehicleLocal >>>> !=";BIS_OO_grpLogic = _group;\} else \{_logic = "LOGIC" createVehicleLocal \[0, 0\];;\};\} else \{_logic = BIS_functions_mainscope"
    7 createUnit >>>> !="= \[sideLogic\] call CBA_fnc_getSharedGroup;_logic = _group createUnit \["FunctionsManager", \[0,0,0\], \[\], 0, "none"\];;BIS_OO_grp""
    7 setMarker >>>> !="["\x\cba\addons\network\fnc_setMarkerPersistent.sqf",".sqf",0,false,false,false,"CBA","Network","setMarkerPersistent"]"
    7 createMarker >>>> !="["\x\cba\addons\common\fnc_createMarker.sqf",".sqf",0,false,false,false,"CBA","Misc","createMarker"]"
    7 setDamage >>>> !="deleteVehicle CBA_EVENT_KEY_LOGIC" !="CBA_EVENT_KEY_LOGIC setDamage 1;"
    7 addEventHandler >>>> !="[\"\x\cba\addons\events\fnc_addEventHandler.sqf\",\".sqf\",0,false,false,false,\"CBA\",\"Events\",\"addEventHandler\"]" !" _obj addEventHandler [_x, compile format[\"_this call SLX_XEH_EH_%1\", _x]] } f" !"_fnc_scriptName') then {_fnc_scriptName} else {'CBA_fnc_addEventHandler'};" !"private ['_fnc_scriptNameParent'];" !"_fnc_scriptNameP" !="\"A_fnc_debug\") }] call (uiNamespace getVariable \"CBA_fnc_addEventHandler\"); !"if (SLX_XEH_MACHINE select 3) then" !"cba_diagnostic_"
    7 displayAddEventHandler >>>> !"_display displayaddeventhandler [\"unload\",\"uinamespace setvariable ['BIS_fnc_guiMess" !="findDisplay -1337 displayAddEventHandler ['Unload'" !"cba_keybinding_fnc_onKeyDown" !"(count _x != 1) then" !"_x set [0, (findDisplay 46) displayAddEventHandler [_key, _x select 1]];" !"CBA_E"
    7 removeAllEventHandlers >>>> !"if !(isMultiplayer) then { { (findDisplay 46) displayRemoveAllEventHandlers _x } forEach ["KeyUp", "KeyDown"] };"
    7 removeEventHandler >>>> !="[\"\x\cba\addons\events\fnc_removeEventHandler.sqf\",\".sqf\",0,false,false,false,\"CBA\",\"Events\",\"removeEventHandler\"]"
    7 displayRemoveEventHandler >>>> !"if !(isNil \"_id\") then {" !"(findDisplay 46) displayRemoveEventHandler [_key, _id];" !"if (count _x != 1) then {" !"_x set "
    
  5. Update your Serverfiles in @Epoch\Addons with that files from the Client. On the Server you have Files called 0252.bisign and the new one must be 0300.besign, but you have to change all files not only the parts with that Numbers.

    In the Server RPT File you find something like that.

     

    "Epoch: Starting ArmA3 Epoch Server, Version 0.2.5.2"
    "Epoch: Version mismatch! Current: 0.2.5.2 Needed: 0.3.0.1"
     
    Edit: Okay i take a look into your rpt and you don´t have this Warnings, i get that error and it´s working now.
×
×
  • Create New...