Page 21 of 30 FirstFirst ... 11171819202122232425 ... LastLast
Results 201 to 210 of 294

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

Thread: Arma2NET

  1. #201
    Private First Class
    Join Date
    Jan 31 2009
    Location
    Texas, USA
    Posts
    27
    Code:
    08/02/2012 08:03:39 Info Successfully loaded into process Arma2NetExplorer
    08/02/2012 08:03:39 Info Unloading addins
    08/02/2012 08:03:40 Info Loading addins
    08/02/2012 08:03:40 Info Name                Version             Publisher           Description
    08/02/2012 08:03:40 Info CompareVersion      2.0.0.0             Scott_NZ            Compares two version strings and returns an integer indicating how they compare.
    08/02/2012 08:03:40 Info ClrVersion          2.0.0.0             Scott_NZ            Retrieves the version of the Common Language Runtime.
    08/02/2012 08:03:40 Info Version             2.0.0.0             Scott_NZ            Returns the version of Arma2NET.
    08/02/2012 08:03:40 Info CommandLine         2.0.0.0             Scott_NZ            Returns the command line used to start the application.
    08/02/2012 08:03:40 Info DateTime            2.0.0.0             Scott_NZ            Returns the current date and time.
    08/02/2012 08:03:40 Info MyPlugin                                                    
    08/02/2012 08:07:13 Log: Unmanaged side loaded
    08/02/2012 08:07:13 Info Successfully loaded into process arma2oa
    08/02/2012 08:07:13 Info Arma2NET 2.1.0.0 initializing on CLR 4.0.30319.17626
    08/02/2012 08:07:13 Info Loading addins
    08/02/2012 08:07:13 Info Name                Version             Publisher           Description
    Nothing more is given. I have VS installed if you can provide a debug build so I could get you a stack trace or something.

    The project is a Windows/C# class library with only the proxy as a reference and the most recent MyPlugin code from this thread's last current page.

  2. #202
    Sergeant
    Join Date
    May 11 2011
    Location
    Christchurch, New Zealand
    Posts
    137
    Author of the Thread
    Can you see anything in Event Viewer?

  3. #203
    Private First Class
    Join Date
    Jan 31 2009
    Location
    Texas, USA
    Posts
    27
    Nothing except saying arma2oa crashed. What patch you use normally?

  4. #204
    Sergeant
    Join Date
    May 11 2011
    Location
    Christchurch, New Zealand
    Posts
    137
    Author of the Thread
    Arma 2 patch? 1.62. Though this is probably an A2N problem not a game problem. Is there a .NET Runtime error entry in Event Viewer? It should have the exception details etc.

  5. #205
    Sergeant
    Join Date
    May 11 2011
    Location
    Christchurch, New Zealand
    Posts
    137
    Author of the Thread

    Arma2NET 2.1.1 released

    Arma2NET 2.1.1 changelog:

    - Fixed an issue with Utils.FileVersion and Utils.Version throwing a FileNotFoundException.
    - Improved the behaviour of the plugin system, and added a new Reload command.
    - Improved the responsiveness of Arma2NET Explorer.

    ZIP: https://bitbucket.org/Scott_NZ/arma2...2NET-2.1.1.zip
    MSI: https://bitbucket.org/Scott_NZ/arma2...2NET-2.1.1.msi

  6. #206

  7. #207
    Private First Class
    Join Date
    Jan 31 2009
    Location
    Texas, USA
    Posts
    27
    Application: arma2oa.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.TypeInitializationException
    Stack:
    at Arma2Net.Managed.Bridge.InvokeFunction(System.Stri ng, Int32)
    at <Module>.Arma2Net.Unmanaged.InvokeFunctionImpl(SBy te*, Int32, SByte*)
    at <Module>.Arma2Net.Unmanaged.InvokeFunction(SByte *, Int32, SByte*)

  8. #208
    Sergeant
    Join Date
    May 11 2011
    Location
    Christchurch, New Zealand
    Posts
    137
    Author of the Thread
    Yep, that's what I was looking for. The entry is not too useful, so I'll have to make logging a bit more verbose or provide a debug build as you suggested. If you haven't already, see if you can reproduce the crash on 2.1.1 so I know that I haven't already fixed it.

  9. #209
    Private First Class
    Join Date
    Jan 31 2009
    Location
    Texas, USA
    Posts
    27
    Same crash as before.

  10. #210

    I am at a complete turn around on this.

    Someone, please help. I have tried my best tto figure this out and the only thing I have come up with is this: pixies don't want me running an ARMA2 server. Thus, I am at a standstill. However, this is what I do know.

    1) Exception Info: System.TypeInitializationException
    Stack:
    at Arma2Net.Managed.Bridge.InvokeFunction(System.Stri ng, Int32)
    at <Module>.Arma2Net.Unmanaged.InvokeFunctionImpl(SBy te*, Int32, SByte*)
    at <Module>.Arma2Net.Unmanaged.InvokeFunction(SByte *, Int32, SByte*)

    That's in my event viewer

    2) Faulting application path: C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\arma2oaserver.exe
    Faulting module path: C:\Windows\syswow64\KERNELBASE.dll

    Followed by that one

    3) Allocator: C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\dll\tbb4malloc_bi.dll
    blah blah blah
    Fault address: 7554B9BC 01:0000A9BC C:\Windows\syswow64\KERNELBASE.dll
    file: dayz (__cur_mp)
    world: chernarus

    That is in the arma2oaserver.RPT file.

    I am not that great of a coder. I sit in front of routers all day. So what I'm really looking for is this: A) Is this an ARMA2NET issue? B) If so, how do I go about fixing this? OR Can I be pointed in the right direction?

    Thanks,
    Waldo

Page 21 of 30 FirstFirst ... 11171819202122232425 ... 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
  •