Warning: could not find DOS drive for current working directory '/home/sasha/123', starting in the Windows directory.
wine: could not load L"c:\\windows\\system32\\123.exe": Module not found
и ничего не запускает. Как это настроить?
Any non-trivial program contains at least one bug.
Warning: could not find DOS drive for current working directory '/home/sasha/123', starting in the Windows directory.
wine: could not load L"c:\\windows\\system32\\123.exe": Module not found
и ничего не запускает. Как это настроить?
123.exe должен быть виден через ~/.wine/dosdevices, то есть находиться на одном из дисков wine
Например
$ ln -s ~/Documents d:
$ ln -s /mnt/disk f:
$ ln -s / z: