If you could, for those of us with a notion that we might try Linux, give a quick description of how you got Mash up and running?
wine msiexec /i python-2.5.msiinto the terminal.
winefileinto the terminal, go to .wine/drive_c/Program Files/Bethesda Softworks/Morrowind/Mopy/Wrye Mash for Python 2.5.lnk, and double click it.
Traceback (most recent call last): File "mash.py", line 19, in <module> app = masher.MashApp(stdOutCode) File "C:\Python25\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", line 7748, in __init__ self._BootstrapApp() File "C:\Python25\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", line 7345, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "C:\Program Files\Bethesda Softworks\Morrowind\Mopy\masher.py", line 2688, in OnInit size=settings['wrye.mash.frameSize']) File "C:\Program Files\Bethesda Softworks\Morrowind\Mopy\masher.py", line 2180, in __init__ self.notebook = notebook = MashNotebook(self,-1) File "C:\Program Files\Bethesda Softworks\Morrowind\Mopy\masher.py", line 2128, in __init__ self.AddPage(ModPanel(self),_("Mods")) File "C:\Program Files\Bethesda Softworks\Morrowind\Mopy\masher.py", line 1727, in __init__ modList = ModList(self) File "C:\Program Files\Bethesda Softworks\Morrowind\Mopy\masher.py", line 1299, in __init__ List.__init__(self,parent,-1,ctrlStyle=(wx.LC_REPORT))#|wx.SUNKEN_BORDER)) File "C:\Program Files\Bethesda Softworks\Morrowind\Mopy\masher.py", line 741, in __init__ self.PopulateItems() File "C:\Program Files\Bethesda Softworks\Morrowind\Mopy\masher.py", line 791, in PopulateItems self.PopulateItem(itemDex,mode,selected) File "C:\Program Files\Bethesda Softworks\Morrowind\Mopy\masher.py", line 1369, in PopulateItem self.list.SetItemImage(itemDex,self.checkboxes.Get(status,on)) File "C:\Program Files\Bethesda Softworks\Morrowind\Mopy\masher.py", line 497, in Get self.GetImageList() File "C:\Program Files\Bethesda Softworks\Morrowind\Mopy\masher.py", line 476, in GetImageList indices[key] = imageList.Add(image.GetBitmap()) File "C:\Python25\lib\site-packages\wx-2.8-msw-ansi\wx\_gdi.py", line 6101, in Add return _gdi_.ImageList_Add(*args, **kwargs)wx._core.PyAssertionError: C++ assertion "hbmpMask" failed at ..\..\src\msw\bitmap.cpp(1757) in wxInvertMask(): invalid bitmap in wxInvertMask