Jump to content

gnu backgammon problem


daniewicz
 Share

Recommended Posts

I'm guessing that's the only error that is shown when you launched gnu backgammon from the console window? No other text?

 

The only real way of diagnosing that would be to run an strace as you play the game, but it will generate a load of info, but would be ideal to add to a bug report as that strace would show exactly what is going on.

 

Could try switching from your Xorg video driver to vesa and see if it would settle down a bit? Before doing an strace with your existing video driver.

Link to comment
Share on other sites

sorry I didn't have any idea so I googled it

 

got this that links link1 and Link 2

 

which help me understand, sorry I couldn't help w/ a solution but maybe with definition of possible causes

 

best luck ;)

Link to comment
Share on other sites

Here's a quick fix... if you don't need sound. Open the game gui and go to settings > options > sound > and disable the sound effects > click OK. :)

 

Also, you 'may' have to do this every time you start the gui... or add the -q option to the command line:

gnubg -q

:D

Link to comment
Share on other sites

Thanks for the responses guys

 

Ian

I'm guessing that's the only error that is shown when you launched gnu backgammon from the console window? No other text?

yes, that is all I am seeing from the console

 

Greg

Not that I am doubting you, but why do you think this is a sound related problem?

Link to comment
Share on other sites

I was also having an intermittent segmentation fault during the game. So I opened the game with the -d (debug) option

gnubg -d

for more output, but that didn't show the problem. I then used gdb to run the game

gdb /path/to/gnubg

then entered 'run' to check. This gave me some libpulse text in the output.

 

So I turned off the sound and the game hasn't had a sigsegv since... YMMV :unsure:

Link to comment
Share on other sites

Ian,

 

I have a ridiculously underpowered GeForce FX 5200 video card, so if I switch to the vesa driver my KDE struggles. Thus I have not tried to make this driver switch. I appreciate your input, but I think I need fixes that allow me to stay with the NVidia driver.

Link to comment
Share on other sites

You only needed to switch temporarily to find out if the nvidia driver is the problem. Not asking you to do it permanently. If we then find that the nvidia driver is the problem, then we need to check the version and if there is another version of it newer or something that you can use.

Link to comment
Share on other sites

  • 3 weeks later...

Well I am getting back to this problem after being distracted by other things.

 

Before trying Ian's suggestion, I decided to implement the gnu debugger (gdb) as suggested by Greg. When I run gnubg from within gdb, I am unable to make gnubg crash! In other words, if I run the program as follows all is well:

 

gdb /usr/games/gnubg

 

:o

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...