Deiaros

Member
  • Content count

    12
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Deiaros

  • Rank
    Bambi

Recent Profile Visitors

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

  1. I'm currently trying to setup an arma 3 Exile server on a virtual machine, the VM is running Ubunutu Server 16.10, with MySQL 5.7 for the database. At first I was unable to get exile working with extDB2 (the arma 3 serer and MySQL server weren't connecting), I was recently able to get the server to connect to the database by using extDB3. When I attempted to join the game however I was greeted with a longer then usual loading time (frozen load bar) and eventually when I loaded in my camera was stuck onto the ground like so: I went back to see what the problem was, and found a few thing that I suspect might be the culprits, I'm just not able to find a fix myself. The first thing I was unsure of was the creation of my database through phpMyAdmin, using the unaltered exile.sql, at first when I tried to run the .sql file I got the error; "#1215 - Cannot add foreign key constraint". If I unchecked the "Enable foreign key checks" I seemed to work, but i'm unsure if that is the correct way to address the aforementioned error. Here is a picture for reference: Also here is an album containing pictures of the messages I get when the database is created successfully: http://imgur.com/a/opgor Other than that the only other idea I have is to take a look at the log files, the RPT log seems to have a lot of errors that occurred between the time where my client froze and it loaded in stuck to ground. On the other hand I can't find anything wrong with the extDB3 log but i'm hoping it might help someone else help me. RPT Log: extDB3 Log: Thanks in advance to anyone who takes a look at my problem, any suggestions are much appreciated!a FIX: Switching back to extBD2 fixed this problem, and most of my other problems had been fixed by either switching MySQL to non-Strict mode, or using the arma 3 performence binary MySQL Strict mode Disabling: https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html Arma 3 Performance Binary: https://forums.bistudio.com/forums/topic/160288-arma-3-stable-server-168-performance-binary-feedback/
  2. Deiaros

    [Done] ExtDb3 Compatibility with Exile

    there is no player data in the database...
  3. Deiaros

    [Done] ExtDb3 Compatibility with Exile

    Thanks for the heads up, I don't think they'll need it considering its the same as before and seems to not have any errors. I edited it into the previous post, just in case they need it.
  4. Deiaros

    [Done] ExtDb3 Compatibility with Exile

    @Brett Nordin, @Torndeco, @Cloud22, here is my full RPT log: http://pastebin.com/Vp9hdmzp Same problem I mention before, I join the server then when it finishes loading I it spawns me with my camera in the ground and I eventually get disconnected from the server. I did delete my old MySQL account data, I attached a picture of the new account data that was generated. Here is the extDB3 log just in case you need it: http://pastebin.com/S4vJ9eVm
  5. Deiaros

    [Done] ExtDb3 Compatibility with Exile

    I tried this code but I don't get any new errors on the RPT log. I even reinstalled the extDB3 with the new instructions @Cloud22 posted, but got the same exact problems as before:
  6. Deiaros

    [Done] ExtDb3 Compatibility with Exile

    I'm not getting the mysql server error anymore and it was able to load further into the server, however when I got into the server the camera was stuck to the ground. I restarted and joined again, but was unable to load in, the loading screen just froze. I deleted the MySQL data, restarted and joined again, it got to "Game Starting..." message then it timed out. Console Log: http://pastebin.com/VEMS62xF extDB3 log: http://pastebin.com/u2xJH9Ax
  7. Deiaros

    [Done] ExtDb3 Compatibility with Exile

    Here you go, thanks for the help! extDB3 Log: http://pastebin.com/DH2vdEed extdb3-conf.ini: http://pastebin.com/uzcKshCz
  8. Deiaros

    [Done] ExtDb3 Compatibility with Exile

    Good news is it seems to have fixed the problems I was having, sadly I now have some new errors: (Note: when I connect it gets stuck on the load screen, then eventually disconnects me form the server)
  9. Deiaros

    [Done] ExtDb3 Compatibility with Exile

    Oh, yes sorry for not mentioning that, Ubuntu Server 16.10
  10. Deiaros

    [Done] ExtDb3 Compatibility with Exile

    I'm getting an error with my exile server (Ubuntu Server 16.10) where it seems to be unable to get certain variable from the MySQL server: I believe that the following error, which refers to the version of extDB being outdated, might be the problem. It states that extDB3 version 1.027 or higher is required even though i'm running 1.028 of extDB3 Here is the full log pastebin: http://pastebin.com/tfFd6hGM
  11. extDB2.so was already in the server mod when downloaded it, its currently in the @exileserver folder, the extDB2.dll is in there too. Is there anything I need to change in the config so it uses .so instead of the .dll?
  12. So, i'm currently trying to get a server setup for Arma 3 with the Exile mod running on it. I followed all the steps to setup the Exile mod on the server, however when I try to launch the server I get the following error: 13:08:57 "ExileServer - MySQL connection error!" 13:08:57 "ExileServer - Please have a look at @ExileServer/extDB/logs/ to find out what went wrong." 13:08:57 "ExileServer - MySQL Error: Unable to locate extDB2 extension!" 13:08:57 "ExileServer - Server will shutdown now :(" Here are the Logs: http://pastebin.com/nzb7xyTn So far the only solution I've found and tried is disabling Strict mode on the MySQL server, which didn't fix the error.| Note; there are a few other error on the log some related to the MySQL server error and some not, i'd appreciate any help you might be able to give me, Thanks for the help in advance!