Jump to content

firefly2442

Member
  • Content Count

    563
  • Joined

  • Last visited

  • Medals

Everything posted by firefly2442

  1. firefly2442

    Arma2MySQL

    Hmm, that's odd. It looks similar to code in the example mission. I'll try it later today if I get a chance. Thanks for reporting it.
  2. firefly2442

    Arma2MySQL

    Try moving the Databases.txt file to the appdata folder location.
  3. firefly2442

    Arma2MySQL

    *shrugs* Well, glad you got it sorted.
  4. firefly2442

    Arma2MySQL

    OK, well definitely check the Arma2NET and Arma2NETMySQL log files. Both of these provide very important information.
  5. firefly2442

    Arma2MySQL

    @Firedead: It needs to be a slightly older version because that's what it was compiled against. sqlite-netFx40-setup-bundle-x86-2010-1.0.89.0.exe http://system.data.sqlite.org/index.html/artifact/d15406bb51f93db2?ln
  6. firefly2442

    Arma2MySQL

    It looks like you're missing the SQLite dependency. See here: http://arma2netmysqlplugin.readthedocs.org/en/latest/#requirements Make sure to install the EXACT version listed.
  7. firefly2442

    Arma2MySQL

    http://arma2netmysqlplugin.readthedocs.org/en/latest/#troubleshooting
  8. firefly2442

    Arma2MySQL

    Ahh sorry, I misread. Can you post the Arma2NET log as well? That will tell us more details about if the plugin is loading in appropriately.
  9. firefly2442

    Altis Life RPG

    It does support this.
  10. firefly2442

    Arma2MySQL

    Please post log files. That's not enough information to go on. ---------- Post added at 21:56 ---------- Previous post was at 21:54 ---------- Please post the Arma2NETMySQL log file. The .rpt probably isn't going to help.
  11. firefly2442

    Arma2MySQL

    It doesn't sound like it's able to connect to the database. Please post log files from Arma2NET and Arma2NETMySQL. This will provide more details.
  12. firefly2442

    Arma2MySQL

    I wish I could but callExtension is not supported on Linux. BIS needs to add this.
  13. firefly2442

    Arma2MySQL

    I would ask in the Altis Life thread. This thread is for discussion about the plugin only.
  14. firefly2442

    Arma2MySQL

    Sometimes Windows blocks DLLs. Try this fix: http://arma2netmysqlplugin.readthedocs.org/en/latest/#troubleshooting ---------- Post added at 15:28 ---------- Previous post was at 15:26 ---------- You need to install the MySQL connector. http://arma2netmysqlplugin.readthedocs.org/en/latest/#requirements
  15. firefly2442

    Arma2MySQL

    See here: http://forums.bistudio.com/showthread.php?168139-Altis-Life-RPG&p=2552484&viewfull=1#post2552484 ---------- Post added at 04:15 ---------- Previous post was at 04:09 ---------- OK. What are you running? It sounds like it's connecting correctly. Perhaps there's a bug in the mission?
  16. firefly2442

    Arma2MySQL

    You're missing the MySQL dependency. See the readme for details. Make sure to install the appropriate version number. http://arma2netmysqlplugin.readthedocs.org/en/latest/ ---------- Post added at 16:28 ---------- Previous post was at 16:26 ---------- Please post log files.
  17. firefly2442

    Arma2MySQL

    Do you have any log files? That might provide some clues.
  18. firefly2442

    Arma2MySQL

    The asynchronous method is the best because it's not a blocking call. It's more complicated to setup on the SQF side but it's faster and better for servers with large numbers of players. I would recommend using asynchronous. You can look at the Arma3 example mission for details in the implementation.
  19. firefly2442

    Virtual Ammobox System (VAS)

    Version control might help with this. Github, Bitbucket, etc. It might also make it easier for people to post corrections/fixes.
  20. firefly2442

    Arma2NET

    I'm not sure if MSO is even supported anymore. I think they stopped working on it.
  21. firefly2442

    Arma2MySQL

    Yes, it should. As long as MySQL is setup to allow connections.
  22. firefly2442

    Arma2NET

    This works for me in Arma2 OA: Fire up the editor and place it in the initialization for the player unit.
  23. firefly2442

    Arma2MySQL

    Log files are in the appdata folder. See here for details: http://arma2netmysqlplugin.readthedocs.org/en/latest/#troubleshooting
  24. firefly2442

    Arma2MySQL

    Can you post log files for Arma2NET and Arma2NETMySQL.
  25. firefly2442

    Arma2NET

    I don't see any errors in the logs and the file structure looks fine. If you delete all the log files and then re-run your SQF mission/example, what does it say?
×