← Back to team overview

mudlet-makers team mailing list archive

[Bug 1263570] Re: connecting rooms without areas causes seg fault

 

Fixed in mudlet/dev

** Changed in: mudlet
   Importance: Undecided => High

** Changed in: mudlet
       Status: New => Fix Committed

** Changed in: mudlet
    Milestone: None => 3.0

** Changed in: mudlet
     Assignee: (unassigned) => Chris (chrismudlet)

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1263570

Title:
  connecting rooms without areas causes seg fault

Status in Mudlet the MUD client:
  Fix Committed

Bug description:
  This code causes a seg fault:

  local id = createRoomID()
  addRoom(id)
  local id2 = createRoomID()
  addRoom(id2)
  setExit(id,id2,"n")

  because the TArea has not yet been initialized. This will be fixed by
  the updated area code with rooms having a default "void" area.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1263570/+subscriptions


References