WHEN I LAUNCH A PROGRAM FROM COMMAND LINE I GET A MISSING FILE ERROR...
(TYPE IN TERMINAL wine /folder/file.exe --> WINDOW OPENS SAYING "Could not find the requested file: file.dll" or "Could not open file: /home/user/file.data")
WINE SEEMS TO BE LOOKING IN A DIFFERENT DIRECTORY THAN THE ONE WITH THE EXECUTABLE FOR FILES THAT ARE MEANT TO GO ALONG WITH IT...
WINE LOOKS IN WRONG DIRECTORY FOR REQUIRED FILES
Re: WINE LOOKS IN WRONG DIRECTORY FOR REQUIRED FILES
Did you cd to the directory containing the exe before you tried to run it? You need to either do that, or use wine start. https://gitlab.winehq.org/wine/wine/-/w ... mmand-line