Page MenuHomeFeedback Tracker
Feed Advanced Search

May 10 2016

Paronity added a comment to T84522: -netlog no longer works..

Thanks for the reply.

After you replied, I confirmed that as well. I then started eliminating parameters and I was finally able to get it to work. Turns out that the server executable behaves differently when started by FireDaemon. If I start the server with FireDaemon, the netlog doesn't get created or written to, but if I start it with a batch file or straight from cmd, it works just fine.

After that, I figured it had to be a permissions issue since FireDaemon starts services as LocalSystem by default. Once I added it to run it as the Administrator account, it logged the netlog just fine.

Are there any plans of allowing that to be moved in the future? I would much rather have it in the server folder somewhere. Especially since boxes with multiple servers are going to be hard to determine which is which..... Especially for ARMACon, that I'm working on. It's going to be impossible to determine which file to use since the files are distinguished by PID, which can't be determined by FTP or even HDD access for those running locally.....

Maybe you can do what the RPT file does and use the profile that is being used as to where it should put those files.

Either way, thanks for your help on this one.

May 10 2016, 12:09 PM · Arma 3
Paronity edited Steps To Reproduce on T84522: -netlog no longer works..
May 10 2016, 12:09 PM · Arma 3
Paronity added a comment to T84341: Constant Restart.

The latest 1.52 update moved it's location on Windows to %AppData%, but it's not being written there either.

I'm about to open a tracker issue for it. They must have broken it when they updated it.

EDIT: Tracker: http://feedback.arma3.com/view.php?id=26155

May 10 2016, 12:04 PM · Arma 3
Paronity added a comment to T83860: Server crashing since 1.40 (Had to open a new issue because the other one was "expired")........

90% of the time I am still seeing at least ONCE per day. Sometimes it's after the server has been up for 45 minutes, and sometimes it's 3 and a half hours.

I can find no common denominator. The only thing that is odd and consistent is that it never creates MDMP.

I can't get Windows to catch the user-mode dump still either.

May 10 2016, 11:50 AM · Arma 3
Paronity edited Steps To Reproduce on T83860: Server crashing since 1.40 (Had to open a new issue because the other one was "expired")........
May 10 2016, 11:50 AM · Arma 3
Paronity added a comment to T83860: Server crashing since 1.40 (Had to open a new issue because the other one was "expired")........

This was the "expired" issue that was never resolved, assisted with, or debugged in any way.

http://feedback.arma3.com/view.php?id=23743

May 10 2016, 11:50 AM · Arma 3
Paronity edited Steps To Reproduce on T83491: Scripts from previous mission still running when joining new server..
May 10 2016, 11:39 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

I don't consider that a valid debugging step and I will not be able to test that, and additionally, of course it's going to work.

I can even run the Altis Life file just fine with no one on it and it runs just fine and never crashes.

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

Thanks Xeno - my points exactly.

If you create an engine that is flexible and made for customization, then you need to handle exceptions correctly so that the modders knows what went wrong and how to fix it.

I am not disagreeing that the code written could be causing the issue, but how am I to determine what code is causing the issue when your engine isn't handling the exception correctly?

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

For the sake of proving absolutely nothing, I ran a server on the box (default map with no customization) since my last post, with a tool restarting it every 12 hours and it never crashed. So, as was already obvious it is something in the custom code that is causing the issue (but we already knew that), but that doesn't help us (content creators and server admins) figure out what is causing the issue because it's YOUR engine that isn't handling the exception correctly. What's more, your code is "handling" it enough to prevent windows from seeing the failure (hence no user-mode dumps and no event log entries) but not enough to do its job.

I would like to be able to figure out what code is causing the issue, but you, the creator of the engine, provide me no valid way of doing so.

I poked around in the hex editor in the bidmp files and can see the error
that it "thinks" is causing the issue which is:
"Out of memory (requested 4203 KB).

footprint 536870912 KB.
pages 81920 KB.

B, mapped 50040832 B), free 60440576 B", but as I said before, the server is on a box with 32 GB of RAM (https://paronity.com/i/6Z7g3.png) and its the only thing running. It's RAM consumption stays around the 110MB-169MB range. (https://paronity.com/i/1E2l4.png)

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

The only thing on the box is this particular server (and the MySQL instance for it) - and the server has 32 GB of RAM.

Most of the time, the ARMA server idles around 110-200 MB of RAM (with the 3rd party malloc) and 1.4GB-1.8GB (with the default malloc) depending on player count, object count, ect....

The system NEVER gets above 25% RAM usage (if we are doing testing with another server, or something else with the box at that point in time). Point being, we aren't even coming close to running out of RAM.

https://paronity.com/i/8i8I3.png

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

Altis is a vanilla map......

Your software isn't handling an exception the way it should. That is a fact. If it were, we would be getting MDMP files. It's irrelevant if I'm running a mod or not.

Just close this issue out. It's apparent that it's going no where. Thanks.

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

So there is nothing more that I can do to debug this issue?

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

Just extDB for database connectivity.

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

It's not windows. If it were windows, there would be events being thrown and a memory dump would be created (because I have user-mode dumps enabled for that executable).

Memory related crash is possible, but you, as the software that is running are responsible for managing those memory calls and handling them should they fail.

Is there anything I can do to help further debug the issue on your end? I'm an operating system level debugger for a living and have a lot of experience in this area, I just need to know what I can do with your software to do so. I am doing everything possible from the OS level, and am getting no where, which leads me to believe it's on ARMA side of things.

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

Bump.....

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

Still seeing the crashes on my end. MDMP files are not being created still, either....

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

Yup. Twice yesterday, and once today so far.

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

It has crashed several times, and the frequency seems to be more after the last push this week. It's never throwing an mdmp file.

We did finally get one today that had all three. It's attached and here as well: https://paronity.com/i/crash_9_default_malloc.zip (RPT, MDMP, and BIDMP)

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

Is there anything else we need to make some progress on this one? Is there anything to note about it only giving MDMP files like 5% of the time? Anything I can do to "influence" them to be caught correctly? I know that exceptions (especially memory), are a slippery slope, just trying to make progress. :)

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

Another one. No MDMP or user-dump on this one:

https://paronity.com/i/crash_6_default_malloc.zip

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

How long should I expect before I get some sort of movement on this? Should I keep uploading these files? Are they helpful at all? Any tips on what I can do to expedite the process would be great. Thanks!

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

Got a crash totay that actually seems to have been caught "correctly". There was an mdmp file in it this time and the RPT reports an access violation.

Here is the zip with RPT, BIDMP, and MDMP: http://paronity.com/i/dump_default_malloc_with_mdmp.zip

I have no idea what your MDMP file contains, so just in case it's helpful, the user-mode dump ALSO threw and I have a full dump should it be necessary. Also, just in case, here is the WinDBG anaylyze output for starters.I know details are scarce without symbols, but I figured I'd throw it in just in case. :)


  • *
  • Exception Analysis *
  • *
  • ERROR: Symbol file could not be found. Defaulted to export symbols for tbb4malloc_bi.dll -
  • ERROR: Symbol file could not be found. Defaulted to export symbols for PhysX3Common_x86.dll -
  • ERROR: Symbol file could not be found. Defaulted to export symbols for tier0_s.dll -
  • ERROR: Symbol file could not be found. Defaulted to export symbols for steamclient.dll -
  • WARNING: Unable to verify checksum for extdb.dll
  • ERROR: Symbol file could not be found. Defaulted to export symbols for extdb.dll -

FAULTING_IP:
arma3server+db603a
00ee603a f3a4 rep movs byte ptr es:[edi],byte ptr [esi]

EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 00ee603a (arma3server+0x00db603a)

 ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000

NumberParameters: 2

Parameter[0]: 00000000
Parameter[1]: 00000000

Attempt to read from address 00000000

CONTEXT: 00000000 -- (.cxr 0x0;r)
eax=00000000 ebx=00000000 ecx=00000000 edx=00000000 esi=00000003 edi=00000003
eip=7744d2ec esp=01bea95c ebp=01beaadc iopl=0 nv up ei pl nz na pe nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00200206
ntdll!NtWaitForMultipleObjects+0xc:
7744d2ec c21400 ret 14h

DEFAULT_BUCKET_ID: NULL_POINTER_READ

PROCESS_NAME: arma3server.exe

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.

EXCEPTION_PARAMETER1: 00000000

EXCEPTION_PARAMETER2: 00000000

READ_ADDRESS: 00000000

FOLLOWUP_IP:
arma3server+db603a
00ee603a f3a4 rep movs byte ptr es:[edi],byte ptr [esi]

NTGLOBALFLAG: 0

APPLICATION_VERIFIER_FLAGS: 0

APP: arma3server.exe

ANALYSIS_VERSION: 6.3.9600.17298 (debuggers(dbg).141024-1500) x86fre

FAULTING_THREAD: 00000f70

PRIMARY_PROBLEM_CLASS: NULL_POINTER_READ

BUGCHECK_STR: APPLICATION_FAULT_NULL_POINTER_READ

LAST_CONTROL_TRANSFER: from 00e96585 to 00ee603a

STACK_TEXT:

WARNING: Stack unwind information not available. Following frames may be wrong. 01beb5fc 00e96585 01beb648 00000000 00000004 arma3server+0xdb603a 00000000 00000000 00000000 00000000 00000000 arma3server+0xd66585

STACK_COMMAND: ~0s; .ecxr ; kb

SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: arma3server+db603a

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: arma3server

IMAGE_NAME: arma3server.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 55253f19

FAILURE_BUCKET_ID: NULL_POINTER_READ_c0000005_arma3server.exe!Unknown

BUCKET_ID: APPLICATION_FAULT_NULL_POINTER_READ_arma3server+db603a

ANALYSIS_SOURCE: UM

FAILURE_ID_HASH_STRING: um:null_pointer_read_c0000005_arma3server.exe!unknown

FAILURE_ID_HASH: {785b27d8-09bd-7a57-4840-60685f9f0af0}

Followup: MachineOwner

If you need the full dump uploaded, just let me know.

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

Again,

https://paronity.com/i/crash_7_default_malloc.zip

No MDMP or User-mode.

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

mdmp files are never created.

I have yet to see an mdmp file produced by any of these crashes, either in the profile folder, nor have any OS dumps been created by my user-mode dumps being enabled.

May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T82110: Server crashing since 1.40.

Ok - turned on default (and inferior :P) allocator, here is the latest RPT and bidmp file. Again, no mdmp file is being created. Also, no user-mode dump.

https://paronity.com/i/crash5_default_malloc.zip

May 10 2016, 10:52 AM · Arma 3
Paronity edited Steps To Reproduce on T82110: Server crashing since 1.40.
May 10 2016, 10:52 AM · Arma 3
Paronity added a comment to T81961: #login has no effect on dedicated server.

I am still seeing this issue on our servers as well.

EDIT: Turns out steamcmd didn't update the hotfix for some strange reason. I had to run it 3 times to get it to grab it then it works as before.

In summation, the latest hotfix works with the expected password.

May 10 2016, 10:47 AM · Arma 3
Paronity added a comment to T81274: Server crashing on 1.4 Update.

The solution posted by uncle_fedor was also the solution for me as well. Apparently, they broke the updater?

You can get them from here, if you need them (i know its unlikely to trust files from here, but they are if you want to).

https://paronity.com/i/anims_f_kart.pbo
https://paronity.com/i/cargoposes_f_heli.ebo

May 10 2016, 10:25 AM · Arma 3
Paronity added a comment to T81274: Server crashing on 1.4 Update.

See, I'm not getting any errors about any animation files. I'm getting a TON of these errors in my CLIENT rpt though

11:42:33 control[CA_ServerDetailExpansion]: Unexpected control type [0]

Server RPT is as clean as a whistle.

May 10 2016, 10:25 AM · Arma 3
Paronity edited Steps To Reproduce on T81274: Server crashing on 1.4 Update.
May 10 2016, 10:25 AM · Arma 3
Paronity added a comment to T79340: Dedicated server crashes [PRIMARY REPORT].

I see this issue periodically on my live server (which indicates it only becomes and issue when it's under load). Our test server can run for days without the issue (for the most part).

May 10 2016, 9:17 AM · Arma 3
Paronity added a comment to T79340: Dedicated server crashes [PRIMARY REPORT].

Another couple notes that I neglected to mention.

Every time it crashes, it seems to be somewhere in the malloc code that is causing an issue (based on looking at the dumps in WinDBG). This has led me to try all the different mallocs that are available and every single one has the same behavior after a random amount of time.

Additionally, I have User-Mode dumps on for the arma server process, so if a full memory dump would be helpful, just let me know, as I have the last 4 or 5 saved to my disk and I could get one or all of them to you.

Thanks!

May 10 2016, 9:17 AM · Arma 3
Paronity added a comment to T75481: setvariable command with public parameter set to true doesn't work for some vehicles.

I do still see this randomly. I have't set up a sand box to test the details of it grain by grain (I will work on doing that shortly), but could this have anything to do with the setObjectTextureGlobal bug? (http://feedback.arma3.com/view.php?id=18748)

May 10 2016, 7:37 AM · Arma 3
Paronity added a comment to T75481: setvariable command with public parameter set to true doesn't work for some vehicles.

I have been seeing this issue as well. It seems like it actually is becoming more prominent and annoying though.

May 10 2016, 7:37 AM · Arma 3
Paronity added a comment to T74388: Command to disable default action menu..

This would make a ton of mods that are being worked on MUCH simpler. Would love to see this.

May 10 2016, 7:10 AM · Arma 3
Paronity added a comment to T67991: There is no way to address parent directory with #include.

No official response on something so simple? Why has this not been addressed in some manner yet? Seems so simple...

I've been using preprocessFileLineNumbers as a workaround, but it just seems like this should be working.

May 10 2016, 3:38 AM · Arma 3

May 9 2016

Paronity added a comment to T60804: Wrong sitting position just appeared on quad bike.

Have seen this on the quad in a few separate occasions. This one, the guy on the front had a broken leg, and when he got on, remained in the broken leg position.

http://cl.ly/NNjq

May 9 2016, 10:03 PM · Arma 3
Paronity added a comment to T60587: Arma 3 Supporter Edition - Steam version.

I'm sure you would feel the same way if you bought something but didn't get all the features it promised.

I did buy the supporter pack, and I don't have my badge, but it's not a bug with the game....

May 9 2016, 9:50 PM · Arma 3
Paronity added a comment to T60587: Arma 3 Supporter Edition - Steam version.

Should probably post on the forums then. This feedback portal should be for game issues only.

May 9 2016, 9:50 PM · Arma 3
Paronity added a comment to T59889: Sound does not switch to USB headphones while game is running.

This is a limitation of Windows and how the game people make the game. Most games will not do this properly, unless they do not bind to windows default. Most games bind to whatever windows default is during launch. If they do that, there is no way to change what the output is that is being used while the game is running.

May 9 2016, 7:17 PM · Arma 3
Paronity added a comment to T59802: Perfomance problems in multiplayer.

It's because the servers are highly unoptimized at this time. They can't keep the server framerate up. They are degrading at a very rapid rate. http://feedback.arma3.com/view.php?id=129

May 9 2016, 7:14 PM · Arma 3
Paronity added a comment to T59761: Game crashes system when returning to full screen from windowed or minimized..

I can confirm that this does not happen to everyone. I minimize and change screen mode a good bit and have not seen this particular issue yet.

Do you use more than one monitor?

2700K
GTX670

May 9 2016, 7:12 PM · Arma 3
Paronity added a comment to T59718: Graphic Card over-heat while the game paused.

You could use Afterburner/Precision to watch your temps too. See how hot they are actually getting. Is it a Kepler chip (GTX600 series)? What card are you using?

May 9 2016, 7:10 PM · Arma 3
Paronity added a comment to T59718: Graphic Card over-heat while the game paused.

I fail to see how your card overheating is the games problem? It's using your card, which makes it heat up. :)

May 9 2016, 7:10 PM · Arma 3
Paronity added a comment to T59713: Player movment and weapons bug.

This is probably the bug where lowering your weapon can cause you to walk until you vault: http://feedback.arma3.com/view.php?id=1016

May 9 2016, 7:10 PM · Arma 3
Paronity added a comment to T59698: Flashlight shines through objects.

While I agree with you about it being a limitation of the engine itself (makes sense), I don't agree that it would be too expensive to do. Shadow casting is not as heavy as many of the other rendering methods already at play in the engine.

The point of people reporting these things, is to see if anything can be done about it. This is one of those things that would be great if it could be addressed.

May 9 2016, 7:09 PM · Arma 3
Paronity added a comment to T59698: Flashlight shines through objects.

It would be nice if this was fixed. Was always frustrating to see a flashlight through an entire city....

May 9 2016, 7:09 PM · Arma 3
Paronity added a comment to T59608: Cannot take gun from vehicle "Gear" slot..

We were seeing this behavior on fresh spawned vehicles. If you get in , move the vehicle, then you should be able to take the item(s).

May 9 2016, 7:03 PM · Arma 3
Paronity added a comment to T59490: Collision when crouching/prone is non existent on certain structures..

I have seen this issue on a couple of the fences that are through out the map as well. No need to vault, you can just crouch right through.

May 9 2016, 6:58 PM · Arma 3
Paronity added a comment to T59486: Some movement keys perform their functions while the text chat function is being used..

That would be problematic if you were typing and rolled into a middle of a field because of it. Boom! :)

May 9 2016, 6:58 PM · Arma 3
Paronity added a comment to T59331: Arma 3 crashes when using MSI afterburner to overclock your GPU.

Instability on your card is most likely the issue, not the game. The game _does_ have some crashes happening, but they would not be directly linked to afterburner. I have my GPU OC'ed with it just fine, and I don't see any issues.

May 9 2016, 6:52 PM · Arma 3
Paronity added a comment to T59309: death from stepping into recently blown up area.

This happened in ARMA 2 as well. It happens from building and stuff as well as they continue to "emit" damage from them after the destruction animation has completed.

May 9 2016, 6:51 PM · Arma 3
Paronity added a comment to T59083: Low CPU/GPU Utilization.

It makes a little sense that you see higher usage CAPTNCAPS since your hardware is slightly more dated than most in this thread.

May 9 2016, 4:20 PM · Arma 3
Paronity added a comment to T59083: Low CPU/GPU Utilization.

This could be attributed to the server. The server FPS can make your max FPS go way down, which would thus make your hardware (which is capable of much more), not need to work that hard to hit it. The server has a lot of influence over the FPS that it's clients have.

May 9 2016, 4:19 PM · Arma 3
Paronity added a comment to T59041: Requesting abilty to aim grenades..

Agreed. I hate the current grenade animation.

May 9 2016, 4:16 PM · Arma 3
Paronity edited Steps To Reproduce on T58961: Listed Player count doesn't update.
May 9 2016, 4:10 PM · Arma 3
Paronity added a comment to T58937: swimming while in land.

This happened in ARMA2 as well. Would be nice to see this get fixed though.

May 9 2016, 4:06 PM · Arma 3
Paronity added a comment to T58838: AI aiming away and shoots.

I have seen this more often than not. They seem to do it more frequently then they did in ARMA 2.

May 9 2016, 4:03 PM · Arma 3
Paronity added a comment to T58753: The game lags even with good specifications.

In many of the co-op missions that we have done, I am seeing similar frames than that of those I Was getting in ARMA 2 missions. I think they are about the same if not better already ans I suspect that they will continue to get enhanced.

May 9 2016, 3:28 PM · Arma 3
Paronity added a comment to T58635: Graphic issue when firing from the vehicles.

I haven't seen this issue and I have done vehicle shooting a good bit already. They are probably going to need/want your DxDiag info.

May 9 2016, 3:24 PM · Arma 3
Paronity added a comment to T58496: Drastic server FPS drop after 15-20 minutes on custom missions.

I see this behavior as well, even on VERY simple missions. The server we are running it on typically can run two wasteland servers completely full (80 slots) without issue for up to 12 hours.

15-20 minutes into a 40 person game shows that the server FPS is down to ~1-5 (if lucky).

May 9 2016, 3:18 PM · Arma 3
Paronity added a comment to T58480: Arma 3 alpha has stopped working.

Ok. Made our server start catching dumps as well. Here is a dump that crashed and caused all 40 clients that were connected to crash with the same dump type:

http://cl.ly/NMse

EDIT by millhauz

May 9 2016, 3:16 PM · Arma 3
Paronity added a comment to T58480: Arma 3 alpha has stopped working.

I have seen this on several PC's. I have also seen it so that when the "server" crashes, it triggers all clients to crash as well. I have enabled local mode dumps. If I catch it again, I will upload one.

May 9 2016, 3:16 PM · Arma 3
Paronity added a comment to T58480: Arma 3 alpha has stopped working.

Full crash dump. Have 3 more if you need them.

http://cl.ly/NLf1

EDIT : Stop copypasting txt files to Notes. Millhauz

May 9 2016, 3:16 PM · Arma 3