GyroCapitan

Member
  • Content count

    145
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

12 Neutral

About GyroCapitan

  • Rank
    Capo
  • Birthday 10/07/1982

Personal Information

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. GyroCapitan

    [FIX] Spawn in ground

  2. GyroCapitan

    Scratchies v1.5 - gambling for Exile Mod

    Their is, but NOT supported by @Janski nor @Monkeynutz so use at your own risk, one arma update with break it again I am sure etc.
  3. GyroCapitan

    Scratchies v1.5 - gambling for Exile Mod

    Yea the problem is the exad stuff is no longer supported, pretty sure most are using infi apps now, so believe the code would need to be rewritten for the buttons etc.
  4. GyroCapitan

    [Done] ExtDb3 Compatibility with Exile

    We are seeing the same thing as well: [03:17:51:547117 -04:00] [Thread 68676] extDB3: SQL: Error MariaDBStatementException1: Cannot add or update a child row: a foreign key constraint fails (`exile`.`construction`, CONSTRAINT `construction_ibfk_2` FOREIGN KEY (`territory_id`) REFERENCES `territory` (`id`) ON DELETE CASCADE) [03:17:51:547117 -04:00] [Thread 68676] extDB3: SQL: Error MariaDBStatementException1: Input: insertConstruction:Exile_Construction_WorkBench_Static:76561198137398477:8735.0908203:11619.362305:-0.0865631:0.00263014:0.999997:0:0:0:1:NULL
  5. GyroCapitan

    [Done] ExtDb3 Compatibility with Exile

    Genius at work, can confirm this worked
  6. GyroCapitan

    [Done] ExtDb3 Compatibility with Exile

    Thanks to @StokesMagee here is the lazy man fix as he calls it SET GLOBAL FOREIGN_KEY_CHECKS=0;
  7. GyroCapitan

    [Done] ExtDb3 Compatibility with Exile

    @BaroN Delete the foreign key......it happened to us as well. so far it seems to be working.
  8. GyroCapitan

    [Done] ExtDb3 Compatibility with Exile

    So we deleted the foreign key and it is working
  9. GyroCapitan

    [Done] ExtDb3 Compatibility with Exile

    Nothing, the flag is not inserting into the db and not returning an ID is all I can see. Still looking....does the $custom stuff had any effect?
  10. GyroCapitan

    [Done] ExtDb3 Compatibility with Exile

    Yea I cut off the Mikero stuff, trying one thing real quick: 12:18:50 File mpmissions\__cur_mp.ChernarusRedux\Exile_Server_Overrides\ExileServer_system_database_query_insertSingle.sqf, line 16
  11. GyroCapitan

    [Done] ExtDb3 Compatibility with Exile

    I do in CfgExileCustomCode.cpp, this is in my config.cpp #include "CfgExileCustomCode.cpp"
  12. GyroCapitan

    [Done] ExtDb3 Compatibility with Exile

    https://ghostbin.com/paste/dnqdy
  13. GyroCapitan

    [Done] ExtDb3 Compatibility with Exile

    Didn't see this before, but this would be it, not to figure out what override it is https://ghostbin.com/paste/hgh7y
  14. GyroCapitan

    [Done] ExtDb3 Compatibility with Exile

    Yea still same for me, still doing compares though [11:34:39:549923 -05:00] [Thread 13368] extDB3: Locked [11:36:36:006636 -05:00] [Thread 13368] extDB3: SQL: Error MariaDBStatementException1: Cannot add or update a child row: a foreign key constraint fails (`exile`.`territory`, CONSTRAINT `territory_ibfk_2` FOREIGN KEY (`flag_stolen_by_uid`) REFERENCES `account` (`uid`) ON DELETE SET NULL) [11:36:36:006669 -05:00] [Thread 13368] extDB3: SQL: Error MariaDBStatementException1: Input: createTerritory:76561198156367625:sdfgdfv:1490.10437:14239.176758:0.166626:15:1:\A3\Data_F\Flags\flag_us_co.paa:0:["76561198156367625"]:["76561198156367625"]:Null [11:36:41:372752 -05:00] [Thread 13368] extDB3: SQL: Error MariaDBStatementException1: Cannot add or update a child row: a foreign key constraint fails (`exile`.`construction`, CONSTRAINT `construction_ibfk_2` FOREIGN KEY (`territory_id`) REFERENCES `territory` (`id`) ON DELETE CASCADE) [11:36:41:372787 -05:00] [Thread 13368] extDB3: SQL: Error MariaDBStatementException1: Input: insertConstruction:Exile_Construction_WoodFloor_Static:76561198156367625:1489.755371:14239.936523:0.136963:-0.99909:-0.0426573:0:0:0:1:NULL
  15. GyroCapitan

    [Done] ExtDb3 Compatibility with Exile

    I was just comparing that exact file....okay testing now!