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

The game itself works flawlessly at the highest details.

What does not

Launcher crashes. You have to start the game with witcher.exe.

Workarounds

What was not tested

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

3dx9_36 was installed in the main prefix with winetricks and the rule for witcher.exe was made. Windows XP mode.

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 
CurrentLinux 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