I have installed wine from apt that comes with ubuntu and winetricks as well. I created a winebottle but running "WINEARCH=win32 WINEPREFIX=~/Wine/CustomerToolkit winetricks" and installed everything that I need for the application to run. When I try to run the application by running "WINEARCH=win32 WINEPREFIX=~/Wine/CustomerToolkit wine ~/Wine/CustomerToolkit/drive_c/users/chris/Desktop/CustomerSuccessToolkit/CustomerSuccessToolkit.exe" I get the error "INTERNAL ERROR: Cannot create temorary directory!". If I run this application as sudo it does work but I know it is not recommended to do. It seems to be trying to access something in /root/.wine but the folder does not exist. How can I force wine to use my winebottle directory that I have setup? There is not a linux equivalent to the program as it is something that my company has written. The part that frustrates me is that this works if I run it as sudo!