Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Entire forum
➜ MUSHclient
➜ General
➜ Residual Database after removal
Residual Database after removal
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Saerataga
(24 posts) Bio
|
Date
| Fri 01 Sep 2023 10:35 PM (UTC) |
Message
| Hey Guys,
Occasionally, I find a player that improperly uninstalled previous MUSHclient and then they get a messed path because the old database is still there when they install our MUSHclient version.
Is there a fast a clean way I can tell people to fix that if they run into that situation?
Thanks! | Top |
|
Posted by
| Nick Gammon
Australia (23,120 posts) Bio
Forum Administrator |
Date
| Reply #1 on Sat 02 Sep 2023 05:08 AM (UTC) Amended on Sat 02 Sep 2023 05:20 AM (UTC) by Nick Gammon
|
Message
| I'm not sure what paths you are referring to, but they may well be in the SQLite3 database: mushclient_prefs.sqlite
This sort of stuff is in it:
sqlite3> select * from prefs;
...
DefaultLogFileDirectory|C:\Program Files (x86)\MUSHclient\logs\
DefaultMacrosFile|
DefaultNameGenerationFile|names.txt
DefaultOutputFont |FixedSys
DefaultTimersFile |
DefaultTriggersFile|
DefaultWorldFileDirectory|C:\Program Files (x86)\MUSHclient\worlds\
NotepadQuoteString|>
PluginList|
PluginsDirectory|C:\Program Files (x86)\MUSHclient\worlds\plugins\
StateFilesDirectory|.\worlds\plugins\state\
...
You can remove or rename that file (mushclient_prefs.sqlite) and everything should go back to the defaults.
(Do that while MUSHclient is not running). |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Fiendish
USA (2,533 posts) Bio
Global Moderator |
Date
| Reply #2 on Sat 02 Sep 2023 11:13 AM (UTC) |
Message
|
Quote: Occasionally, I find a player that improperly uninstalled previous MUSHclient and then they get a messed path because the old database is still there when they install our MUSHclient version.
I don't understand what this means. What do you mean by "improperly uninstalled" and why would that have anything to do with "a messed up path"? |
https://github.com/fiendish/aardwolfclientpackage | Top |
|
Posted by
| Saerataga
(24 posts) Bio
|
Date
| Reply #3 on Sat 02 Sep 2023 11:22 AM (UTC) |
Message
| Sorry guys I should've said msp path.
I think people sometimes just delete their old mushclient instead of uninstall or they don't and install our download at a different location and database used for msp path is their old one. | Top |
|
Posted by
| Fiendish
USA (2,533 posts) Bio
Global Moderator |
Date
| Reply #4 on Sun 03 Sep 2023 03:30 PM (UTC) Amended on Sun 03 Sep 2023 03:31 PM (UTC) by Fiendish
|
Message
| The path used by the msp.xml plugin can be updated using the set_msp_path command.
The example given inside the plugin is:
set_msp_path d:\muds\mushclient\msp
|
https://github.com/fiendish/aardwolfclientpackage | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
4,080 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top