View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002553 | unreal | ircd | public | 2005-06-07 05:54 | 2005-06-07 12:07 |
Reporter | Trocotronic | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | 32bits | OS | Windows XP Professional | OS Version | SP2 |
Product Version | 3.2.4 | ||||
Fixed in Version | 3.2.4 | ||||
Summary | 0002553: unable to load efunction register_user | ||||
Description | DLLFUNC int MOD_TEST(m_nick)(ModuleInfo *modinfo) { EfunctionAdd(modinfo->handle, EFUNC_REGISTER_USER, _register_user); return MOD_SUCCESS; } As you can see, modinfo is not marked_as_official (still). So, when you boot ircd, this efunction cannot be inserted and unreal prompts ERROR: efunction 'register_user' not found, you probably did not load commands.so properly (or not all required m_* modules). Have a nice day! | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-06-07 05:54 | Trocotronic | New Issue | |
2005-06-07 10:32 | syzop | Status | new => closed |
2005-06-07 10:32 | syzop | Note Added: 0010055 | |
2005-06-07 10:32 | syzop | Resolution | open => fixed |
2005-06-07 10:32 | syzop | Fixed in Version | => 3.2.4 |
2005-06-07 12:07 | syzop | Status | closed => resolved |
2005-06-07 12:07 | syzop | Assigned To | => syzop |
2005-06-07 12:07 | syzop | Note Added: 0010058 |