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
What works
Install on steam
What does not
Nothing. Not run: Open window and close very quickly.
Workarounds
What was not tested
Rest of the videogame.
Hardware tested
Graphics:
Additional Comments
Updated: Tested finally whit 1.7.18 and run whit this: 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 "$@" Also tested: 1.5.29, 1.5.39, 1.5.29 and 0.9.18 Example terminal tested with Win XP and 7. With and without the virtual desktop. With the same error output in the terminal. Error show in terminal: err:seh:setup_exception_record stack overflow 2188 bytes in thread 0009 eip 7bc3e41f esp 00230aa4 stack 0x230000-0x231000-0x330000 Hardware: AMD Phenom(tm) II X6 1055T Processor × 6 8GB RAM Nvidia GeForce GT 430 BIOS:70.08.29.00.01 1024 MB Driver Nvidia: 319.32 from ppa Ubuntu X-Edgers Original copy and purchased game. Saved in my /home with EXT4 format. And run in my external HDD with NTFS format. With the same error.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | May 11 2014 | 1.7.18 | Yes | Yes | Platinum | David Gámiz Jiménez | ||
Current | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | Jul 15 2013 | 1.4.1 | Yes | 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 "
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Xylemon on Wednesday May 28th 2014, 1:57
by David Gámiz Jiménez on Wednesday May 28th 2014, 12:49
by David Gámiz Jiménez on Wednesday May 28th 2014, 13:11
Something like this:
env WINEPREFIX="/home/YourUserFolder/.wine" __GL_ExtensionStringVersion="17700" wine C:\\windows\\command\\start.exe /Unix /home/YourUserFolder/dosdevices/c:/YourSteamPath/Steam.exe -applaunch 38430"
by Xylemon on Wednesday May 28th 2014, 15:28