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!
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:
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 "
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | May 11 2014 | 1.7.18 | Yes | Yes | No | Platinum | David G�miz Jim�nez | |
Show | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | Jul 15 2013 | 1.4.1 | Yes | No | No | Garbage | David G�miz Jim�nez |
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.