View Single Post
  #16  
Old 01-26-2019, 12:09 PM
needsram needsram is offline
Large Bat


Join Date: Nov 2016
Location: Cincinnati, OH
Posts: 12
Default

Quote:
Originally Posted by mrquincy [You must be logged in to view images. Log in or Register.]
You may have just found the problem. You actually need wine32 to run this application. Try:

sudo apt-get install wine32

And after it's mounted

wine32 ./setup.exe
Here's what happens when I try to install wine32:
Code:
sudo apt-get install wine32
Reading package lists... Done
Building dependency tree       
Reading state information... Done
wine32:i386 is already the newest version (3.0-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Here's what happens when I try to launch setup.exe with Wine:
Code:
wine32 ./setup.exe 
wine32: command not found
What distribution & version are you using? I could try installing that or at least running it LiveUSB or whatever, just to see if it works.
Reply With Quote