Jump to content

Bugs in 0.3.3.0 (Error Undefined variable in expression: _actualhitpoints)


LucyDemoon

Recommended Posts

Error in expression <_hitpoints = _arr select 3;

if ((count _actualHitpoints) == (count _hitpoints))>
Error position: <_actualHitpoints) == (count _hitpoints))>
Error Undefined variable in expression: _actualhitpoints
File x\addons\a3_epoch_server\compile\epoch_vehicle\EPOCH_load_vehicles.sqf, line 67

 

21:01:35 Error in expression <ints = (getAllHitPointsDamage _vehicle) select 2;


_wepsItemsCargo = weaponsIte>
21:01:35   Error position: <select 2;


_wepsItemsCargo = weaponsIte>
21:01:35   Error Zero divisor
21:01:35 File x\addons\a3_epoch_server\compile\epoch_vehicle\EPOCH_save_vehicle.sqf, line 11

 

Link to comment
Share on other sites

hi, i have this error message also in the rpt.log and using a3 1.50

22:34:05 Error in expression <_hitpoints = _arr select 3;

if ((count _actualHitpoints) == (count _hitpoints))>
22:34:05   Error position: <_actualHitpoints) == (count _hitpoints))>
22:34:05   Error Undefined variable in expression: _actualhitpoints
22:34:05 File x\addons\a3_epoch_server\compile\epoch_vehicle\EPOCH_load_vehicles.sqf, line 67
22:34:06 Cannot load surface info ca\data\Penetration\castIronPlate.bisurf
22:34:06 Error: Wheel reference not initialized
22:34:06 class HitPoints::HitFuel not found in mosquito_epoch
22:34:06 class HitPoints::HitLight not found in mosquito_epoch
22:34:06 class HitPoints::HitHydraulics not found in mosquito_epoch
22:34:06 class HitPoints::HitGear not found in mosquito_epoch
22:34:06 class HitPoints::HitHStabilizerL1 not found in mosquito_epoch
22:34:06 class HitPoints::HitHStabilizerR1 not found in mosquito_epoch
22:34:06 class HitPoints::HitVStabilizer1 not found in mosquito_epoch
22:34:06 class HitPoints::HitTail not found in mosquito_epoch
22:34:06 class HitPoints::HitPitotTube not found in mosquito_epoch
22:34:06 class HitPoints::HitStaticPort not found in mosquito_epoch
22:34:06 class HitPoints::HitEngine2 not found in mosquito_epoch
22:34:06 class HitPoints::HitEngine3 not found in mosquito_epoch
22:34:06 Error in expression <_hitpoints = _arr select 3;

if ((count _actualHitpoints) == (count _hitpoints))>
22:34:06   Error position: <_actualHitpoints) == (count _hitpoints))>
22:34:06   Error Undefined variable in expression: _actualhitpoints
22:34:06 File x\addons\a3_epoch_server\compile\epoch_vehicle\EPOCH_load_vehicles.sqf, line 67
22:34:06 Error: Wheel reference not initialized
22:34:07 Error: Wheel reference not initialized
22:34:07 Error: Wheel reference not initialized
22:34:07 Error in expression <_hitpoints = _arr select 3;

if ((count _actualHitpoints) == (count _hitpoints))>
22:34:07   Error position: <_actualHitpoints) == (count _hitpoints))>
22:34:07   Error Undefined variable in expression: _actualhitpoints
22:34:07 File x\addons\a3_epoch_server\compile\epoch_vehicle\EPOCH_load_vehicles.sqf, line 67
22:34:07 Error in expression <_hitpoints = _arr select 3;

if ((count _actualHitpoints) == (count _hitpoints))>
22:34:07   Error position: <_actualHitpoints) == (count _hitpoints))>
22:34:07   Error Undefined variable in expression: _actualhitpoints
22:34:07 File x\addons\a3_epoch_server\compile\epoch_vehicle\EPOCH_load_vehicles.sqf, line 67
22:34:08 Error in expression <_hitpoints = _arr select 3;

if ((count _actualHitpoints) == (count _hitpoints))>
22:34:08   Error position: <_actualHitpoints) == (count _hitpoints))>
22:34:08   Error Undefined variable in expression: _actualhitpoints
22:34:08 File x\addons\a3_epoch_server\compile\epoch_vehicle\EPOCH_load_vehicles.sqf, line 67
22:34:08 Error: Wheel reference not initialized
22:34:08 Error in expression <_hitpoints = _arr select 3;

if ((count _actualHitpoints) == (count _hitpoints))>
22:34:08   Error position: <_actualHitpoints) == (count _hitpoints))>
22:34:08   Error Undefined variable in expression: _actualhitpoints
22:34:08 File x\addons\a3_epoch_server\compile\epoch_vehicle\EPOCH_load_vehicles.sqf, line 67
22:34:09 "VEH SPAWN TIMER 3.193"
22:34:09 "Epoch: Spawning vehicles"

Link to comment
Share on other sites

sry yes it is Arma 1.50
but i have fix it have make a new Redis DB and its work now

 

other Question what is this for an entry in the log?

22:03:56 Server: Object 6:147 not found (message Type_119)
22:03:57 Client: Object 4:35 (type Type_91) not found.

 

Edited by LucyDemoon
Link to comment
Share on other sites

Didn't want to create another thread, noticed that can not sell electronic components now. I am an idiot and didn't check if trader inventory was full or not. Could sell just fine in other servers. And impossible to buy rahim ammo from traders. Tried on Mell's House but I did not have this issue in previous patch (of course, except that bought rahim ammo was not usable, couldn't reload).

Edited by KPABATOK
Link to comment
Share on other sites

and the next error: (Arma3 1.50 + epoch 0330)

22:50:59 Error in expression <20) exitWith{};


if ((_value select 0) == "ALL") then {
_vehicle setDamage 0;
}>
22:50:59   Error position: <== "ALL") then {
_vehicle setDamage 0;
}>
22:50:59   Error Generic error in expression
22:50:59 File x\addons\a3_epoch_server\compile\epoch_vehicle\EPOCH_server_repairVehicle.sqf, line 11

 

Link to comment
Share on other sites

i didnt see this before now, but i opened an issue on github:

https://github.com/EpochModTeam/Epoch/issues/373

the problem is some objects (mostly pods from what i can see) returns [] and @vbawol is using something like this:

_hitpoints = (getAllHitPointsDamage _vehicle) select 2;

should maybe make a [] check to make sure it has hitpoints like so:

_hitpoints = getAllHitPointsDamage _vehicle;
if !(_hitpoints isEqualTo [])then{
	_hitpoints = _hitpoints select 2;
};

 

Edited by Halvhjearne
Link to comment
Share on other sites

Don't shoot me down in flames, but isn't this stuff meant to be discovered on the "official" servers that get the update long before release?

There are no official servers anymore, anyone is free to run an experimental server.

I only have about 10-15 regulars, if they don't find or report issues i can't pass them on, I still report my fair share that are found, I have no idea who else runs an experimental server these days though.

Link to comment
Share on other sites

Don't shoot me down in flames, but isn't this stuff meant to be discovered on the "official" servers that get the update long before release?

this would most likely not be discovered on a default epoch servers as none of epoch vehicles returns [] from getAllHitPointsDamage.

from what i have seen so far, only the taru and huron pods has this problem, none of wich are in default epoch.

I made a vehicle reset and get no error message more in the rpt.log :)

its only a matter of time before it will return, if you use the same vehicles types.

if you use taru or huron pods, i will guarantee it will return as soon as one has spawned or someone buys one.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...