WineHQ

Kingpin: Life of Crime

Current Version online store.

Application Details:

Version: 1.21 Steam
License: Retail
URL: http://www.interplay.com/kingp...
Votes: 0
Latest Rating: Platinum
Latest Wine Version Tested: 1.7.18

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download Current Version online store.

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

All. Graphics. Sound. Input.

What does not

Nothing.

Workarounds

What was not tested

The beginning of the game and its first level.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

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 "

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 12.04 "Precise" amd64 (+ variants like Kubuntu)May 11 20141.7.18Yes Yes NoPlatinumDavid G�miz Jim�nez 
ShowUbuntu 12.04 "Precise" amd64 (+ variants like Kubuntu)Jul 15 20131.4.1Yes No NoGarbageDavid G�miz Jim�nez 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

Run whit last wine versions and GPUs

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

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back