It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
high rated
I've put together Wine wrappers for Call of Juarez, Call of Juarez: Bound in Blood, and Call of Juarez: Gunslinger, allowing them to be played on Linux almost like a native game & with no Wine knowledge required.

Simply run the build script to create the wrapper. If the installer files are not alongside the wrapper build files then the path to them will need to be specified either by passing it as an argument to the build script with -respath="<path>" or by setting an environment variable named WINEWRAP_RESPATH containing it. You can change the path to build the wrapper in and the name of the wrapper directory with the -buildpath= and -dirname= arguments. The build path can also be set with the WINEWRAP_BUILDPATH environment variable.

The output will be a directory containing the game set up within a preconfigured Wine prefix, along with its own copy of Wine, extracted game icons, documentation, and start script(s). From there simply run the start script to play. The start script also includes options for creating a shortcut, configuring the wrapper etc.

(to uninstall simply delete the game directory and any shortcuts you created, and the game's user data directory in ~/.local/share if you don't want to keep your saves & settings)

User data is stored under ~/.local/share/call_of_juarez, ~/.local/share/call_of_juarez_bib, ~/.local/share/call_of_juarez_gunslinger

Full details are in the readme.txt and release notes. Here is the download link:

call_of_juarez_wine.tar.xz
(39.6 kB, SHA256: ce4bb42ef603907a0621025c8fc05ce621577ebfc437cb6847fa69c1a0d24f66)

call_of_juarez_bib_wine.tar.xz
(39.3 kB, SHA256: b7594dfbf3f82b1a089c2b4b564c8ac3c89121315743ef1bad565f4a4feaec9d)

call_of_juarez_gunslinger_wine.tar.xz
(39 kB, SHA256: a60926f295d6744bf8433ccf8aca7bdc0d667373cfef60ef2fa14e72a58108b1)

Last updated 2021/07/11

These wrappers use Wine 6.0 and DXVK. Wine, Winetricks and the redistributables for some required components will be downloaded automatically if not present; to avoid redownloading for other scripts the downloaded Wine package will be stored in ~/.cache/winewrap and the redistributables will be stored in subdirectories in ~/.cache/winetricks

If anyone encounters any problems then post in this thread, Adamhm's Linux Wine Wrappers - News, FAQ &amp; Discussion and/or The "Judas&trade; does this run in Wine" thread v1.173.

For more of my Linux Wine wrappers check out post 3 in this thread: Adamhm's Linux Wine Wrappers - News, FAQ &amp; Discussion


Additional notes:


-You can enable DXVK's framerate display by setting the environment variable: DXVK_HUD=fps
If you want to create a shortcut to start the game with this set then use these arguments for the shortcut:

env DXVK_HUD=fps %command% play

- Additional packages may be necessary to enable Vulkan support on your system, e.g.: libvulkan1 and libvulkan1:i386
Users of the open graphics drivers may also need to install mesa-vulkan-drivers and mesa-vulkan-drivers:i386
Post edited July 11, 2021 by adamhm
Wrappers are now available for Call of Juarez: Bound in Blood and Call of Juarez: Gunslinger :)
Gunslinger works perfectly. Thanks!
avatar
adamhm: Wrappers are now available for Call of Juarez: Bound in Blood and Call of Juarez: Gunslinger :)
Thank you for providing these Wine wrappers. I'm actually trying to run Gunslinger in PlayOnLinux with Wine 6.0 64-bit and DXVK 1.9.2
I can successfully get to the menu, but upon running the game it has a memory error, something related to DXVK. I'm skipping the cutscenes, so I know its not that problem.

How the heck did you get this to run in Wine?

What redistributables did you add?

Specs:
Mint 20.2 64-bit
GeForce GTX 1060
Nvidia 470
PlayOnLinux 4.3.4
Wine 6.0 64-bit
DXVK 1.9.2
avatar
adamhm: Wrappers are now available for Call of Juarez: Bound in Blood and Call of Juarez: Gunslinger :)
avatar
brianinthered: Thank you for providing these Wine wrappers. I'm actually trying to run Gunslinger in PlayOnLinux with Wine 6.0 64-bit and DXVK 1.9.2
I can successfully get to the menu, but upon running the game it has a memory error, something related to DXVK. I'm skipping the cutscenes, so I know its not that problem.

How the heck did you get this to run in Wine?

What redistributables did you add?

Specs:
Mint 20.2 64-bit
GeForce GTX 1060
Nvidia 470
PlayOnLinux 4.3.4
Wine 6.0 64-bit
DXVK 1.9.2
Maybe that's not the solution to your problem, but I used Lutris and Gunslinger worked fine. I have Ubuntu 20.04 LTS