im trying to launch a dotnet app with wine and need to install dotnet on my prefix. i use WINEPREFIX="/home/amiroof/WinePrefix/" winetricks
but i get an error saying
Executing mkdir -p /home/amiroof
---------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
---------------------------------------------
---------------------------------------------
WINEPREFIX INFO:
Drive C: total 28
drwxrwxr-x 7 amiroof amiroof 4096 Jul 19 07:04 .
drwxrwxr-x 4 amiroof amiroof 4096 Jul 19 07:04 ..
drwxrwxr-x 3 amiroof amiroof 4096 Jul 19 07:04 ProgramData
drwxrwxr-x 6 amiroof amiroof 4096 Jul 19 07:04 Program Files
drwxrwxr-x 6 amiroof amiroof 4096 Jul 19 07:04 Program Files (x86)
drwxrwxr-x 4 amiroof amiroof 4096 Jul 19 07:04 users
drwxrwxr-x 18 amiroof amiroof 4096 Jul 19 07:04 windows
Registry info:
/home/amiroof/WinePrefix//system.reg:#arch=win64
/home/amiroof/WinePrefix//user.reg:#arch=win64
/home/amiroof/WinePrefix//userdef.reg:#arch=win64
---------------------------------------------
---------------------------------------------
warning: wine cmd.exe /c echo '%AppData%' returned empty string, error message ""
---------------------------------------------
i tried deleting the prefix and changing its location but didn't worked.