Cuberite Forum

Full Version: Squirrel VM failures
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It seems the Squirrel VM is somewhat unstable, it crashes the server when I try to reload plugins (not every time, but still usually at less than 4 reloads). Therefore I'm inclined to disable the Squirrel support in the svn sources, by shutting down the USE_SQUIRREL macro. So people who compile MCServer could still use it, but it won't be in by default.

Are there even any plugins written in squirrel *at all*? How many people would be affected by this?
I haven't seen any plugins for Squirrel
Same,
I guess its a shame, wonder if there will be people who are going to write plugins for it Smile.
Squirrel disabled in rev 1024.

If you feel suicidal and want to enable it again, uncomment the USE_SQUIRREL macro in source/Globals.h. Also you'll need to put back the dependencies into the build system - enable building the squirrel library in msvc solution and add it as a prerequisite in MCServer project dependencies; re-add the includes and sources in the GNUmakefile. Basically just undo the rev1024's changes to VC2008/MCServer.sln and GNUmakefile.