I installed a fresh copy of Ubuntu 12 desktop then:
Installed WINE from the Ubuntu Software Center.
Installed WineTricks from the Ubuntu Software Center.
When I type the following commands in the terminal:
sudo winetricks dotnet40
I get this error message:
wine cmd.exe /c echo '%ProgramFiles%' returned empty string
If i try the command without sudo
winetricks dotnet40
The output is
I am trying to install Python 2.6 on WINE 1.5 in Ubuntu 12.04. (Yes, I need the WINE version, not the native Ubuntu version).
I have WINE 1.5 running just fine.
I followed the question about installing dotnetfx.exe (NET 2.0) for wine by using winetricks dotnet20 which, because i have ubuntu 12.10 amd64, downloaded the 64-bit executable instead, which i thought would make no difference right? Well the install goes fine at first, unpacks, asks me to accept license, and starts the install.. but then just fails with error code 36..
Hello, 3 problems with Wine:
1. "$ wine --version" returns 1.5.20. I'm trying to install v1.5.28 from the PPA, though "$ sudo apt-get install wine1.5" states that "wine 1.5 is already installed". How do I upgrade wine? (would rather not build from source, but I'll do that if there's no other choice).
2. My wine installation doesn't play sound. How do I fix that?
3.
Hi everyone,
I have been trying to follow this guide:
http://www.webupd8.org/2012/01/insta...x-and-fix.html
...and am stuck at this bit (which apparently solves the 64-bit error when installing IE6):
env WINEARCH=win32 WINEPREFIX=~/.wine winetricks
env WINEARCH=win32 WINEPREFIX=~/.wine winetricks ie6
env WINEPREFIX=~/.wine ./picasa39-setup.exe
When do these commands need to be put into the te
By Marcos Aguilar
It may occur that the user needs to run a Windows application or game in Ubuntu and it finds that it cannot install windows programs.
Wine is a piece of software that tricks programs to believe they are running in a Windows environment.
In addition, this article will explain how to install Winetricks libraries needed to run windows, and PlayOnLinux applications to run games.
WINE
I'm trying to run this screensaver through Wine, but I'm having troubles.
When I tried to run winetricks, nothing happened. Tried to run winecfg in terminal, got a message "wine: virtual memory exhausted". Needless to say, I can't run any programs with Wine.
I wanna wine a windows .exe program.
first time i wine it ,i get an error message :"mfc42.dll cant be found"
then i install it with winetricks
i wine it again, this time i get
"fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot"
I just dont know what it means , can anybody help ?