Wine won't open any Win apps

Questions about Wine on Linux
Locked
NginUS
Level 1
Level 1
Posts: 5
Joined: Tue Jun 23, 2015 8:42 pm

Wine won't open any Win apps

Post by NginUS »

I have wine 1.6.2 installed from the Lunar Linux repository, & when I click on Windows apps from the GUI, they don't open.

I tried re-associating the .exe's to use Wine64loader & plain Wine64.

What do I have to do to makethese installers work?

Thanks
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine won't open any Win apps

Post by dimesio »

Try running them from a terminal. http://wiki.winehq.org/FAQ#run_from_terminal
NginUS
Level 1
Level 1
Posts: 5
Joined: Tue Jun 23, 2015 8:42 pm

Re: Wine won't open any Win apps

Post by NginUS »

wine: command not found
NginUS
Level 1
Level 1
Posts: 5
Joined: Tue Jun 23, 2015 8:42 pm

Re: Wine won't open any Win apps

Post by NginUS »

reinstalling to be sure its present
NginUS
Level 1
Level 1
Posts: 5
Joined: Tue Jun 23, 2015 8:42 pm

Re: Wine won't open any Win apps

Post by NginUS »

wine: command not found even after reinstalling
NginUS
Level 1
Level 1
Posts: 5
Joined: Tue Jun 23, 2015 8:42 pm

Re: Wine won't open any Win apps

Post by NginUS »

I tried wine64 start foo, & got this error output:

sh-4.3$ wine64 start PEERInstall.exe
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
fixme:storage:create_storagefile Storage share mode not implemented.
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:appwizcpl:install_file MsiInstallProduct failed: 1615
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
fixme:storage:create_storagefile Storage share mode not implemented.
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:appwizcpl:install_file MsiInstallProduct failed: 1615
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/chris/.wine' has been updated.
fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Internal error.

sh-4.3$
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine won't open any Win apps

Post by dimesio »

It sounds like you may have installed only 64 bit Wine; you need the 32 bit parts as well to have a working WoW64 setup. Some distros put them in separate packages, so make sure there isn't a package you've neglected to install. If there isn't, you have a broken Wine build and should report that to the package maintainer.

FYI, you also need to install wine-gecko. If your distro doesn't provide a package for that, install it manually. http://wiki.winehq.org/Gecko
Locked