Jump to content

bjbourn

Member
  • Content Count

    9
  • Joined

  • Last visited

  • Medals

Everything posted by bjbourn

  1. bjbourn

    Arma2MySQL

    I am running the beta dedicated server, Version 1.62.95208 I tried adding "C:\Program Files\Bohemia Interactive\Arma 2\@Arma2NET" and "C:\Program Files\Bohemia Interactive\Arma 2" to the reference paths. Also I tried adding "Arma2Net.Managed.dll" and "Arma2Net.Unmanaged.dll" to the references list. Still getting the same error as last post. thanks, BB
  2. bjbourn

    Arma2MySQL

    I get the same error. From my testing it seems to be looking in my "Expansion\beta" folder where the armaoaserver.exe is being launched from, instead of the @Arma2Net folder. This is the same behavior that Arma2Net was showing before the 2.0 version. Anything else I should try? thanks, BB edit: I just saw a new code commit. I will try that now. Boooo, still no joy... 07/22/2012 15:46:48 Log: Unmanaged side loaded 07/22/2012 15:46:48 Info Successfully loaded into process arma2oaserver 07/22/2012 15:46:48 Info Arma2NET 2.0.0.0 initializing on CLR 4.0.30319.269 07/22/2012 15:46:48 Info Loading addins 07/22/2012 15:46:48 Info Loaded Arma2NETMySQL 0.1.0.0 by firefly2442: Runs MySQL procedure commands. 07/22/2012 15:46:48 Info Loaded Arma2NETMySQLCommand 0.1.0.0 by firefly2442: Runs raw MySQL commands 07/22/2012 15:46:48 Info Loaded CompareVersion 2.0.0.0 by Scott_NZ: Compares two version strings and returns an integer indicating how they compare. 07/22/2012 15:46:48 Info Loaded ClrVersion 2.0.0.0 by Scott_NZ: Retrieves the version of the Common Language Runtime. 07/22/2012 15:46:48 Info Loaded Version 2.0.0.0 by Scott_NZ: Returns the version of Arma2NET. 07/22/2012 15:46:48 Info Loaded CommandLine 2.0.0.0 by Scott_NZ: Returns the command line used to start the application. 07/22/2012 15:46:48 Info Loaded DateTime 2.0.0.0 by Scott_NZ: Returns the current date and time. 07/22/2012 15:46:48 Info Arma2NET initialized in 00:00:00.4973337 07/22/2012 15:46:48 Error Caught exception of type System.IO.FileNotFoundException System.IO.FileNotFoundException: Could not load file or assembly 'Arma2Net.Managed.dll' or one of its dependencies. The system cannot find the file specified. File name: 'Arma2Net.Managed.dll' ---> System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) at System.Reflection.AssemblyName.nGetFileInformation(String s) at System.Reflection.AssemblyName.GetAssemblyName(String assemblyFile) at Arma2Net.AddInProxy.Utils.get_Version() at Arma2NETMySQLPlugin.Startup.StartupConnection() at Arma2NETMySQLPlugin.Arma2NETMySQLPlugin.Invoke(String args, Int32 maxResultSize) at Arma2Net.Managed.AddInManager.InvokeAddInImpl() at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate) at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate) at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String args, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) BB
  3. bjbourn

    Arma2NET

    I will move to the arma2mysql thread. thanks, BB
  4. bjbourn

    Arma2MySQL

    I am using firefly2442-Arma2NETMySQLPlugin-1df7310 and it seems that the code in Arma2NETMySQLPlugin.cs has "using AddInView;" which is looking for the addinview.dll that seems to be missing from Arma2Net 2.0 to compile I had to use the dll in Arma2Net 1.3, else it would not compile. It seems to build with "//using AddInView;" commented out. Still getting the following: 07/22/2012 12:14:46 Log: Unmanaged side loaded 07/22/2012 12:14:47 Info Successfully loaded into process arma2oaserver 07/22/2012 12:14:47 Info Arma2NET 2.0.0.0 initializing on CLR 4.0.30319.1 07/22/2012 12:14:47 Info Loading addins 07/22/2012 12:14:47 Info Loaded Arma2NETMySQL 0.1.0.0 by firefly2442: Runs MySQL procedure commands. 07/22/2012 12:14:47 Info Loaded Arma2NETMySQLCommand 0.1.0.0 by firefly2442: Runs raw MySQL commands 07/22/2012 12:14:47 Info Loaded CompareVersion 2.0.0.0 by Scott_NZ: Compares two version strings and returns an integer indicating how they compare. 07/22/2012 12:14:47 Info Loaded ClrVersion 2.0.0.0 by Scott_NZ: Retrieves the version of the Common Language Runtime. 07/22/2012 12:14:47 Info Loaded Version 2.0.0.0 by Scott_NZ: Returns the version of Arma2NET. 07/22/2012 12:14:47 Info Loaded CommandLine 2.0.0.0 by Scott_NZ: Returns the command line used to start the application. 07/22/2012 12:14:47 Info Loaded DateTime 2.0.0.0 by Scott_NZ: Returns the current date and time. 07/22/2012 12:14:47 Info Arma2NET initialized in 00:00:00.6273071 07/22/2012 12:14:47 Error Caught exception of type System.IO.FileNotFoundException System.IO.FileNotFoundException: Could not load file or assembly 'Arma2Net.Managed.dll' or one of its dependencies. The system cannot find the file specified. File name: 'Arma2Net.Managed.dll' ---> System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) at System.Reflection.AssemblyName.nGetFileInformation(String s) at System.Reflection.AssemblyName.GetAssemblyName(String assemblyFile) at Arma2Net.AddInProxy.Utils.get_Version() at Arma2NETMySQLPlugin.Startup.StartupConnection() at Arma2NETMySQLPlugin.Arma2NETMySQLPlugin.Invoke(String args, Int32 maxResultSize) at Arma2Net.Managed.AddInManager.InvokeAddInImpl() at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate) at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate) at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String args, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) thanks, BB
  5. bjbourn

    Arma2NET

    At least the arma2oaserver.exe is no longer crashing now YAY!!!. I rebuilt the Arma2mysql plugin that was updated. I think something is still out of wack with the plugin though, it is looking for AddInView.dll which seems to have been removed from 2.0 of Arma2Net. Anyway here is what I am seeing now: 07/21/2012 23:42:01 Log: Unmanaged side loaded 07/21/2012 23:42:02 Info Successfully loaded into process arma2oaserver 07/21/2012 23:42:02 Info Arma2NET 2.0.0.0 initializing on CLR 4.0.30319.269 07/21/2012 23:42:02 Info Loading addins 07/21/2012 23:42:02 Info Loaded Arma2NETMySQL 0.1.0.0 by firefly2442: Runs MySQL procedure commands. 07/21/2012 23:42:02 Info Loaded Arma2NETMySQLCommand 0.1.0.0 by firefly2442: Runs raw MySQL commands 07/21/2012 23:42:02 Info Loaded CompareVersion 2.0.0.0 by Scott_NZ: Compares two version strings and returns an integer indicating how they compare. 07/21/2012 23:42:02 Info Loaded ClrVersion 2.0.0.0 by Scott_NZ: Retrieves the version of the Common Language Runtime. 07/21/2012 23:42:02 Info Loaded Version 2.0.0.0 by Scott_NZ: Returns the version of Arma2NET. 07/21/2012 23:42:02 Info Loaded CommandLine 2.0.0.0 by Scott_NZ: Returns the command line used to start the application. 07/21/2012 23:42:02 Info Loaded DateTime 2.0.0.0 by Scott_NZ: Returns the current date and time. 07/21/2012 23:42:02 Info Arma2NET initialized in 00:00:00.6424168 07/21/2012 23:42:02 Error Caught exception of type System.IO.FileNotFoundException System.IO.FileNotFoundException: Could not load file or assembly 'Arma2Net.Managed.dll' or one of its dependencies. The system cannot find the file specified. File name: 'Arma2Net.Managed.dll' ---> System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) at System.Reflection.AssemblyName.nGetFileInformation(String s) at System.Reflection.AssemblyName.GetAssemblyName(String assemblyFile) at Arma2Net.AddInProxy.Utils.get_Version() at Arma2NETMySQLPlugin.Startup.StartupConnection() at Arma2NETMySQLPlugin.Arma2NETMySQLPlugin.Invoke(String args, Int32 maxResultSize) at Arma2Net.Managed.AddInManager.InvokeAddInImpl() at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate) at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate) at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String args, Int32 maxResultSize) at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize) many thanks again, BB
  6. bjbourn

    Arma2NET

    Thanks for the heads up, I think that did it for me, I am now getting a differnt crash error, but it appears that Arma2Net is now happy, here is the Arma2Net.log 07/21/2012 15:07:55 Log: Unmanaged side loaded 07/21/2012 15:07:55 Info Successfully loaded into process arma2oaserver 07/21/2012 15:07:55 Info Arma2NET 2.0.0.0 initializing on CLR 4.0.30319.269 07/21/2012 15:07:55 Info Loading addins The crash message I am getting now is this, but I don't know what it is related to yet: Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: arma2oaserver.exe Problem Signature 02: 1.62.95.208 Problem Signature 03: 50097a12 Problem Signature 04: mscorlib Problem Signature 05: 4.0.0.0 Problem Signature 06: 4ee9af8e Problem Signature 07: 2603 Problem Signature 08: 0 Problem Signature 09: System.IO.FileNotFoundException OS Version: 6.1.7600.2.0.0.272.7 Locale ID: 1033 Additional Information 1: 0a9e Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 Additional Information 3: 0a9e Additional Information 4: 0a9e372d3b4ad19135b953a78882e789 Again thanks for looking into my issue, BB
  7. bjbourn

    Arma2NET

    Yes, That is correct.
  8. bjbourn

    Arma2NET

    Thanks for assisting with the issue :) I am not sure, I have verified that I have the MSVCR100.dll in windows/system32. Any other thoughts? Any ideas why Arma2Net is looking in the wrong place for 'Arma2Net.Managed'? LOG: Attempting download of new URL file:///C:/Program Files/Bohemia Interactive/ArmA 2/Expansion/beta/Arma2Net.Managed.DLL? BB
  9. bjbourn

    Arma2NET

    Many thanks for the work on Arma2Net! I have been fighting with an issue that I have been unable to resolve... I have narrowed it down to something wrong with Arma2Net perhaps but I thought I would post here to see if anyone else has had and resolved this issue. It seems that the server cannot find dll files related to Arma2Net when a client logs in to the server. I have tried running this on 3 different machines with and without all windows updates for the .Net 4 client profile. I suspect that I am doing something wrong but I cannot seem to isolate it. Any help would be greatly appreciated I am getting the following: Arma2Net.log: 07/19/2012 11:03:54 Log: Unmanaged side loaded 07/19/2012 11:03:56 Log: Fatal unhandled exception Log: System.IO.FileNotFoundException: Could not load file or assembly 'Arma2Net.Managed, Version=1.7.0.0, Culture=neutral, PublicKeyToken=8762987cc8e6095e' or one of its dependencies. The system cannot find the file specified. File name: 'Arma2Net.Managed, Version=1.7.0.0, Culture=neutral, PublicKeyToken=8762987cc8e6095e' at Arma2Net.Unmanaged.InvokeFunctionImpl(SByte* output, Int32 outputSize, SByte* function) at Arma2Net.Unmanaged.InvokeFunction(SByte* output, Int32 outputSize, SByte* function) === Pre-bind state information === LOG: DisplayName = Arma2Net.Managed, Version=1.7.0.0, Culture=neutral, PublicKeyToken=8762987cc8e6095e (Fully-specified) LOG: Appbase = file:///C:/Program Files/Bohemia Interactive/ArmA 2/Expansion/beta/ LOG: Initial PrivatePath = NULL Calling assembly : (Unknown). === LOG: This bind starts in default load context. LOG: No application configuration file found. LOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config. LOG: Post-policy reference: Arma2Net.Managed, Version=1.7.0.0, Culture=neutral, PublicKeyToken=8762987cc8e6095e LOG: Attempting download of new URL file:///C:/Program Files/Bohemia Interactive/ArmA 2/Expansion/beta/Arma2Net.Managed.DLL. LOG: Attempting download of new URL file:///C:/Program Files/Bohemia Interactive/ArmA 2/Expansion/beta/Arma2Net.Managed/Arma2Net.Managed.DLL. LOG: Attempting download of new URL file:///C:/Program Files/Bohemia Interactive/ArmA 2/Expansion/beta/Arma2Net.Managed.EXE. LOG: Attempting download of new URL file:///C:/Program Files/Bohemia Interactive/ArmA 2/Expansion/beta/Arma2Net.Managed/Arma2Net.Managed.EXE. thanks, BB
×