Leander

Member
  • Content count

    7
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Leander

  • Rank
    Bambi

Recent Profile Visitors

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

  1. Leander

    Are any 1.62 1.0.0.0 servers actually up?

    My Esseker server is running currently with Exile 1.0.0, CBA (latest) CUP (Latest) and Esseker Arma 3 on 1.62. I have not seen any new problems on my end. I have some errors I had before but no uniqueto the latest updates.
  2. Leander

    CBA_A3 Problem

    It seems the updates are very new. I do not have the CBA 2.5.0 but the unknown mods CUP Weapons 1.7.0. A3Launcher needs to be updated with the latest mods check. I have Exile, Esseker, CUP and CBA. Until they added the new versions as official our servers will not show up on the Launcher.
  3. Leander

    Vehicle Trader cannot spawn CUP Vehicles

    I am such a dummy. The CUP Mod folders were wrong. They cannot have spaces in them. Wrong: CUP vehicles Correct: CUP_vehicles Such a newbie mistake. This question has been answered by myself.
  4. Leander

    Vehicle Trader cannot spawn CUP Vehicles

    http://pastebin.com/n86XbsJ0 That is my Config.cpp. To make the config smaller I put the trader categories and list in seperate files. http://pastebin.com/iUDP1v1K Categories http://pastebin.com/bVKRZizw List
  5. Leander

    Vehicle Trader cannot spawn CUP Vehicles

    Also the MySQL is not running in Strict Mode. MySQL 5.7 We really need help on this one because other forum posts did not help.
  6. We have made an Exile server with CUP Mods. We have added the CUP Vehicles to the Vehicle Trader but when I want to buy one nothing happens. RPT Error: Cannot create non-ai vehicle CUP_B_Ridgback_HMG_GB_W, 4:11:43 Error in expression <llExtension _query); (_result select 1) select 0> 4:11:43 Error position: <select 0> 4:11:43 Error Generic error in expression 4:11:43 File exile_server\code\ExileServer_system_database_query_insertSingle.sqf, line 16 4:11:43 Error in expression <llExtension _query); (_result select 1) select 0> 4:11:43 Error position: <select 0> 4:11:43 Error Generic error in expression 4:11:43 File exile_server\code\ExileServer_system_database_query_insertSingle.sqf, line 16 ExtDB Error: [04:11:43:006018 +00:-1] [Thread 4136] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error [mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`exile`.`vehicle`, CONSTRAINT `vehicle_ibfk_1` FOREIGN KEY (`account_uid`) REFERENCES `account` (`uid`) ON DELETE CASCADE) [mysql_stmt_errno]: 1452 [mysql_stmt_sqlstate]: 23000 [statemnt]: INSERT INTO vehicle SET class = ?, account_uid = ?, is_locked = ?, position_x = ?, position_y = ?, position_z = ?, direction_x = ?, direction_y = ?, direction_z = ?, up_x = ?, up_y = ?, up_z = ?, pin_code = ? Mods: @Exile;@Esseker;@CUP Units;@CUP Vehicles;@CUP Weapons;@CUP Terrains - Core;@CBA_A3 + infiSTAR + ExAd It does this with all CUP vehicles but not the stock vehicles that came with Exile. Any fix because I have tried so many things to try to fix it.