[Wine] Path confusion

James Hawkins truiken at gmail.com
Thu Apr 19 15:29:24 CDT 2007


On 4/19/07, Vojtěch Spiwok <Vojtech.Spiwok at vscht.cz> wrote:
> Dear wine gurus,
>
> I'm trying to run a program installed like this:
>   /usr/local/program/program.exe
> which also contains a subdirectory:
>   /usr/local/program/subdir/
> with some files. When typing:
>   $ wine /usr/local/program/program.exe
> I get an error mesage like:
>   "File \subdir\some_file not found!"
> The problem can be solved by putting
> the subdir to the root directory of the
> computer so I have:
> /bin
> /boot
> /dev
> ...
> /subdir
> ...
> Do you know some more elegant solution
> by setting some environment variable or
> by giving wine some parameter?
>

$ cd /usr/local/program/
$ wine program.exe

-- 
James Hawkins


More information about the wine-users mailing list