Page MenuHomeFeedback Tracker

Constructor MissionServer
Assigned, UrgentPublic

Description

It has been experimentally established that the server will crash if the number of modifications to the constructor is 59 or exceeds this value.

Valid only for MissionServer

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10
Category
General
Steps To Reproduce
  1. Create in 5_Mission script:
modded class MissionServer
{
    void MissionServer()
    {

    }
}
  1. Copy this code 60 times
  2. Run Dayz Server.
  3. Look how your server crashed when mission try to load.
  4. start feeling sad
Additional Information

We rechecked the work of the constructor under the same conditions in PlayerBase - no errors were found.

Perhaps there are other equally critical points

Event Timeline

KGB.BEST created this task.Jul 24 2024, 5:22 AM
Geez changed the task status from New to Assigned.Jul 25 2024, 11:38 AM
DeadStaFF added a subscriber: Geez.Aug 5 2024, 10:16 AM

@Geez
Hi!
Are you planning to fix this in the next update?

Geez added a comment.Aug 5 2024, 10:20 AM

Unfortunately no information I could provide in regards to that.

Unfortunately no information I could provide in regards to that.

this is a very critical moment, we hope that information or movement towards solving this problem will appear)

update info:

void MissionGameplay()

causes the same problem