On Fri, Jan 2, 2009 at 4:04 PM, john.solomon@xxxxxxxxxxxx <wineforum-user@xxxxxxxxxx> wrote: > Ok, I will give it a try. > > before I do, I just wanted to make sure I understand what you mean by fresh .wine directory. (Really, I mean Noood) > > If I clear the .wine dir, will that not mean I will loose all of the other stuff I have? It took me a few days to get the asset management software running and am an not sure if "Fresh .wine directory" will wipe that out. [Embarassed] You can test in a temporary prefix, or move it away temporarily: $ mv ~/.wine ~/.wine.bak $ wine setup.exe # test again here $ rm -rf ~/.wine # remove the test wineprefix $ mv ~/.wine.bak ~/.wine > I see the term "native dlls" used here and there. Does that mean using the .dll'd that come with the software? native dlls = dlls from windows/winetricks. Dan means don't do any winetricks overrides/copy dlls from windows, etc. Just use plain wine. -- -Austin