mbbsemu / MBBSEmu

The MajorBBS Emulation Project is an Open Source, Cross-Platform emulator for easily running The MajorBBS & Worldgroup Modules
https://www.mbbsemu.com
MIT License
126 stars 14 forks source link

WCCMMPLS doesn't load #621

Open AviatingPenguin opened 4 months ago

AviatingPenguin commented 4 months ago

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: