Page 24 of 30 FirstFirst ... 14202122232425262728 ... LastLast
Results 231 to 240 of 294

  Click here to go to the first Developer post in this thread.  

Thread: Arma2NET

  1. #231
    callExtension is only present in OA 1.62+ (and probably in the latest TKOH beta patch).

  2. #232
    Sergeant
    Join Date
    May 11 2011
    Location
    Christchurch, New Zealand
    Posts
    137
    Author of the Thread
    Arma2NET has been updated to version 2.2 with the following changes:

    - Arma2NET will now gracefully handle appdomain errors, adding partial support for .NET 4.5 and Windows 8 as a result.
    - Added support for the Mono runtime as an alternative to .NET entirely.
    - Improved logging functionality.

    Download:
    ZIP archive: https://bitbucket.org/Scott_NZ/arma2...ma2NET-2.2.zip
    MSI installer: https://bitbucket.org/Scott_NZ/arma2...ma2NET-2.2.msi

    If you would like to use the Mono runtime instead of the .NET runtime (this should work fine on Windows 8, if not let me know):

    Download and install Mono 2.11.3 from http://www.go-mono.com/mono-downloads/download.html (make sure you use 2.11.3, there is a bug in the stable version which will prevent Arma2NET from functioning correctly)
    Rename Arma2Net.Unmanaged.Mono.dll to Arma2Net.Unmanaged.dll and back up the old Arma2Net.Unmanaged.dll in case you want to revert.
    Append the path to Mono's bin folder to your %PATH% environment variable.
    Edit MonoPaths.txt to point to Mono's lib and etc folders.

    Arma2NET should function almost exactly the same on Mono as it does on .NET.

  3. #233

  4. #234
    Is there any additional information on the Whitelist plugin? There isn't much in the wiki. Basically, how do I even use it?

  5. #235
    Sergeant
    Join Date
    May 11 2011
    Location
    Christchurch, New Zealand
    Posts
    137
    Author of the Thread
    I removed whitelisting and the need for whitelisting a few patches ago because people were just disabling the associated features anyway.

  6. #236
    Hi all,

    I am trying to setup Persistant DB for one of my mission/server. I'm really really new to MySQL and Arma2NET.

    I am getting this in the log:
    Code:
    Info: 16:03:26 - Arma2NETMySQL Plugin Started.
    Info: 16:03:26 - Version number: 0.1.0.0
    Info: 16:03:26 - Loading databases...
    Info: 16:03:26 - Database: arma IPAddress: 127.0.0.1 Port: 3306 Username: arma Password: NotShownForSecurityReasons
    Info: 16:03:27 - Unable to open connection to database, trying again in 10 seconds.MySql.Data.MySqlClient.MySqlException (0x80004005): Unknown database 'arma'
       at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
       at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew(Boolean reset)
       at MySql.Data.MySqlClient.NativeDriver.Authenticate(Boolean reset)
       at MySql.Data.MySqlClient.NativeDriver.Open()
       at MySql.Data.MySqlClient.Driver.Open()
       at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
       at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
       at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
       at MySql.Data.MySqlClient.MySqlPool.GetConnection()
       at MySql.Data.MySqlClient.MySqlConnection.Open()
       at Arma2NETMySQLPlugin.MySQL.OpenConnection(String connectionString)
    Info: 16:03:37 - Unable to open connection to database, trying again in 10 seconds.MySql.Data.MySqlClient.MySqlException (0x80004005): Unknown database 'arma'
       at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
       at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew(Boolean reset)
       at MySql.Data.MySqlClient.NativeDriver.Authenticate(Boolean reset)
       at MySql.Data.MySqlClient.NativeDriver.Open()
       at MySql.Data.MySqlClient.Driver.Open()
       at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
       at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
       at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
       at MySql.Data.MySqlClient.MySqlPool.GetConnection()
       at MySql.Data.MySqlClient.MySqlConnection.Open()
    It seems it is having troubles getting into the database. Can anyone give me some advice on changing any settings in MySQL to allow proper connection please.

    I have done all steps on this. I read a lot of threads to the point my head is about to explode.

    Please forgive me if this is in the wrong thread. I will gladly delete and repost elsewhere.

    Thank you for your time!!

  7. #237
    Sergeant
    Join Date
    May 11 2011
    Location
    Christchurch, New Zealand
    Posts
    137
    Author of the Thread
    It looks like a simple fix, you need to create the database first.
    Post in the PDB thread: http://forums.bistudio.com/showthrea...se-Scripts-WIP

  8. #238
    I think I have. I clicked "Create EER Model from SQL script" and used the "MSO(dat).sql" and saved the model as "arma".

  9. #239
    Any suggestions for an alternative or maybe it's something you can add back? Perhaps as an optional plugin? I am more script kiddie then programmer: I've built things from scratch but nothing even slightly complex.

  10. #240

Page 24 of 30 FirstFirst ... 14202122232425262728 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •