Wednesday, October 25, 2017

How to Install Wine 2.0.3 stable on Ubuntu 16.04, 17.04

   Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, Mac OSX, & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.


Wine 2.0.3 stable changelog:
  • unimplemented function ole32.dll.OleGetIconOfFile
  • tmpfile() fails when run from Unix path
  • Lost Horizon crash/page fault during Chapter 2
  • Sound Recorder crashes on encoding PCM Sample
  • Purebasic does not display icons in toolbar which is drawn distorted.
  • Sound Recorder displays error when seeking MP3 stream to the end
  • Uninstaller: application list doesn't fit
  • WPS 2013 (Kingsoft) crash at install
  • World of Warships/Planes/Tanks client in torrent download mode crashes spuriously on high bandwidth load (i/o completion ports)
  • Worms Armageddon Gameplay only shows top-left corner of screen
  • notepad++ escape key
  • Listview does not draw correctly in some conditions.
  • "Unrecognized stencil op 0" messages flooding system log in Söldner Secret Wars
  • ACDSee Pro 10 needs msvcp140.dll.?_Schedule_chore@details@Concurrency@@YAHPEAU_Threadpool_chore@12@@Z
  • Soul Reaver GOG Cinematics stopped working
  • Seed of Andromeda Pre-Alpha 0.2 crashes
  • Scrabble (Infogrames) multiplayer requires IDirectPlay4::EnumConnections
  • WAtomic: White labels that show name of elements hidden by GL components
  • secur32/tests/ntlm.ok crashes in DeleteSecurityContext
  • Guitar Pro 7 needs msvcp140.dll._To_wide
  • SP+ maker won't run.
  • Rise of the Tomb Raider needs unimplemented function USER32.dll.PhysicalToLogicalPoint
  • WarBR: game (WarS v5.5 p4) crashes on start, needs WMP IOleObject::GetExtent method implementation
  • Adobe Premiere needs ntoskrnl.exe.KeAcquireSpinLockRaiseToDpc
  • winhttp fails to redirect from http to https on 301 error.
  • Adobe Premiere needs ntoskrnl.exe.KeReleaseSpinLock
  • Wargaming.net Game Center needs msvcp140.dll._To_byte
  • Crazyracing KartRider: Crashes on startup on unimplemented function ntoskrnl.exe.IoCreateNotificationEvent
  • BitLord crashes on unimplemented function IPHLPAPI.DLL.if_nametoindex
  • PHP crashes on unimplemented function api-ms-win-crt-math-l1-1-0.dll.acosh
  • PHP crashes on unimplemented function api-ms-win-crt-math-l1-1-0.dll.atanh
  • numpy crashes on unimplemented function api-ms-win-crt-math-l1-1-0.dll.log1p
  • winealsa.drv: Warning while building (GCC 7.1.1)
  • valgrind shows a couple invalid reads in programs/regedit/tests/regedit.c
  • make error on Debian 4.9.30-2kali1 (2017-06-22) x86_64 GNU/Linux
  • Many applications (winecfg, ...) crash on startup with freetype 2.8.1
  • freetype 2.8.1 breaks Wine build during font conversion with sfnt2fon 

Installation instructions:
 
Open terminal and insert command line...

$ wget -nc https://dl.winehq.org/wine-builds/Release.key

$ sudo apt-key add Release.key

$ sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/

$ sudo apt-get update

$ sudo apt-get install --install-recommends winehq-stable

Check version wine:

$ wine --version
 

No comments:

Post a Comment