I installed wine 1.1.13, under FreeBSD 7.1 and MUSHclient 4.37 installed fine. But when trying to load a world saved from MUSHclient running under windows, I'd get errors for vbscript.dll. I only know of Lua script in my world, but i'm not positive. Anyway after researching and reading, i copied the following dlls
Then, wine needs to be told they are there with:
wine regsvr32 vbscript.dll jscript.dll msvbvm60.dll
Note that mfc42.dll doesn't seem to need to be registered, vbscript.dll needs to find it when it gets registered.
I haven't tested to see how well the scripts work now, but i'm finally able to load my world.
- jscript.dll
vbscript.dll
msvbvm60.dll
mfc42.dll
Then, wine needs to be told they are there with:
wine regsvr32 vbscript.dll jscript.dll msvbvm60.dll
Note that mfc42.dll doesn't seem to need to be registered, vbscript.dll needs to find it when it gets registered.
I haven't tested to see how well the scripts work now, but i'm finally able to load my world.