chdir to /tmp/.wine-1000/server- no such file or directory

Questions about Wine on Linux
Locked
invar
Level 1
Level 1
Posts: 6
Joined: Thu May 06, 2021 2:12 pm

chdir to /tmp/.wine-1000/server- no such file or directory

Post by invar »

Hello !
Got a great issue :

I'm using wine-development under debian (testing)
wine worked fine until it upgrades from 5.7.1 to 5.8.1
and from now when I try to launch an application (captvty, winecfg , whatever) it's been said
chdir to /tmp/.wine-1000/server-802-101462 no such file or directory

I try in creating this directory
so it doesn't no more complain about the directory but :
for some mysterious reason, the wine server never started.

I see somewhere thias command to fix the issue :
ln -s /tmp/.wine-1000/ /run/user/1000/wine
it doesn't work

what to do ?
thanks in advance, any help appreciated (I'm not at all an expert !)

invar
invar
Level 1
Level 1
Posts: 6
Joined: Thu May 06, 2021 2:12 pm

Re: chdir to /tmp/.wine-1000/server- no such file or directory

Post by invar »

same problem with version 5.9.1 ...

bug declared by another user
https://bugs.debian.org/cgi-bin/bugrepo ... bug=988195
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: chdir to /tmp/.wine-1000/server- no such file or directory

Post by jkfloris »

This looks like Debian Bug 988195.

Do you have the same problem when you use the Wine packages from WineHQ?
invar
Level 1
Level 1
Posts: 6
Joined: Thu May 06, 2021 2:12 pm

Re: chdir to /tmp/.wine-1000/server- no such file or directory

Post by invar »

Hello,
thank for the reply

I try the stable 6.0 (from wineHQ)
met the same issue

invar
invar
Level 1
Level 1
Posts: 6
Joined: Thu May 06, 2021 2:12 pm

Re: chdir to /tmp/.wine-1000/server- no such file or directory

Post by invar »

OUPS !
did a little mistake
indeed it works fine with winehq stable 6.0

thanks for the idea !
invar
Level 1
Level 1
Posts: 6
Joined: Thu May 06, 2021 2:12 pm

Re: chdir to /tmp/.wine-1000/server- no such file or directory

Post by invar »

In fact I must be more accurate :

with stable 6.0, I still have to create manually a directory "/tmp/.wine-1000/server-xxxx" (again the same issue)

but when done it works fine ....
invar
Level 1
Level 1
Posts: 6
Joined: Thu May 06, 2021 2:12 pm

Re: chdir to /tmp/.wine-1000/server- no such file or directory

Post by invar »

News
this day with version 6.0 all work fine, no more error message !
Locked