Help installing a windows application with Wine

Issues related to applications and software problems
Post Reply
aarelovich
Posts: 8
Joined: 2014/11/12 15:56:36

Help installing a windows application with Wine

Post by aarelovich » 2016/02/19 11:22:17

The app in question is LTSpice.exe which is a circuit simulator that is free. It has worked on wine for as long as I can remember (so that is not the issue) but I always have a lot of trouble installing it.

The thing is I've had some experience with Centos 6. But I'm new to 7, which is what I'm using right now.

I've installed wine with yum and the tried double clicking the .exe file (nothing) and tried doing:

Code: Select all

wine LTSpice.exe


from the console.

I get this:

Code: Select all

fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 2
wine: Bad EXE format for Z:\home\gstuarts2\Downloads\LTspiceIV.exe
.

I'm assuming this is because I need the 32 bit version of wine. However I cannot find how to get the i386 architecture to appear from yum.
In Centos 6 I would have wine and wine.i386 or similar. But not right now.

Can anyone help me please?

squirrel
Posts: 5
Joined: 2017/09/30 01:28:31

Re: Help installing a windows application with Wine

Post by squirrel » 2017/11/24 16:56:05

I have the same problem, did you ever get past it? Or, did you maybe find a suitable alternative?

BTW, I think your invocation of "wine" is correct for 32-bit (64-bit would be wine64).

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Help installing a windows application with Wine

Post by hunter86_bg » 2017/11/26 05:31:33

You can search for all packages with wine via:

Code: Select all

yum search wine
And install the 32bit via:

Code: Select all

yum install wine.i686
Note:The package could be named differently.This is just an example.

Post Reply