Page MenuHomeFeedback Tracker

[Exp 1.26] Is there a trick to running a 1.26 server?
Reviewed, NormalPublic

Description

Getting the following error:

9:29:20.960 ERROR: Could not find "officialKeyModulus" field in server config!
9:29:20.960 ERROR: Failed to generate private key blob!
9:29:20.960 FAILED: Official server signature could not be generated! Shutting down server!

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

endreu added a subscriber: endreu.Aug 6 2024, 3:46 PM

welcome to the club there!
same issue here

p.s. some one pushed wrong branch to steam?

Geez added a subscriber: Geez.Aug 6 2024, 3:57 PM

Hello everyone.
Do you run the server with shard ID from 000 - 099? As doing so will result in such error.
Using shard ID such as 111 will resolve the problem.

Geez added a comment.Aug 6 2024, 3:58 PM

It was also mentioned in the changelog:

Changed: Attempting to start a server with ShardIds 000 - 099 will prevent the server from starting up, as those are reserved for official servers

Hello everyone.
Do you run the server with shard ID from 000 - 099? As doing so will result in such error.
Using shard ID such as 111 will resolve the problem.

where and how do you define the "shard ID"?

endreu added a comment.Aug 6 2024, 4:04 PM

back in days i have hosted official dayz servers with lv1 and lv2.. but thx for time

endreu added a comment.Aug 6 2024, 4:06 PM

where and how do you define the "shard ID"?

just open the default serverDZ there is all

Geez added a comment.Aug 6 2024, 4:07 PM

Hello everyone.
Do you run the server with shard ID from 000 - 099? As doing so will result in such error.
Using shard ID such as 111 will resolve the problem.

where and how do you define the "shard ID"?

The shardid parameter is part of the server config.

serverDZ.cfg

shardId = 111 (example)

Hello everyone.
Do you run the server with shard ID from 000 - 099? As doing so will result in such error.
Using shard ID such as 111 will resolve the problem.

where and how do you define the "shard ID"?

The shardid parameter is part of the server config.

serverDZ.cfg

shardId = 111 (example)

That worked. Thanks a lot Geez ❤

Geez added a comment.Aug 6 2024, 4:13 PM

Hello everyone.
Do you run the server with shard ID from 000 - 099? As doing so will result in such error.
Using shard ID such as 111 will resolve the problem.

where and how do you define the "shard ID"?

The shardid parameter is part of the server config.

serverDZ.cfg

shardId = 111 (example)

That worked. Thanks a lot Geez ❤

Glad to hear <3

I just wasted an hour over this....

Please add this to the patch notes and the serverDZ example included

It was also mentioned in the changelog:

Changed: Attempting to start a server with ShardIds 000 - 099 will prevent the server from starting up, as those are reserved for official servers

How could anyone not have understood that it's a serverdz parameter from this? We're expected to just know what shardids are and how to apply them from this????

Agreed this wasnt the best way to communicate this change, if possible it would be nice to edit the changelog, especially since this is a required change

LydHosting added a subscriber: LydHosting.EditedAug 7 2024, 4:32 AM

Yes, it's not very clear inside the changelog. Can you say whether the "shardId" must be unique for each server hosted on a machine? Apparently, the same shardId can be used. But this is not clear without documentation.

Perhaps it would be a good idea to ensure that servers without a "shardId" in ServerDZ.cfg can start up without crashing. Many people are likely to complain about this when version 1.26 becomes stable, so it would be better to anticipate and avoid these problems.

Geez changed the task status from New to Reviewed.Aug 7 2024, 9:18 AM