WineHQ

The Witcher

Enhanced Edition - 1.5 version

Application Details:

Version: 1.x Retail
License: Retail
URL: http://www.thewitcher.com
Votes: 91
Latest Rating: Gold
Latest Wine Version Tested: 7.0.1

Maintainers: About Maintainership

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Everything. At least the things are most important work. Game is totally playable. Mouse is also captured correctly. I'm playing the version available at gog.com.

What does not

The other things that were mentioned previously (health bars, poison indicators) might not work. But I don't have anything to compare them to.

Workarounds

What was not tested

Extra campaigns, registration, adventure editor. I'm just playing the main campaign.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Had some problems with previous versions: 1.2.3 - the stable version ATM of testing from Mac Ports. Installed wine-devel which is 1.3.20 and didn't have to change anything to make it work. Besides that had to install dx9 with winetricks and the virtual c library which has been mentioned here before.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowLinux Mint 21Nov 12 20227.0.1Yes Yes YesGoldhalfpapp 
ShowFedora 29 x86_64Jan 17 20194.0-rc4-stagingYes Yes YesGoldalexandre 
ShowLinux Mint 17.3 "Rosa" x86_64Feb 11 20161.9.3Yes Yes NoGoldan anonymous user 
ShowLinux Mint 17 "Qiana"Sep 02 20151.7.45Yes Yes NoGoldan anonymous user 
ShowUbuntu 12.04 "Precise" amd64 (+ variants like Kubuntu)Sep 24 20121.5.13Yes Yes NoBronzeGrzesiek 

Known Bugs

Bug # Description Status Resolution Other apps affected
44254 The Witcher 1.5 (Platinum edition): launcher crashes on start UNCONFIRMED View

Show all bugs

HowTo / Notes

Settings to avoid invisible models and flickering

If you are hit by bug #34052 (invisible character models), or flickering, set this key in the registry as a workaround (it happens on closed Nvidia driver, and to some on Mesa / Intel. It didn't happen to me with Mesa / radeonsi):

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
CheckFloatConstants="enabled"


Another similar issue is bug #46553 when some textures turn black indoors. For now, install  d3dx9_35 native override to work around that.

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Avoiding the launcher.exe crash
by Ilya Trukhanov on Monday June 24th 2019, 15:00
It happens because of wine's internet explorer implementation (gecko). You can avoid the crash by installing any internet explorer version, for example with winetricks:

`winetricks -q ie6`

You need a 32-bit wineprefix for it to install, though.
Back