Results 1 to 4 of 4

Thread: Can someone help me with some script log errors

  1. #1

    Can someone help me with some script log errors

    Hey, I need some help from any of you who understand this errors I'm getting from my domination OA only mission 2.60.

    It loves to spam this error in the log.

    Code:
      Error Zero divisor
    File mpmissions\__CUR_MP.Takistan\x_client\x_marker.sqf, line 56
    Error in expression <ble [_x, [_forEachIndex, d_player_roles select _forEachIndex]];
    if (("A2" in d_v>
      Error position: <select _forEachIndex]];
    if (("A2" in d_v>
      Error Zero divisor
    File mpmissions\__CUR_MP.Takistan\x_client\x_marker.sqf, line 56
    Error in expression <ble [_x, [_forEachIndex, d_player_roles select _forEachIndex]];
    if (("A2" in d_v>
      Error position: <select _forEachIndex]];
    if (("A2" in d_v>
      Error Zero divisor
    File mpmissions\__CUR_MP.Takistan\x_client\x_marker.sqf, line 56
    Error in expression <ble [_x, [_forEachIndex, d_player_roles select _forEachIndex]];
    if (("A2" in d_v>
      Error position: <select _forEachIndex]];
    if (("A2" in d_v>
      Error Zero divisor
    File mpmissions\__CUR_MP.Takistan\x_client\x_marker.sqf, line 56
    Error in expression <ble [_x, [_forEachIndex, d_player_roles select _forEachIndex]];
    if (("A2" in d_v>
      Error position: <select _forEachIndex]];
    if (("A2" in d_v>
      Error Zero divisor
    Also I have an issue with the helirespawn on my server, it doesn't work and I get error from that file too.

    Code:
    __DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumb>
      Error position: <("x_helirespawn2.sqf",(call XPlayersNumb>
      Error Missing ;
    File mpmissions\__CUR_MP.Takistan\x_server\x_helirespawn2.sqf, line 26
    Error in expression <tion_stoped = false; 	}; };;
    __DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumb>
      Error position: <("x_helirespawn2.sqf",(call XPlayersNumb>
      Error Missing ;
    File mpmissions\__CUR_MP.Takistan\x_server\x_helirespawn2.sqf, line 26
    Error in expression <tion_stoped = false; 	}; };;
    __DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumb>
      Error position: <("x_helirespawn2.sqf",(call XPlayersNumb>
      Error Missing ;
    File mpmissions\__CUR_MP.Takistan\x_server\x_helirespawn2.sqf, line 26
    Error in expression <tion_stoped = false; 	}; };;
    __DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumb>
      Error position: <("x_helirespawn2.sqf",(call XPlayersNumb>
      Error Missing ;
    File mpmissions\__CUR_MP.Takistan\x_server\x_helirespawn2.sqf, line 26
    And last but not least

    Code:
    Error in expression <n {_this select 9} else {0};
    
    _marker = createMarkerLocal [_m_name, _m_pos];
    if >
      Error position: <createMarkerLocal [_m_name, _m_pos];
    if >
      Error 0 elements provided, 3 expected
    File mpmissions\__CUR_MP.Takistan\x_common\x_f\x_functions1.sqf, line 227
    Error in expression <n {_this select 9} else {0};
    So, if anyone could give me a hand with any of them errors would be fantastic.

    I've uploaded all 3 files to my website so you can view the full file.

    http://www.jaxk.co.uk/arma/x_functions1.sqf
    http://www.jaxk.co.uk/arma/x_helirespawn2.sqf
    http://www.jaxk.co.uk/arma/x_marker.sqf

    Thanks!
    Last edited by mycatsaid; Sep 16 2011 at 22:32.

  2. #2
    Master Gunnery Sergeant Hellfire257's Avatar
    Join Date
    Feb 17 2009
    Location
    (getPosATL player)
    Posts
    1,207
    The Heli respawn one is this I think. You're just missing a semi-colon:

    It should be:

    Code:
    	__DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumber));
    You have:

    Code:
    	__DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumber))
    I could be wrong though!

    I don't think I can help you with the others though. Sorry!
    Last edited by Hellfire257; Sep 16 2011 at 23:19.

  3. #3
    Quote Originally Posted by Hellfire257 View Post
    The Heli respawn one is this I think. You're just missing a semi-colon:

    It should be:

    Code:
    	__DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumber));
    You have:

    Code:
    	__DEBUG_NET("x_helirespawn2.sqf",(call XPlayersNumber))
    I could be wrong though!

    I don't think I can help you with the others though. Sorry!
    Hey sorry it didn't work ;( But thanks for trying, it's still giving out the same error.

    Also got one more.

    Code:
    Error in expression <eH",false] call d_fnc_NetSetJIP;
    _fac = createVehicle [_wairfac, _pos, [], 0, "N>
      Error position: <createVehicle [_wairfac, _pos, [], 0, "N>
      Error 0 elements provided, 3 expected
    File mpmissions\__CUR_MP.Takistan\i_server.sqf, line 619
    http://www.jaxk.co.uk/arma/i_server.sqf

    Thanks again!

  4. #4
    Anyone? At least the major 2 are the x_marker and x_helirespawn2 ones cos their causing issue with my server. Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •