|
ignoring drive Y:
I have a problem with wine, and searching for a solution, I only find others asking the same question.
Whenever I attempt to run wine, I get:
Could not stat /home/john/.wine/${HOME} (No such file or directory), ignoring drive Y:
In my wine config, I have:
[Drive Y]
"Type" = "network"
"Path" = "${HOME}"
"Label" = "Home"
"FileSystem" = "win95"
winesetuptk tells me this is OK:
>>> Checking drive X settings:
022. Checking Path option... OK.
023. Checking Type option... OK.
024. Checking Filesystem option... OK.
--> OK.
I have tried various alternatives, to which winesetuptk responds with:
>>> Checking drive Y settings:
025. Checking Path option... BAD (no Path option given in config file).
- ADVICE: The syntax of the Path option has to be something like /my/mount/point.
026. Checking Type option... OK.
027. Checking Filesystem option... OK.
--> PROBLEM.
Can someone tell me (and all the others with this problem) what I'm missing?
|