Page MenuHomeFeedback Tracker
Feed Advanced Search

Jun 5 2025

Danet203 created T192382: Bug or not?.
Jun 5 2025, 12:14 PM · DayZ
Geez changed the status of T192366: Tagged source control archives for 1.28 are not up to date from New to Assigned.
Jun 5 2025, 12:01 PM · DayZ
seguinho added a comment to T192354: Dayz - Frequent crash after 45 minutes – STATUS_ACCESS_VIOLATION (0xC0000005).

Thank you for your reply.
I’ll be waiting for a fix on your end. Feel free to let me know if you need any additional files or information from me.

Jun 5 2025, 11:58 AM · DayZ
Geez changed the status of T192358: [Thanks] Driving update from New to Feedback.

Thank you for the kind words!

Jun 5 2025, 11:25 AM · DayZ
Geez changed the status of T192356: class GeyserArea will never reach any higher bitmask for EGeyserState than 2 from New to Assigned.
Jun 5 2025, 11:25 AM · DayZ
Qaslit added a comment to T192378: What do i do to report issues with hackers on official server.

so i do nothing when there is a hacker killing me?

Jun 5 2025, 11:21 AM · DayZ
Geez changed the status of T192361: Workbench 3D preview broken since 1.28 updates from New to Assigned.
Jun 5 2025, 11:21 AM · DayZ
Geez changed the status of T192364: Locked into blocking pose when equipping handgun from New to Awaiting internal Testing.
Jun 5 2025, 11:18 AM · DayZ
Geez changed the status of T192365: 3803 EU Unreac from New to Need More Info.

Hello TuranCan.
Is this still an issue?

Jun 5 2025, 11:11 AM · DayZ
Geez changed the status of T192371: Hummer car from New to Feedback.
Jun 5 2025, 11:01 AM · DayZ
Geez closed T192373: Hacker in official server 5179 pc as Resolved.

Thank you for the report.
All hacking incidents are being investigated by BattlEye.
Regards,
Geez

Jun 5 2025, 10:59 AM · DayZ
Geez closed T192378: What do i do to report issues with hackers on official server as Resolved.

Hello Qaslit.
If you have the Steam id of the hacker, then the best course of action is to report it directly to BattlEye support.
If you do not, the BattlEye team/anticheat is checking all hacking incidents on the servers.
Regards,
Geez

Jun 5 2025, 10:58 AM · DayZ
Geez changed the status of T192380: You can drink water from weird places since 1.28 from New to Need More Info.

Hello Cpt.Sauna.
Can you please provide us with exact coordinates just in case this problem occurred in this particular spot?

Jun 5 2025, 10:56 AM · DayZ
Geez added a comment to T192354: Dayz - Frequent crash after 45 minutes – STATUS_ACCESS_VIOLATION (0xC0000005).

Hello.
This issue is on our end and needs to be fixed by us.
Regards,
Geez

Jun 5 2025, 10:46 AM · DayZ
Geez added a comment to T192341: Client Crashing, then Server Crashing upon Server Starts Disconnect Process.

Unfortunately due to the current internal priorities we cannot spare devs to debug user created content.
Regards,
Geez

Jun 5 2025, 10:44 AM · DayZ Modding, DayZ
vadymbabii added a comment to T192380: You can drink water from weird places since 1.28.

That's the super immersive feature. You can lick drops off the fence when it's wet

Jun 5 2025, 10:02 AM · DayZ
Cpt.Sauna created T192380: You can drink water from weird places since 1.28.
Jun 5 2025, 9:23 AM · DayZ
Qaslit created T192378: What do i do to report issues with hackers on official server.
Jun 5 2025, 6:41 AM · DayZ
DyingLucky added a comment to T189296: Sakhal Water Spring asset missing.

When will the water springs be fixed?

Jun 5 2025, 6:28 AM · DayZ
Jeanregistretoute created T192373: Hacker in official server 5179 pc.
Jun 5 2025, 4:21 AM · DayZ
CheeseDealer added a comment to T190441: I've had three different game crash exit codes..

Hello, the crash dump files you have provided point to multiple issues.
Some crashes are related to nvidia drivers, some to issues with textures. We suggest making sure everything is up to date and there are no corrupted data. If you are using Nvidia app, we suggest reverting to geforce experience and maybe delete shader cache in case you have it enabled.

Jun 5 2025, 1:47 AM · DayZ
CheeseDealer added a comment to T190441: I've had three different game crash exit codes..
Jun 5 2025, 1:45 AM · DayZ
N added a comment to T192326: Always crashes on Ubuntu 24.04 after 1.28.

Unfortunately the issue still persists, and I'm getting kicked out of servers with "BattlEye (Client not responding)" error. The game remains unplayable sadly.

Jun 5 2025, 12:15 AM · DayZ

Jun 4 2025

DayZMan created T192371: Hummer car.
Jun 4 2025, 11:40 PM · DayZ
gamerz971 added a comment to T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178.

Hello.
This seems to be related to car cutting tree script that has been described bellow:

Hello, in the experimental version of the game (1.28), one of the vehicle-based tree-cutting scripts has started causing server crashes. It works fine in version 1.27.

override void OnContact( string zoneName, vector localPos, IEntity other, Contact data )
{

if ( EngineIsOn() && (data.Impulse > 2000 || GetSpeedometer() > 10))
 {
    Object tree = Object.Cast( other );
        if (tree.IsTree())
        {
            if ( tree.IsCuttable() /* || tree.IsBush() */ )
            {
                Class treeType = NULL;
                if ( tree.IsInherited(TreeHard) )
                {
                    treeType = TreeHard.Cast( tree );
                }
                else if ( tree.IsInherited(TreeSoft) )
                {
                    treeType = TreeSoft.Cast( tree );
                }
                if ( treeType )
                {
                    tree.DecreaseHealth("", "", 100, true);
                    tree.OnTreeCutDown( this ); //RPC Send
                    dBodyDestroy(tree);
                }
                data.Impulse = data.Impulse * 0.01;
            }
        }
}
super.OnContact(zoneName, localPos, other, data);

}

If I remove these lines: tree.DecreaseHealth("", "", 100, true); and dBodyDestroy(tree);, the script works, but the tree does not fall, as expected.
Regards,

This is not a vanilla behaviour but we are looking into it.
Geez

Jun 4 2025, 11:30 PM · DayZ Modding, DayZ
Nate_LapT added a comment to T192357: 1.28 Feedback.

I was hoping they'd use my feedback from October and make a huge ice breaker ship, would be perfect out at sea wedged between a bunch of ice sheets.
The riffy ship is an ok substitute since it would take a lot of resources to make a detailed ship, but it'd be so perfect for the map.

Jun 4 2025, 11:17 PM · DayZ
Geez added a comment to T192188: Heli crashes not cleaning up particles.

Hello,
Can you please describe the procedure used for spawning and deleting these events?
We cannot seem to reproduce this on vanilla with the normal way through ecconomy.
Video with repro steps would be ideal.

Jun 4 2025, 11:04 PM · DayZ
bzed added a comment to T192366: Tagged source control archives for 1.28 are not up to date.

That also happened for the 1_27 tag, it was actually also created before the 1_27 commits were pushed.

Jun 4 2025, 10:53 PM · DayZ
skigoggles created T192366: Tagged source control archives for 1.28 are not up to date.
Jun 4 2025, 8:45 PM · DayZ
skigoggles renamed T192366: Tagged source control archives for 1.28 are not up to date from Tagged source control archives are not up to date to Tagged source control archives for 1.28 are not up to date.
Jun 4 2025, 8:45 PM · DayZ
TuranCan updated the task description for T192365: 3803 EU Unreac.
Jun 4 2025, 8:41 PM · DayZ
TuranCan created T192365: 3803 EU Unreac.
Jun 4 2025, 8:41 PM · DayZ
Mohrenberg added a comment to T192364: Locked into blocking pose when equipping handgun.

confirmed It does bug with other weapons, but you must be switching to the handgun.
Does not appear to bug if the end gun is two handed.

Jun 4 2025, 8:30 PM · DayZ
Mohrenberg created T192364: Locked into blocking pose when equipping handgun.
Jun 4 2025, 8:27 PM · DayZ
Josecitox changed Severity from severity:none to severity:major on T192361: Workbench 3D preview broken since 1.28 updates.
Jun 4 2025, 7:14 PM · DayZ
Josecitox created T192361: Workbench 3D preview broken since 1.28 updates.
Jun 4 2025, 7:14 PM · DayZ
harrybrah114 added a comment to T192341: Client Crashing, then Server Crashing upon Server Starts Disconnect Process.

Hello.
This is caused by the modded content you are running. The mod creators will have to fix this on their end. Very likely caused by some modded animations.
Regards,
Geez

Jun 4 2025, 4:58 PM · DayZ Modding, DayZ
malau created T192358: [Thanks] Driving update.
Jun 4 2025, 4:11 PM · DayZ
seguinho added a comment to T192354: Dayz - Frequent crash after 45 minutes – STATUS_ACCESS_VIOLATION (0xC0000005).

Hi Geez,

Jun 4 2025, 4:08 PM · DayZ
Geez added a comment to T192354: Dayz - Frequent crash after 45 minutes – STATUS_ACCESS_VIOLATION (0xC0000005).

Thank you.
This is a known problem and we are looking into it.
Regards,
Geez

Jun 4 2025, 4:00 PM · DayZ
Geez changed the status of T192321: problem 1 from New to Reviewed.

Hello.
This seems to be related to issues with your mods.
We suggest uninstalling all the mods, verifying and then running a vanilla version of the game. If all works, then you can try to load the mods again.

Jun 4 2025, 4:00 PM · DayZ
Geez changed the status of T192325: got this logging in from New to Reviewed.

Hello.
This seems to be related to issues with your mods.
We suggest uninstalling all the mods, verifying and then running a vanilla version of the game. If all works, then you can try to load the mods again.

Jun 4 2025, 4:00 PM · DayZ
Geez changed the status of T192354: Dayz - Frequent crash after 45 minutes – STATUS_ACCESS_VIOLATION (0xC0000005) from New to Acknowledged.
Jun 4 2025, 3:59 PM · DayZ
Geez changed the status of T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178 from New to Reviewed.

Hello.
This seems to be related to car cutting tree script that has been described bellow:

Jun 4 2025, 3:55 PM · DayZ Modding, DayZ
Geez closed T192341: Client Crashing, then Server Crashing upon Server Starts Disconnect Process as Resolved.

Hello.
This is caused by the modded content you are running. The mod creators will have to fix this on their end. Very likely caused by some modded animations.
Regards,
Geez

Jun 4 2025, 3:54 PM · DayZ Modding, DayZ
Geez closed T192308: Game Crashes on Initial Startup as Resolved.

Hello.
The crash dump points towards nvppex.dll file, indicating a problem with your GPU drivers. Please do a clean installation and check your OS for any corrupted installations/files. Also make sure your system is up to date.
Disabling HWAA in the game might resolve the issue but the root cause is somewhere on your system.
There is also a chance that if you are running Nvidia app instead of Ge-force experience that that is the cause of the problem.
Regards,
Geez

Jun 4 2025, 3:49 PM · DayZ
Geez changed the status of T192357: 1.28 Feedback from New to Feedback.
Jun 4 2025, 3:49 PM · DayZ
Geez changed the status of T192275: Bug when using scope's and rangefinders (and maybe binoculars?) in prone position from Awaiting internal Testing to Confirmed Internally.
Jun 4 2025, 3:46 PM · DayZ
MilesDownshur created T192357: 1.28 Feedback.
Jun 4 2025, 3:04 PM · DayZ
Traqu edited Additional Information on T192356: class GeyserArea will never reach any higher bitmask for EGeyserState than 2.
Jun 4 2025, 1:56 PM · DayZ
Traqu created T192356: class GeyserArea will never reach any higher bitmask for EGeyserState than 2.
Jun 4 2025, 1:56 PM · DayZ
DAVIDking added a comment to T192355: 0x0000005 - STATUS_ACCESS_VIOLATION.

0x0000005 - STATUS_ACCESS_VIOLATION

Jun 4 2025, 1:48 PM · DayZ
DAVIDking created T192355: 0x0000005 - STATUS_ACCESS_VIOLATION.
Jun 4 2025, 1:47 PM · DayZ
seguinho updated the task description for T192354: Dayz - Frequent crash after 45 minutes – STATUS_ACCESS_VIOLATION (0xC0000005).
Jun 4 2025, 1:23 PM · DayZ
seguinho updated the task description for T192354: Dayz - Frequent crash after 45 minutes – STATUS_ACCESS_VIOLATION (0xC0000005).
Jun 4 2025, 1:13 PM · DayZ
seguinho updated the task description for T192354: Dayz - Frequent crash after 45 minutes – STATUS_ACCESS_VIOLATION (0xC0000005).
Jun 4 2025, 12:13 PM · DayZ
seguinho renamed T192354: Dayz - Frequent crash after 45 minutes – STATUS_ACCESS_VIOLATION (0xC0000005) from Frequent crash after 45 minutes – STATUS_ACCESS_VIOLATION (0xC0000005) to Dayz - Frequent crash after 45 minutes – STATUS_ACCESS_VIOLATION (0xC0000005).
Jun 4 2025, 12:13 PM · DayZ
seguinho created T192354: Dayz - Frequent crash after 45 minutes – STATUS_ACCESS_VIOLATION (0xC0000005).
Jun 4 2025, 12:11 PM · DayZ
Geez changed the status of T192338: SpawnableTypes errors (likely due to copypaste) from Assigned to Confirmed Internally.
Jun 4 2025, 11:40 AM · DayZ
Geez changed the status of T192317: Gorka Helmet layer mask request from New to Feedback.
Jun 4 2025, 10:22 AM · DayZ
Geez changed the status of T192318: Server shuts down due to "modstorageplayers.bin was not closed". from New to Assigned.
Jun 4 2025, 10:19 AM · DayZ
Geez closed T192330: du bluta seichekarl as Resolved.

Thank you for the report.
All hacking incidents are being investigated by BattlEye.
Regards,
Geez

Jun 4 2025, 10:17 AM · DayZ
Geez closed T192326: Always crashes on Ubuntu 24.04 after 1.28 as Resolved.
Jun 4 2025, 10:17 AM · DayZ
Geez changed the status of T192334: incorrect engine stall sound from New to Awaiting internal Testing.
Jun 4 2025, 10:17 AM · DayZ
Geez closed T192336: Hacker Problem as Resolved.

Thank you for the report.
All hacking incidents are being investigated by BattlEye.
Regards,
Geez

Jun 4 2025, 10:13 AM · DayZ
Geez changed the status of T192333: massive problem with cheaters from New to Feedback.
Jun 4 2025, 10:13 AM · DayZ
Geez changed the status of T192338: SpawnableTypes errors (likely due to copypaste) from New to Assigned.
Jun 4 2025, 10:11 AM · DayZ
Geez merged task T192337: SpawnableTypes errors (likely due to copypaste) into T192338: SpawnableTypes errors (likely due to copypaste).
Jun 4 2025, 10:03 AM · DayZ
Geez merged T192337: SpawnableTypes errors (likely due to copypaste) into T192338: SpawnableTypes errors (likely due to copypaste).
Jun 4 2025, 10:03 AM · DayZ
Geez closed T192339: Mizashiz is dead looking for a teleporting shirt as Resolved.

Hello and thank you for the report.
This is a known issue that was reported previously.
Unfortunately we do not reimburse any lost items or gear.
Closing the ticket as it is a duplicate.
Regards,
Geez

Jun 4 2025, 10:03 AM · DayZ
Geez changed the status of T192344: Critical Issue with Vehicle Acceleration Inputs When Using Controller from New to Reviewed.

Hello TJSlayer10 and thank you for the report.
Currently there is no propper controller support for the PC version of DayZ, therefore such issues can possibly occur.
Regards,
Geez

Jun 4 2025, 10:01 AM · DayZ
Geez changed the status of T192349: Blood stuck on screen from New to Need More Info.

Hello milorules1012.
Are you running any mods? If so, have you experienced this on non modded servers as well?

Jun 4 2025, 9:58 AM · DayZ
milorules1012 created T192349: Blood stuck on screen.
Jun 4 2025, 7:09 AM · DayZ
TJSlayer10 added a comment to T192344: Critical Issue with Vehicle Acceleration Inputs When Using Controller.

Additional Controller Keybinding Issue – Input Duplication and Order Reversal

Jun 4 2025, 4:15 AM · DayZ
gamerz971 added a comment to T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178.

Jun 4 2025, 3:48 AM · DayZ Modding, DayZ
TJSlayer10 created T192344: Critical Issue with Vehicle Acceleration Inputs When Using Controller.
Jun 4 2025, 3:10 AM · DayZ
harrybrah114 updated the task description for T192341: Client Crashing, then Server Crashing upon Server Starts Disconnect Process.
Jun 4 2025, 1:50 AM · DayZ Modding, DayZ
harrybrah114 created T192341: Client Crashing, then Server Crashing upon Server Starts Disconnect Process.
Jun 4 2025, 1:34 AM · DayZ Modding, DayZ
gamerz971 added a comment to T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178.

Same error, higher pop server.

Jun 4 2025, 1:28 AM · DayZ Modding, DayZ
Mizashiz created T192339: Mizashiz is dead looking for a teleporting shirt.
Jun 4 2025, 12:29 AM · DayZ

Jun 3 2025

Grongus created T192338: SpawnableTypes errors (likely due to copypaste).
Jun 3 2025, 11:33 PM · DayZ
Grongus created T192337: SpawnableTypes errors (likely due to copypaste).
Jun 3 2025, 11:32 PM · DayZ
UnknownFoodCan created T192336: Hacker Problem.
Jun 3 2025, 11:27 PM · DayZ
Norealname created T192335: [SERVER CRASH] Access violation. Illegal read by 0x7ff61be54d32 at 0x178.
Jun 3 2025, 11:25 PM · DayZ Modding, DayZ
Biggy added a comment to T192313: Cheater on the server official 7988 North America .

Ty very much

Jun 3 2025, 11:19 PM · DayZ
charlylaviateur updated the task description for T192334: incorrect engine stall sound .
Jun 3 2025, 10:59 PM · DayZ
charlylaviateur created T192334: incorrect engine stall sound .
Jun 3 2025, 10:50 PM · DayZ
hoodedtop created T192333: massive problem with cheaters .
Jun 3 2025, 10:30 PM · DayZ
N added a comment to T192326: Always crashes on Ubuntu 24.04 after 1.28.

After the latest update (30 minutes ago), the game still freezes immediately after joining a server; however, after waiting for ~1 minute the game unfreezes and continues to work smoothly.

Jun 3 2025, 9:52 PM · DayZ
NeoSS created T192330: du bluta seichekarl.
Jun 3 2025, 9:52 PM · DayZ
N created T192326: Always crashes on Ubuntu 24.04 after 1.28.
Jun 3 2025, 8:06 PM · DayZ
HannahBNana2185 created T192325: got this logging in .
Jun 3 2025, 8:02 PM · DayZ
myhka_228 created T192321: problem 1 .
Jun 3 2025, 6:46 PM · DayZ
Vlady created T192318: Server shuts down due to "modstorageplayers.bin was not closed"..
Jun 3 2025, 5:18 PM · DayZ
Akol added a comment to T182544: Lowest resolution LODs being rendered at any distance.

Just to clarify: the difference between the first-resolution LOD and the View-Pilot LOD is not what I'm reporting here. The actual issue is that the lowest-resolution LOD is being displayed instead of the first-resolution LOD (highest non-View-Pilot resolution LOD) when in third-person perspective at close distances, as shown in the screenshots above.

Jun 3 2025, 5:11 PM · DayZ
Siderist added a comment to T189638: Bad texture on Obj_Furniture_carpet_big due to it having an unfinished rvmat and wrong face orientation on the rear side of the .p3d.

Any update?

Jun 3 2025, 5:06 PM · DayZ
Geez changed the status of T192316: Bug with access to DLC from New to Assigned.
Jun 3 2025, 5:06 PM · DayZ
chapmatic added a comment to T192308: Game Crashes on Initial Startup.

hello?

Jun 3 2025, 5:06 PM · DayZ
MilesDownshur added a comment to T182544: Lowest resolution LODs being rendered at any distance.

Acog is 4 has that bug since the beginning, because it has different VP and 1 LODS (VP is more detailed, and 1st is less, that is why it has squared round screws). And as you know game view menu when you look at objects description renders 1st lod, not VP.

Jun 3 2025, 4:59 PM · DayZ
MilesDownshur created T192317: Gorka Helmet layer mask request.
Jun 3 2025, 4:55 PM · DayZ