I'm trying to upgrade the workstation Pro on Linux Kubuntu 20.04 and I have an error. $ sudo ./VMware-Workstation-Full-16.2.1-18811642.x86_64.bundle Extracting VMware Installer...done. Exc...
See more...
I'm trying to upgrade the workstation Pro on Linux Kubuntu 20.04 and I have an error. $ sudo ./VMware-Workstation-Full-16.2.1-18811642.x86_64.bundle Extracting VMware Installer...done. Exception info : [UNIQUE constraint failed: files.path]. Check the log /var/log/vmware-installer for details. [######################################################################] 100% Installation was unsuccessful. [2021-12-16 14:23:58,810] [2021-12-16 14:23:58,810] [2021-12-16 14:23:58,810] Installer running. [2021-12-16 14:23:58,811] Command Line Arguments: [2021-12-16 14:23:58,811] ['/tmp/vmis.uQiiRH/install/vmware-installer/vmware-installer.py', '--set-setting', 'vmware-installer', 'libconf', '', '--install-component', '/tmp/vmis.uQiiRH/install/vmware-installer', '--install-bundle', '/media/are/Black2TB/bin/VMware Workstation/./VMware-Workstation-Full-16.2.1-18811642.x86_64.bundle', ''] [2021-12-16 14:23:58,838] System installer version is: 3.0.0.17966106 [2021-12-16 14:23:58,839] Running installer version is: 3.0.0.18811642 [2021-12-16 14:23:58,839] Opening database file /etc/vmware-installer/database [2021-12-16 14:23:59,048] Initialized UIAppControl. Located at: /usr/lib/vmware/bin/vmware-app-control [2021-12-16 14:23:59,087] Top level exception handler Traceback (most recent call last): File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/db.py", line 31, in decorator return func(*args, **kwargs) File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/db.py", line 478, in Add cur = self._db.execute(statement, (path, mtime, fileType, component)) File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/db.py", line 233, in execute return self._db.execute(query, args) sqlite3.IntegrityError: UNIQUE constraint failed: files.path During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/core/transaction.py", line 470, in RunThreadedTransaction txn.Execute(actions) File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/core/transaction.py", line 245, in Execute u.Load(self.temp) # Up to load to create the connection and set up a remote component. File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/core/install.py", line 153, in Load self._installer.RegisterFile(compiled) File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/core/installer.py", line 399, in RegisterFile return self.proxyObject.RegisterFile(filename, mtime=mtime, fileType=fileType) File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/core/localinstallerops.py", line 387, in RegisterFile db.files.Add(regfile, mtime, ftype, self._component.uid) File "/tmp/vmis.uQiiRH/install/vmware-installer/vmis/db.py", line 33, in decorator raise IntegrityError(str(e)) vmis.core.errors.IntegrityError: UNIQUE constraint failed: files.path Any ideas what it can be? Thank you.