Setup Windows programs with Wine

Terminal Velocity

Well-Known Member
Joined
Oct 13, 2021
Messages
552
Reaction score
395
Credits
3,892
It looks for a Windows directory that not exist
Code:
~$ wine program
000f:err:service:process_send_command receiving command result timed out
wine: cannot find L"C:\\windows\\system32\\program.exe"
What must I do?
Debian 10
 
Last edited:


Instead of inputting: wine program

Input: wine [the name of the program you want to start - the executable]
 
Instead of inputting: wine program

Input: wine [the name of the program you want to start - the executable]
This is what I do with the same result. How does it know the path? it looks for c: directory that does not exist
 
you can check to see what is installed on Wine by running
Code:
wine uninstaller
you can also look in the folder .wine which is a hidden folder in your home directory usually - /home/USERNAME/.wine
open that .wine folder then you will see drive_c you can then open the drive_c folder
 
Wine doesn't seem to work in my computer. I put the exe in the directory C:\\windows\\system32\\program.exe
and then
~$ wine program.exe
but it doesn't do anything
 


Top