wine stops working after upgrade to version 5.0~rc1-1ubuntu4

Bug #1859168 reported by Edson T. Marques
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
wine (Ubuntu)
New
Undecided
Unassigned

Bug Description

After today's upgrade apt installed wine 5.0 ~ rc1-1ubuntu4 from the focal-proposed repository.
From then on the installed windows applications, which were running normally with wine 4.0.3-1, stopped working.
I opened a shell terminal and ran winecfg manually getting the following feedback:

etm @ etm: ~ $ winecfg
wine: chdir to / run / user / 1000 / wine / server-811-1b403b2: No such file or directory

The same is true of the other applications I try to run manually.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: wine 5.0~rc1-1ubuntu4
ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
Uname: Linux 5.4.0-9-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu15
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Jan 10 08:39:14 2020
InstallationDate: Installed on 2019-12-12 (28 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191211)
PackageArchitecture: all
SourcePackage: wine
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Edson T. Marques (edsontmarques) wrote :
Revision history for this message
Edson T. Marques (edsontmarques) wrote :

I applied the following workaround:

- In my Ubuntu installation I found the "/run" folder. So I went to the root and gave a:

find | grep server-811

- This command returned me a reference location in "/tmp/.wine-1000/server-811-1b403b2"

So I went to the folder

cd /run/user/1000

- I had to create the "wine" folder inside because it didn't exist. There was only an empty folder called "winw".

mkdir wine

- I entered the folder

cd wine

- Then I made a link to the file that wine was complaining about:

  ln -s /tmp/.wine-1000/server-811-1b403b2

Once the link was created in "/run/user/1000/wine/server-811-1b403b2" I was able to run Wine and Windows applications again .... Now let's see how wine 5 works!

Revision history for this message
Edson T. Marques (edsontmarques) wrote :

Unfortunately after shutdown and restart my computer the /run/user/1000/wine folder disappeared.
This #2 was not a good workaround.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.