https://bugs.winehq.org/show_bug.cgi?id=49644
Bug ID: 49644 Summary: wine 5.13 devel loops trying to launch first win app then ends doing nothing ubuntu 16.04 Product: Wine Version: 5.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: stevedonato@gmail.com Distribution: ---
I just installed winehq-devel amd64 5.13~xenial on Linux Mint 18.3 (Ubuntu base 16.04). Just tried first win app (office install) wine program loader went into spinning circle for about 25 seconde did nothing and ended? Dell m4600 32GB Ram ssd drives Wine works perfect on my old release of linux mint 18.2 I think that one is wine 5.1 stable
https://bugs.winehq.org/show_bug.cgi?id=49644
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #1 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Does the command 'wine notepad' launch notepad?
Which office installer is it? https://appdb.winehq.org/objectManager.php?sClass=application&iId=31
Please attach a normal (=without WINEDEBUG) terminal output. Instructions to get a log can be found there: https://wiki.winehq.org/FAQ#get_log
Regards.
https://bugs.winehq.org/show_bug.cgi?id=49644
--- Comment #2 from steve donato stevedonato@gmail.com --- I also did this optional option for Raw. sudo dpkg-reconfigure wine-<devel>-amd64
notepad does not work see below; $ wine notepad /opt/wine-devel/bin/wine64: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory 0024:err:environ:run_wineboot failed to start wineboot c00000e5 /opt/wine-devel/bin/wine64: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory 0024:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 0024:err:winediag:nodrv_CreateWindow The explorer process failed to start.
Was trying to install Office 2003
Install works perfect on wine 5.0 stable linux 18.2 cinnamon
Microsoft Office 2003 was product but seems to be an issue with installation. I may just go back and uninstall, and install the stable release
https://bugs.winehq.org/show_bug.cgi?id=49644
--- Comment #3 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to steve donato from comment #2)
I also did this optional option for Raw. sudo dpkg-reconfigure wine-<devel>-amd64
notepad does not work see below; $ wine notepad /opt/wine-devel/bin/wine64: error while loading shared libraries:
Hello,
package *-amd64 is 64-bit, did you install the 32-bit wine-devel package too?
Regards.
https://bugs.winehq.org/show_bug.cgi?id=49644
--- Comment #4 from steve donato stevedonato@gmail.com --- as far as I know I did not install the 32-bit wine-devel package Should I? if so, where is it?
https://bugs.winehq.org/show_bug.cgi?id=49644
--- Comment #5 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to steve donato from comment #4)
as far as I know I did not install the 32-bit wine-devel package Should I? if so, where is it?
Hello,
Yes, you need both 64-bit and 32-bit packages.
Note that in the command to enable CAP_NET_RAW, you must not include the brackets around <devel>: dpkg-reconfigure wine-devel-amd64 wine-devel wine-devel-i386
As you can see from the command, the package names are: wine-devel-amd64: Runs 64-bit apps. wine-devel: Meta package that pulls both 64-bit and 32-bit packages. wine-devel-i386: Runs 32-bit apps.
So you should just do: sudo apt-get install wine-devel
This will pull both 32-bit and 64-bit wine any additional 32-bit or 64-bit library that Wine depends on.
and then: sudo dpkg-reconfigure wine-devel-amd64 wine-devel wine-devel-i386
To enable CAP_NET_RAW.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=49644
--- Comment #6 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- You should find the packages where you got 5.13 from.
If the package names begins with winehq-, then use that in place of wine- the commands.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=49644
--- Comment #7 from steve donato stevedonato@gmail.com --- Nothing installed when I ran your suggestion. I assume I have to do a complete uninstall of 64bit wine devel first. But, can't I just run the 32 bit install?
sudo apt-get install wine-devel [sudo] password for xxxx: Reading package lists... Done Building dependency tree Reading state information... Done wine-devel is already the newest version (5.13~xenial). wine-devel set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 452 not upgraded.
https://bugs.winehq.org/show_bug.cgi?id=49644
--- Comment #8 from steve donato stevedonato@gmail.com --- Looks like I already had 32 bit wine devel already installed?
steve@steve-Precision-M4600 ~ $ sudo apt-get install wine-devel-i386 Reading package lists... Done Building dependency tree Reading state information... Done wine-devel-i386:i386 is already the newest version (5.13~xenial). wine-devel-i386:i386 set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 452 not upgraded.
https://bugs.winehq.org/show_bug.cgi?id=49644
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #9 from joaopa jeremielapuree@yahoo.fr --- Try
sudo apt-get purge wine* sudo apt install --install-recommends winehq-devel
(see https://wiki.winehq.org/Ubuntu)