Search results

  1. Z

    pyBEscanner

    ok, if more people need it maybe y must make a branch to accomplish the restart proccess, but first i will see if there is really more people interested, maybe open a new topic, what do you think?
  2. Z

    Way to kick all players?

    I have done something similar try this if you don't mind: https://github.com/nanomo/rconKick
  3. Z

    Server crash

    double check all the dlls and hive.dll in your installation, i have a similar log and the problem was a corrupted hive.dll or "locked" (do right clic on it and select unlock)
  4. Z

    DayZ Whitelister Pro Plus

    try to use localhost instead c-67-175-180-232.hsd1.il.comcast.net
  5. Z

    pyBEscanner

    My 2 cents https://github.com/nanomo/rconKick
  6. Z

    db_migrate.pl upgrade fails - No error

    wolrd_vechicle its fine becouse is telling you which is hte vechicle that will spaen world_vechicle holds the spawns and one vechicle as a bike, can be in more than one place if you have 2 bikes, you will have 2 rows in world_vehicles with the same vehicle_id
  7. Z

    Working...

    Working...
  8. Z

    Strange Debug Spawns

    full server resintall? no man try to replace @hive and mission from the last repo on https://github.com/Pwnoz0r/DayZ-Private-Server/
  9. Z

    db_migrate.pl upgrade fails - No error

    yup , you have v29 in migration_schema_version BUT in migration_schema_log you have until v28 that's grong.
  10. Z

    db_migrate.pl upgrade fails - No error

    don't think that, the error is related with the default data of bliss, vechicle , world can be the two problematic tables another weri thing is you have until v28 of the scheme but in current version you have 29 :S there is missing a row with 28old 29 new in the migration_schema_log, so maybe...
  11. Z

    db_migrate.pl upgrade fails - No error

    i must blame you for not use wireshark before? :D its seems that you have an id 53 before in some table, i must quote the recommendation that some user did befoure, do you add some rows by hand?
  12. Z

    db_migrate.pl upgrade fails - No error

    As i say, wireshark can be a good help when the end user app doesn't show any helpfull error. Second, i was thinking in check the files and compare with the current repo version, maybe can be an error with version desync we all server admins know that we must update at least 1 time at week...
  13. Z

    Write to database using HiveEXT.dll

    maybe he needs to store game data related...from his mod.... mdk, check the bliss dll there are 2 store procedure called around, see how is wrapped it will easy to find in files searching for the names proc_loglogout and proc_loglogin and other that are related with Messages
  14. Z

    db_migrate.pl upgrade fails - No error

    seems ok. You tried with wireshark? if you like i can help you with team viewer send me a PM i have a couple of hours before go travel :D
  15. Z

    DayZ 2017 Update and Going Forwards

    shinkicker i never ask for nothing in opendayz and im memebr since he beggingin , can i know when the files will be available? sorry for ask my community it's very exited with the idea and we are following this from the beggining
  16. Z

    db_migrate.pl upgrade fails - No error

    once again: post the content of migration_schema_log and migration_schema_version those are tables that MUST exist in the current prod db
  17. Z

    db_migrate.pl upgrade fails - No error

    every time you use update_db.pl will store some data! if you have an empty table that can be the problem...
  18. Z

    db_migrate.pl upgrade fails - No error

    i have at least 20 custom spawns and never had that problem, but its good to check that and some other data consistency related posible issues like a missing profile with a survivor or deployable item associated.
  19. Z

    db_migrate.pl upgrade fails - No error

    post the content of migration_schema_log and migration_schema_version
Back
Top