You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When adding WCCMMPLS to the modules.json to active MajorMUD+ MBBSEmu throws an error
To Reproduce
Steps to reproduce the behavior:
Add WCCMMPLS to modules.json
{
"Modules": [
{
"Identifier": "WCCMMUD",
"Path": "/home/penguin/mbbsemu/majormud/"
},
{
"Identifier": "WCCMMPLS",
"Path": "/home/penguin/mbbsemu/majormud/"
}
]
}
load mbbsemu using the modules.json to get the error adding WCCMMPLS first or 2nd gives the same error
System.Exeption: Unkown or Unimplemented Imported Module: WCCMMUD at MBBSEmu.HostProcess.MbbsHost.PatchRelocation(MbbeModule module) at MBBSEmu.HostProcess.MbbsHost.AddModule(MbbsModule module) at MBBSEmu.HostProcess.MbbsHost.Start(List'1 moduleConfigurations) at MBBSEmu.Program.Run(String[] args)
Software Information:
OS: Ubuntu
The text was updated successfully, but these errors were encountered:
Module Information
Describe the bug
When adding WCCMMPLS to the modules.json to active MajorMUD+ MBBSEmu throws an error
To Reproduce
Steps to reproduce the behavior:
Add WCCMMPLS to modules.json
{
"Modules": [
{
"Identifier": "WCCMMUD",
"Path": "/home/penguin/mbbsemu/majormud/"
},
{
"Identifier": "WCCMMPLS",
"Path": "/home/penguin/mbbsemu/majormud/"
}
]
}
load mbbsemu using the modules.json to get the error adding WCCMMPLS first or 2nd gives the same error
System.Exeption: Unkown or Unimplemented Imported Module: WCCMMUD at MBBSEmu.HostProcess.MbbsHost.PatchRelocation(MbbeModule module) at MBBSEmu.HostProcess.MbbsHost.AddModule(MbbsModule module) at MBBSEmu.HostProcess.MbbsHost.Start(List'1 moduleConfigurations) at MBBSEmu.Program.Run(String[] args)
Software Information:
The text was updated successfully, but these errors were encountered: