Jump to content

campers-dead

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by campers-dead

  1. I have an Linux root server on this run my dayz epoch server and an teamspeak server and my homepage

    This is my Problem

     when player build something with vector building after a server restart the server dont load objects from database

     

    and i get this error in my dump log

    21:00:41 "infiSTAR.de - AntiHack FULLY LOADED"
    21:00:42 "HIVE: Starting"
    21:00:42 "HIVE: Local Time set to [2012,6,6,17,0]"
    21:00:42 "LOAD OBJECTS"
    21:00:42 Error in expression <25233],[[-0.965753,0.0290141,0.257834],[,[[["ItemHatchet_DZE","ItemKnife","ItemM>
    21:00:42   Error position: <,[[["ItemHatchet_DZE","ItemKnife","ItemM>
    21:00:42   Error Invalid number in expression
    21:00:42 Error in expression <25233],[[-0.965753,0.0290141,0.257834],[,[[["ItemHatchet_DZE","ItemKnife","ItemM>
    21:00:42   Error position: <,[[["ItemHatchet_DZE","ItemKnife","ItemM>
    21:00:42   Error Invalid number in expression
    21:00:42 "Res3tting B!S effects..."
    21:00:42 "FOUND  OBJECTS"
    21:00:42 "HIVE: Spawning # of Vehicles: 20"
    21:00:42 "HIVE: Spawning # of Debris: 0"
    21:00:42 "HIVE: Spawning # of Ammo Boxes: 10"
    21:00:42 "HIVE: Spawning # of Veins: 50"
    21:00:42 Error in expression <og format["FOUND %1 OBJECTS", str(count _objectArray)];


    _totalvehicles = 0;
    {
    >
    21:00:42   Error position: <_objectArray)];


    _totalvehicles = 0;
    {
    >
    21:00:42   Error Undefined variable in expression: _objectarray
    21:00:42 File z\addons\dayz_server\system\server_monitor.sqf, line 61
    21:00:42 "EPOCH EVENTS INIT"
    21:00:42 "RUNNING EVENT: crash_spawner on [2012,6,6,17,0]"

     

     

    This is my server_monitor.sqf

    http://pastebin.com/PkwbB724

    Pls i Need Help with this issue

    i want to do a Donation for help with this issue

  2. so i have a Problem with my server

    I have an Linux root server on this run my dayz epoch server and an teamspeak server and my homepage

    This is my Problem

     when player build something with vector building after a server restart the server dont load objects from database

     

    and i get this error in my dump log

    21:00:41 "infiSTAR.de - AntiHack FULLY LOADED"
    21:00:42 "HIVE: Starting"
    21:00:42 "HIVE: Local Time set to [2012,6,6,17,0]"
    21:00:42 "LOAD OBJECTS"
    21:00:42 Error in expression <25233],[[-0.965753,0.0290141,0.257834],[,[[["ItemHatchet_DZE","ItemKnife","ItemM>
    21:00:42   Error position: <,[[["ItemHatchet_DZE","ItemKnife","ItemM>
    21:00:42   Error Invalid number in expression
    21:00:42 Error in expression <25233],[[-0.965753,0.0290141,0.257834],[,[[["ItemHatchet_DZE","ItemKnife","ItemM>
    21:00:42   Error position: <,[[["ItemHatchet_DZE","ItemKnife","ItemM>
    21:00:42   Error Invalid number in expression
    21:00:42 "Res3tting B!S effects..."
    21:00:42 "FOUND  OBJECTS"
    21:00:42 "HIVE: Spawning # of Vehicles: 20"
    21:00:42 "HIVE: Spawning # of Debris: 0"
    21:00:42 "HIVE: Spawning # of Ammo Boxes: 10"
    21:00:42 "HIVE: Spawning # of Veins: 50"
    21:00:42 Error in expression <og format["FOUND %1 OBJECTS", str(count _objectArray)];


    _totalvehicles = 0;
    {
    >
    21:00:42   Error position: <_objectArray)];


    _totalvehicles = 0;
    {
    >
    21:00:42   Error Undefined variable in expression: _objectarray
    21:00:42 File z\addons\dayz_server\system\server_monitor.sqf, line 61
    21:00:42 "EPOCH EVENTS INIT"
    21:00:42 "RUNNING EVENT: crash_spawner on [2012,6,6,17,0]"

     

     

    This is my server_monitor.sqf

    http://pastebin.com/PkwbB724

    Pls i Need Help with this issue

  3. i have the same error but its no hacker on my server only me as Super admin with Infistar admin tool (payed version)

    i have create a custom airfield in the editor and have try to load this custom airfield

    in my mission pbo in the Directory maperweiterungen and file name balota_airfield.sqf

    I have add this in my init.sqf

    [] execVm 'maperweiterungen\balota_airfield.sqf';

    but i dont know why infistar think its a Hack

    I have an DayZ Epoch server hosted on an Linux Root server

    Installed scripts is singel curency from this forum for linux servers

  4. ich have a problem i want to start my server with restarter.pl but it doens't works when i want to start with

    ./restarter.pl

    it say's: "Can't found server binary!"

    here a copy from my restarter.pl

     

    #!/usr/bin/perl
    #
    # Copyright 2013 by Denis Erygin,
    # [email protected]
    #

    use warnings;
    use strict;

    use constant PORT      => 2302; # Change it with epoch.sh
    use constant PATH      => $ENV{'PWD'}.'/home/dayz/epochserver/'; # Set your epoch server dir
    use constant PIDFILE   => PATH.PORT.'.pid';
    use constant CACHE_DIR => PATH.'cache/players';

    unless (-f PATH.'server') {
        print STDERR "Can't found server binary!\n";
        exit;
    }

     

    What is Wrong??? i have no ideas

×
×
  • Create New...