Page MenuHomeFeedback Tracker

Messages.xml Server Crash
New, NormalPublic

Description

Ok so I thought id try add a blank line to space out the message between my server name and the rest of the message , but when trying to launch the server as its loading it just closes down

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<messages>

<message>
    <delay>0.5</delay>
    <onconnect>1</onconnect>
    <text>Welcome to the 8bitgamers.co.uk Dayz Vanilla Server </text>
</message>
  <message>
    <delay>0.5</delay>
    <onconnect>1</onconnect>
    <text> </text>
</message>

<message>

    <delay>0.5</delay>
    <onconnect>1</onconnect>
    <text>Please check our forums for rules</text>
</message>

<message>

    <delay>0.5</delay>
    <onconnect>1</onconnect>
    <text>Join our discord https://discord.me/8bitgamers</text>
</message>

<message>

    <delay>0.5</delay>
    <onconnect>1</onconnect>
    <text>"-name Playername" in dayz launch options to set name</text>
</message>

</messages>

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Server
Steps To Reproduce

create a message with a blank space run server

Event Timeline

fazmond created this task.Dec 23 2018, 8:16 PM
fazmond updated the task description. (Show Details)Dec 24 2018, 1:35 AM

was this part that made the server shutdown on launch

<message>

<delay>0.5</delay>
<onconnect>1</onconnect>
<text> </text>

</message>