Bug #1931
Server fails to start with .cfg files from an old version (1.14.5 ⇒ 1.15)
Start date:
2014-12-21
% Done:
100%
Description
App init failed: [Error] (GameSession::begin) Episode '0' is not known
In case the cvars specify an invalid map/episode, instead of a fatal error, the server should default to using the first map of the first episode. An error should still be logged, though.
Associated revisions
History
#1 Updated by skyjake almost 10 years ago
- Target version set to 49
#2 Updated by skyjake almost 10 years ago
- Description updated (diff)
#3 Updated by skyjake almost 10 years ago
- Subject changed from Server fails to start with .cfg files from an old version to Server fails to start with .cfg files from an old version (1.14.5 => 1.15)
#4 Updated by skyjake almost 10 years ago
- Status changed from New to In Progress
- Assignee set to skyjake
#5 Updated by skyjake almost 10 years ago
- Subject changed from Server fails to start with .cfg files from an old version (1.14.5 => 1.15) to Server fails to start with .cfg files from an old version (1.14.5 ⇒ 1.15)
#6 Updated by skyjake almost 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
#7 Updated by skyjake over 9 years ago
- Target version deleted (
49)
Fixed|Server|libcommon: Starting a server with obsolete episode/map cvars
Maps are identified by URI nowadays, however server-game-map and
server-game-episode from an old .cfg file will contain a numeric map id.
In this case, the configured values are ignored and the default episode
and map are used.
IssueID #1931