MUSH crashes after error.

Posted by Alca on Wed 17 Sep 2008 06:53 PM — 2 posts, 12,325 views.

#0
While fiddling with plugins, I get this reoccuring crash of MUSH.
Every time a plugin gets an error, the next time I add or reinstall a plugin, MUSH crashes.

In an effort to reproduce it, Lua based plugins don't seem to have this effect. I usually (only) code in Python, so the plugins in Python code do trigger the crash.

The link shows a screenshot of the crash in question, though it's in Dutch, and very indescriptive.
http://i254.photobucket.com/albums/hh92/Ferusian/screenoferror.jpg

Edit: An error isn't even needed, it happens when I reinstall the plugin.
Amended on Wed 17 Sep 2008 07:01 PM by Alca
#1
Solution found !

Apparently, my pywin32 wasn't up-to-date enough. Updating it solved the problem completely.