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

Installation of version 1.0.
Registration.
To play this version you need to crack it. The game works but not in full details.
Bug : status bar and poisonning bar are missing.

Patch to the 1.4 version.
Need mono (installed with winetricks). The patch tries to confirm the registration of the game. The patch doesn't go any further.

What does not

Installation of patch 1.4. The patch 1.5 needs the 1.4 version.

Workarounds

What was not tested

Game in its entirety (I tested only prologue and saved from the chapter 4.)

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

I could only play the 1.0 version thanks to a crack, so illegally. The 1.5 patch is needed to disable the DRM, so it would be great to play legally...

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 Goldan anonymous user 
ShowLinux Mint 17 "Qiana"Sep 02 20151.7.45Yes Yes Goldan anonymous user 
ShowUbuntu 12.04 "Precise" amd64 (+ variants like Kubuntu)Sep 24 20121.5.13Yes Yes BronzeGrzesiek 

Known Bugs

Bug # Description Status Resolution Other apps affected
11285 Static characters on Nvidia 7xxx cards in Witcher CLOSED FIXED View
12771 Multiple graphic problems in "The Witcher" CLOSED FIXED View
15904 The Witcher: black screen at the main menu CLOSED DUPLICATE View
16831 Audible Manager fails to active device CLOSED FIXED View
18296 Applications seeing key-up events when keys auto-repeat (not a Wine bug) CLOSED INVALID View
22504 Bioshock: fog renders red CLOSED FIXED View
25244 The Witcher needs msvcp80.dll.?infinity@?$numeric_limits@M@std@@SAMXZ CLOSED FIXED View
25696 The Witcher: Characters draw weird "puppeteer's" lines CLOSED DUPLICATE View
27156 Bioshock demo: mouse jumps around menu CLOSED FIXED View
27358 The Witcher fails to run CLOSED FIXED View
27779 Desktop mouse pointer always visible in Steam games CLOSED FIXED View
30756 error, and white screens while playing Witcher: Enhanced edition. CLOSED INVALID View
34052 The Witcher: Character models are sometimes invisible CLOSED FIXED View
44254 The Witcher 1.5 (Platinum edition): launcher crashes on start UNCONFIRMED View

Show open 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