Vincent BĂ©ron wrote:
Running wineprefixcreate manually should fix your problem.
Try this: mkdir ~/.wine sed -e "s/\"x11drv\"/\"ttydrv\"/g" /etc/wine/wine.conf
That's ugly. I cannot touch a file that doesn't belong to me.
~/.wine/config
wineprefixcreate
You should then have a populated registry and fake C drive, all using ttydrv.
But what about the initial directories? dosdevices? windows/system etc.?
You're right, those are not all correctly created/populated. Maybe we need more finely-grained tests than [ -d ~/.wine ]?
I propose testing for the existance of system.reg and user.reg.
Vincent
Shachar