Page 1 of 1

[info] tkl_inport / tkl_export & Unreal 3.2.1

Posted: Mon Aug 02, 2004 12:52 pm
by Beer
After upgrade Unreal 3.2 -> 3.2.1 and recompiled all modules - tkl_import and tkl_export not work (v.1.4).

1. not loaded
2. after command /tklexport or /tklimport server is full down...
:(

os: FreeBSD and Slackware

Posted: Tue Aug 03, 2004 8:18 am
by AngryWolf
Not sure which is the best place to report bugs of Certus' modules. In m_tkl_export.c, if all the Mod_* functions could return MOD_SUCCESS, this crash bug would go away with some compile-time warning messages and a run-time error message ("error loading module tklexport") as well. (Returning MOD_SUCCESS is especially required in Mod_Load. If that returns an other value, UnrealIRCd will unload the module, and because Certus hasn't used CommandAdd to add a new command, Unreal believes /tklexport is still present, that's why it crashes.)