In T185652#2693034, @inkihh wrote:@elemen Do you think at some point they'll have enough data?
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Feed Advanced Search
Advanced Search
Advanced Search
Sun, Oct 27
Sun, Oct 27
Oct 21 2024
Oct 21 2024
Hey! Deer Geez or whoever from BI will be reviewing this, I want to add logs of our server crashes. They look very similar to Funatics log.
Mar 16 2024
Mar 16 2024
@Geez Hello. Any news on this?
Sep 25 2023
Sep 25 2023
Sep 23 2023
Sep 23 2023
Sep 20 2023
Sep 20 2023
Sep 14 2023
Sep 14 2023
Moonny added a comment to T175429: Server crash in action <LOAD EXISTING CHAR> <RESPAWN NEW CHAR> randomly.
In T175429#2499276, @5treet wrote:Hello,
I found a mod that registers the object animation in PlayerBase, as you mention, so is this a problem? Is it possible that the crashes are caused by this? We never had crashes in <LOAD EXISTING CHAR> <RESPAWN NEW CHAR> before 1.22 HOTFIX 1 from BI. And we use this item before 1.22, is possible to crash apear right now?modded class PlayerBase extends ManBase { override void Init() { if ( !GetGame().IsServer() || !GetGame().IsMultiplayer() ) { DayzPlayerItemBehaviorCfg fireArmsItemBehaviour = new DayzPlayerItemBehaviorCfg; fireArmsItemBehaviour.SetFirearms(); DayzPlayerItemBehaviorCfg toolsOneHanded = new DayzPlayerItemBehaviorCfg; toolsOneHanded.SetToolsOneHanded(); DayzPlayerItemBehaviorCfg twoHanded = new DayzPlayerItemBehaviorCfg; twoHanded.SetTwoHanded(); GetDayZPlayerType().AddItemInHandsProfileIK("Custom_Item_apple", "dz/anims/workspaces/player/player_main/player_main_1h.asi", toolsOneHanded, "dz/anims/anm/player/ik/gear/apple.anm"); } super.Init(); } }
Ok I figured out (seems like). We can apply bitwise operations to constants like here
Moonny added a comment to T175429: Server crash in action <LOAD EXISTING CHAR> <RESPAWN NEW CHAR> randomly.
I can tell this might but not must be releated to how items animations are registered in some mods. If they are registered in PlayerBase class - expect LOAD EXISTING CHAR crashes, because such registration was a workaround years ago and some modmakers here and there sometimes take this as a reference.
Jun 7 2023
Jun 7 2023
Jun 7 2022
Jun 7 2022
Jun 4 2022
Jun 4 2022
Moonny added a comment to T165631: 1.18.154920 -- Man.ServerTakeEntityToHands method causes hand desync.
The problem exists but here are some workarounds:
Moonny added a comment to T165556: Dayz laggy at high view distance and trees pop in-out (View Distance Lag).
You may want to use PreferredViewDistance method before this two (keep it to the same distance). I've got some crashes without doing so.
- Delete DayZ folder in MyDocuments.
- Be sure to update video driver.
- Be sure to have swap file size set to auto or to couple gigs.
- Try another launcher or try connecting to a server directly from the game.
Feb 1 2022
Feb 1 2022
Aug 5 2021
Aug 5 2021
Jul 19 2021
Jul 19 2021
Did some more testing. Vanilla AreaDamageOnce with my setup did call damage event when leaving a trigger aswell. And it should not because damage dealing is bind to OnEnterServerEvent. So even withour doing another debug I assume this method isn't called properly.
You may want to link this mods via RequiredAddons in config.cpp, so one mod will require another to load first. We had same troubles and those steps did help.
© Bohemia Interactive a.s. Bohemia Interactive® is a registered trademark of Bohemia Interactive a.s. All rights reserved. · Privacy Policy · Terms and Conditions