Ubuntu 16.04 cannot create temporary directory error

Questions about Wine on Linux
Locked
aman.grover645
Newbie
Newbie
Posts: 1
Joined: Tue Jul 21, 2020 3:23 am

Ubuntu 16.04 cannot create temporary directory error

Post by aman.grover645 »

I am trying to run an exe made from pyinstaller to run on Ubuntu 16.04 with wine. But it always gives me the following error
[42] INTERNAL ERROR: cannot create temporary directory!
002b:fixme:ver:GetCurrentPackageId (0x22fac0 (nil)): stub
I built the exe on my windows 8 machine with Python 3.8.4 and pyinstaller 3.6.
Locked