Application Details:
Version: | 1.21 |
License: | |
URL: | http://www.interplay.com/kingp... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 8.17 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
With the workaround below, about 75% of the way through the game and so far, everything seems to be working as intended
(Note: I tested with the GoG release, which is slightly different than the Steam version)
What does not
Crash to desktop, regardless of Windows version set in WINE config, when launching without workarounds.
Workarounds
MH's Kingpin patch from kingpin.info is essential (In Downloads, follow the folder path / kingpin / patches / unofficial / windows / mh's_kingpin_patch / linux / for a WINE-specific set of drop-in files) to get the game running after install. It provides support for widescreen and other modern hardware compatibility upgrades.
What was not tested
100% of the single player game
Unofficial multiplayer
Hardware tested
Graphics:
Additional Comments
Sometimes when loading the game, it may appear that you're stuck on the main menu, but you can hear sounds from the game itself. If you cycle the Esc a few times, eventually the in-game rendering will switch over.
The game itself is a little buggy at times, but my understanding is that's how it behaves on Windows, too (e.g. give follower a special command and they won't do it at first. Pathfinding error maybe?).
Some of the sounds can seem oddly loud compared to others once in-game. Switching the Reverb in the options to 'off' seemed to help normalize the volume of actions and ambient sounds.
I also used the Rag2Riches mod for additional graphical upgrades and some gameplay changes. These files were compatible with the above, essential MH'S Kingpin patch, despite overriding the gamex68.dll.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Linux Mint 21 | Oct 07 2023 | 8.17 | Yes | Yes | Yes | Gold | FudoAkira | |
Show | Arch Linux x86_64 | Mar 25 2010 | 1.1.41 | N/A | Yes | No | Silver | Tom | |
Show | Ubuntu 9.04 "Jaunty" i386 (+ variants like Kubuntu) | Dec 22 2009 | 1.0.1 | Yes | No | No | Garbage | bruja | |
Show | Ubuntu 6.06 "Dapper" i386 (+ variants like Kubuntu) | Aug 02 2006 | 0.9.18. | Yes | Yes | No | Platinum | Patrick Thomson | |
Show | Gentoo Linux | May 17 2006 | 0.9.13. | Yes | Yes | No | Platinum | killertux |
Bug # | Description | Status | Resolution | Other apps affected |
In my case must be added at the beginning of the run line this variable:
__GL_ExtensionStringVersion=17700
In my launcher to playonlinux Steam, edit whit this changes and run perfectly:
Add this: export __GL_ExtensionStringVersion=17700
#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
export WINEPREFIX="/home/david/.PlayOnLinux//wineprefix/Steam"
export WINEDEBUG="-all"
export __GL_ExtensionStringVersion=17700
#ScriptID=Steam
cd "/home/david/.PlayOnLinux//wineprefix/Steam/drive_c/./Program Files/Steam"
POL_Wine Steam.exe "$@"
Thanks mate under Béla Gyebrószki.
Your message:
"Béla Gyebrószki 08/05/2014 9:54:12 CDT
There's a demo version with which i can play the problem:
https://archive.org/download/KingpinLifeOfCrime/KPDEMO.EXE
The game is based on the Quake 2 engine, the game starting with 'wine kingpin.exe __GL_ExtensionStringVersion = 17700' makes it possible to start the demo.
Possibly another dupe of bug # 25362.
Tested with Nvidia binary 337.19 drivers "
Comments for this application have been disabled because there are no maintainers.