LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   Problem running Kingpin (https://www.linuxquestions.org/questions/linux-games-33/problem-running-kingpin-129110/)

Kovacs 12-26-2003 05:20 PM

Problem running Kingpin
 
I just installed Kingpin from a windows CD with the icculus installer found here. The game installed without a hitch, but when I go to run it, I get this error message:

Code:

KPHack 0.0.5: DGA mouse enabled; FullScreen enabled.
Added packfile ./main/pak0.pak (456 files)
execing default.cfg
couldn't exec config.cfg
couldn't exec linux.cfg
Console initialized.

------- sound initialization -------
/dev/dsp: Broken pipe
Could not toggle.
Segmentation fault

I think /dev/dsp is a sound device, and it works fine normally, including in Unreal Tournament, and I'm not really sure where to go from here. Any ideas?

chup 12-30-2003 08:00 AM

I got a somewhat similar problem :(
I used the same installed as you did, and it went great, but I also get an error.
Code:

./kingpin +set gl_driver ref_gl.so
KPHack 0.0.5: DGA mouse enabled; FullScreen enabled.
Added packfile ./main/pak0.pak (456 files)
execing default.cfg
execing config.cfg
execing linux.cfg
Console initialized.

------- sound initialization -------
sound sampling rate: 11025
Segmentation fault

has anybody gotten kingpin to work under linux???

ravage 12-30-2003 07:29 PM

Re: Problem running Kingpin
 
Quote:

Originally posted by Kovacs

------- sound initialization -------
/dev/dsp: Broken pipe
Could not toggle.
Segmentation fault [/CODE]

I think /dev/dsp is a sound device, and it works fine normally, including in Unreal Tournament, and I'm not really sure where to go from here. Any ideas?

can you run kingpin without sound? ie. kingpin +set s_initsound 0 ?



Quote:

Originally posted by chup
Code:

./kingpin +set gl_driver ref_gl.so

do not run that command! ref_gl.so is the mesa gl driver. ref_glx.so is what you want. Run the kingpin script without any arguments. It defaults to the glx renderer.

chup 12-31-2003 11:18 AM

thanks for the help :)
I can run it now, without sound, but if I change anything in the video modes the x server crashes :confused:
im trying to find out what is causing the error, because "segmentation fault" is not very specific ;)


All times are GMT -5. The time now is 10:02 AM.