Problem setting up WINEARCH=win32

Questions about Wine on Linux
Locked
emil750
Newbie
Newbie
Posts: 4
Joined: Wed May 03, 2017 2:08 am

Problem setting up WINEARCH=win32

Post by emil750 »

I installed wine on debian 10. I want to install 32bit program but if i run this command:

Code: Select all

WINEARCH=win32 WINEPREFIX=~/wine/CintaNotes winetricks 
i get this:

Code: Select all

grep: /home/user/wine/CintaNotes/*.reg: No such file or directory
------------------------------------------------------
WINEPREFIX INFO:
Drive C: total 8
drwxr-xr-x 2 user user 4096 фев 23 10:29 .
drwxr-xr-x 4 user user 4096 фев 23 10:29 ..

Registry info:
/home/user/wine/CintaNotes/*.reg:
------------------------------------------------------
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string, error message "wine: '/home/user/wine/CintaNotes' is a 32-bit installation, it cannot support 64-bit applications." 
------------------------------------------------------
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Problem setting up WINEARCH=win32

Post by jkfloris »

What is the output of:

Code: Select all

dpkg -l | grep wine
emil750
Newbie
Newbie
Posts: 4
Joined: Wed May 03, 2017 2:08 am

Re: Problem setting up WINEARCH=win32

Post by emil750 »

Nevermind, i fixed it by installing wine from wine repository instead of debian repository.
Locked