Anyone familiar with Mush and Wine?
When I load Mushclient it says DDE error but doesn't seem to effect anything
And when I click 'save' I think i set the save point at the wrong place because it says the save state at home is impossible to do...so errors out for plugins
Otherwise everything is working quite great, these things are just annoying and I was wondering if there's a fix.
Comments
UPDATE prefs SET value='/your/Directory/Here/' WHERE name='StateFilesDirectory';
(As a note, I would double-check the directory format, since I am unsure how WINE handles this in all honesty. You can do such before entering the previous command by typing SELECT * FROM prefs WHERE name='StateFilesDirectory'; )
Once you've updated the value, assuming you got no error, simply type '.quit' (without quotes) and start MUSHclient again. If something goes wrong, restore the backup and try again.
EDIT: If my instructions are difficult to follow or vague, tell me. Not exactly all here right now in my head, so I know I sometimes make no sense. If need be, I can rewrite them or upload a video tutorial on all of this.
1. Close MUSHclient, open terminal
2. cd /home/<your username here>/.wine/drive_c/Program\ Files\ \(x86\)\MUSHclient\
3. sudo apt-get install sqlite3
4. sqlite3 mushclient_prefs.sqlite
5. UPDATE prefs SET value='C:\Program Files (x86)\MUSHclient\worlds\plugins\state\' WHERE name='StateFilesDirectory';
6. .quit
7. Reopen MUSHclient. It should be fixed.
8. Go kill some Celestians.