Page MenuHomeFeedback Tracker

A configuration error in "db\messages.xml" can cause a launch crash
Confirmed Internally, NormalPublic

Description

Hello,

I would like to inform you of an error during the interpretation of the messages.xml file when the server is launched. The server crashes at start-up when the <text> tag contains no value.

Best regards

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Server
Steps To Reproduce
  1. Use this "messages.xml" file on a :
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<messages>   
    <message>
        <delay>10</delay>
        <repeat>50</repeat>
        <onconnect>1</onconnect>
        <text></text>
    </message>
</messages>

Event Timeline

Geez changed the task status from New to Confirmed Internally.Thu, May 9, 10:12 AM