Space for mod related issues
Details
Today
Giving this a bump. Would like to see this fixed.
Tue, Apr 8
Mon, Apr 7
Chiming in here, because this has been an issue for literal YEARS.
It has absolutely NOTHING to do with external software or outdated/corrupted drivers. It most likely has to do with the fact that DayZ still runs on DirectX11 - as this issue can be almost entirely eliminated by running DayZ on a Vulkan API (I and many others have tested this firsthand).
AMD GPUs have had these issue worse than Nvidia for the last few years, but ever since 1.26, the issue is just as noticeable on Nvidia GPUs as it is AMD.
Most AMD GPU users have had to run specific drivers from May 2020 to get slightly better performance due to changes in how AMD GPUs handle DX11. Reported this one years ago.
I bought an Nvidia 4060 JUST to "fix" these issues back in September of 2024, and it genuinely did fix my frame issues until 1.26 was implemented. But let's get down to specifics about this issue, since I know for a fact I'm not the only one in you lot's ears about it right now:
Same problem here.
Hello kazeka4.
Could this be caused by some external software you are running or outdated/corrupted driver?
Sun, Apr 6
pls i wanna play fix it thnks
Thu, Apr 3
Wed, Apr 2
Tue, Apr 1
The function is being called from GesturesMenu.CloseMenu publicly, instance.OnMenuRelease(); with instance being static GesturesMenu instance;. Which somehow bypasses the access modifier.
I forgot to mention, this only happens on the prod version of DayZ exe. Diag exe will swallow the compile error.
Resolved in 1.28
Mon, Mar 31
Update:
It happens on the specific mapframe settings and also causes often crashes with packed map into pbo and testing on local server.
on 1.,26 all be good, after update to 1.27 server start random crash with that error
Program: D:\DayZServer4\DayZServer_x644.exe
Reason: Access violation. Illegal read by 0x7ff611825d71 at 0xa8
Sun, Mar 30
4 years and no response?
Sat, Mar 29
Fri, Mar 28
The RoadTripNG mod is the easiest to test this issue. The only dependency that it has is the CF mod
https://steamcommunity.com/sharedfiles/filedetails/?id=2354568600
Hello RedFalcon.
We will need the exact car mod where this issue is reproducible.
We also need as few as possible mods dependent on it so we can easily reproduce the issue.
Thu, Mar 27
Any update to this?
I was trying to spawn a new Player with Man man = g_Game.CreatePlayer(ident, old.GetType(), old.GetPosition(), 0, "NONE");, then kill the old player in the DB and select the new player and move all items and stats over to the new player. The problem is, that I now get an error when saving the new player, because the playerID and charID is not set when the player was created like this. When I respawn, it works fine, so there must be something, that is executed in the engine to set the playerID and the charID on respawn, which doesn't seem to happen anywhere in the scripts.
Wed, Mar 26
Tue, Mar 25
Fri, Mar 21
Even when you inherit RestCallback in an empty class and create an instance of it, it seems to be leaking
THIS!!! <3
Thu, Mar 20
Hello AlexWorkgroup.
Don't call SetOrientation, SetPosition or SetTransform on physically simulated objects.
Regards,
Geez
Wed, Mar 19
@lava76 indeed that case crashes on linux. I've debugged that in an older version of https://steamcommunity.com/sharedfiles/filedetails/?id=3381664818 and the mod was rewritten to use proper constructors and super calls as you would do it in c++, which fixed the segfault. The original constructor was in the form as mentioned above, rather simple, some variables in the child class, and the access to the base class segfaulted.
There is no such thing as an uninitialized variable in EnforceScript. All variables are initialized to a default on declaration if there is no direct assignment (bool false, float 0.0, int 0 , string "", vector "0 0 0", anything other NULL), and this is a core language feature. Think Java/C#, not C/C++. The above example is valid code and completely fine. If that indeed crashes under Linux(?), that's a bug that needs to be fixed on that platform.
Tue, Mar 18
Hello, Unfortunately there is no Estimate I can provide.
Mon, Mar 17
Can you share me some ETA?
We'd be very happy if this bug will be fixed in the upcoming update.
Because of this bug the development of one of our mods is put on pause.