Why Does MWS Periodically Crash When I Change Themes?
"MWS will crash when changing themes sometimes, it's a MWS bug. The solution is to change themes from outside of MWS. You can do this by editing the theme entry in the registry."
-- Huggybaby
How Do I Edit The Registry?- Make sure MWS is closed before continuing. If MWS is open when you make changes to the registry, MWS will need to be restarted for any of those changes to take affect.
- Press Windows Key + R.
- Type "regedit" and click OK.
- The window that will pop up will look very familiar to Windows Explorer. Simply navigate to HKEY_CURRENT_USER\Software\Magic Workstation
- Double click on "Active Theme" and type in the name of the theme you want to use. Make sure the name you type is spelled exactly the same way as the theme file and be sure not to include the .mwTheme extension.
- When your finished typing click OK and the change should take effect immediately
So Every Time I Want To Change Themes I Have To Edit The Registry?Technically yes. However, with the use of .reg files you can make changes to the registry instantly simply by double clicking on a file. To make a .reg file:
- Make sure MWS is closed before continuing. If MWS is open when you make changes to the registry, MWS will need to be restarted for any of those changes to take affect.
- Press Windows Key + R.
- Type "notepad" and click OK.
- Copy the following two lines of text into notepad:
[HKEY_CURRENT_USER\Software\Magic Workstation]
"Active Theme"="THEME" - Change THEME to the name of the theme you want to be able to switch to.
- Click on the File drop down menu and choose Save As...
- Name the file whatever you want but be sure to give it a .reg extension. Example: TimeSpiral.reg
- Now all you have to do is double click on the .reg file you created and the Active Theme key will be changed in the Registry.