mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03491
[Bug 1263570] [NEW] connecting rooms without areas causes seg fault
Public bug reported:
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.
** Affects: mudlet
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References