PennMUSH Community

Ticket #7653 (closed bug: fixed)

Opened 5 months ago

Last modified 2 months ago

No init_chatdb() call when using minimal db

Reported by: anonymous Assigned to:
Priority: minor Milestone: 1.8.3p7
Keywords: Cc:
Visibility: Public

Description

When calling init_game_dbs, an error in reading the game DB results in creating of the minimal DB and an immediate return. At that point it skips calling init_chatdb. The result is that, until @shutdown/reboot or similar, channel creation is impossible, and an erroneous error message is returned: CHAT: No more memory for channels!

The simplest way to fix it is probably putting an init_chatdb() between both instances of 'create_minimal_db(); return 0;', in init_game_dbs() in game.c (around line 820).

Change History

07/06/08 17:52:52 changed by ehearn

  • milestone set to 1.8.2p9.

09/11/08 21:12:39 changed by raevnos

  • status changed from new to closed.
  • type changed from incoming to bug.
  • resolution set to fixed.
  • milestone changed from 1.8.2p9 to 1.8.3p7.