so can you post the list of your currently loaded plugins ?
and try to find which is at fault...
i think it is highly impropable that anything can be done in Plus! either
i just realised that there is a small bug in Plus, that could be solved in a reloader plugin or better by Patchou...
The issue is only caused by VB plugins (plugins coded in visual basic).
Plus successfully removes all referenses to these plugins but fails to remove them from memory... therefore causing unfavourable effects...
Plus after removing all VB plugins references should call
CoFreeUnusedLibraries();
which will automatically remove unused libraries, (plugins) and therefore restore compatibility...
This way plugins vb and c++ can be loaded/unloaded, live after a reload message, without the need to restart messenger
I am posting this in the bugs section so that Patchou can fix it...
This is in reply to riahc4
ok riahc4, i have built an new reloader, that i think can unload correctly the vb plugins...
you can try it here
http://shoutbox.menthix.net/showthread.php?tid=52643
but it cant do anything further if a plugin does not follow proper unloading procedure and therefore produces a crash or other effect...