bug

General help forum. You can post here if you have trouble installing, for instance.
mom2pp
Posts: 193
Joined: Sat Jan 29, 2005 5:47 pm
Location: Scotland

bug

Post by mom2pp »

i did cvs update -dP and then tried to run bygfoot and this happened:

** (bygfoot:8509): WARNING **: option_string: option named string_opt_constants_file not found


** (bygfoot:8509): WARNING **: Could not open file '(null)' in mode 'r'.
Haven't u people ever heard of closing a goddam door?
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

did you obey the rules described in this post?

gyözö
Press any key to continue or any other key to quit.
mom2pp
Posts: 193
Joined: Sat Jan 29, 2005 5:47 pm
Location: Scotland

Post by mom2pp »

gyboth wrote:did you obey the rules described in this post?

gyözö
i think so
Haven't u people ever heard of closing a goddam door?
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

then i'm really at a loss. are you really really sure you're starting the game from the directory containing 'configure.in' and 'autogen.sh' etc. with the command src/bygfoot?
it works on my system and on several other systems.

gyözö
Press any key to continue or any other key to quit.
mom2pp
Posts: 193
Joined: Sat Jan 29, 2005 5:47 pm
Location: Scotland

Post by mom2pp »

gyboth wrote:then i'm really at a loss. are you really really sure you're starting the game from the directory containing 'configure.in' and 'autogen.sh' etc. with the command src/bygfoot?
it works on my system and on several other systems.

gyözö
ill retry
otherwise ill probably have to wait until the actual 1.9.0 is released before i can play bygfoot again :cry:
Haven't u people ever heard of closing a goddam door?
Oki
Posts: 77
Joined: Wed Mar 30, 2005 12:50 pm
Location: São Paulo/SP-Brazil
Contact:

Update script for CVS

Post by Oki »

Hi momp2p,

I think it could be usefull for you. I wrote a small script to do the update from CVS, and it's running ok.

1) create a Projects directory:
$ mkdir /home/momp2p/Projects

2) change the HOMEDIR variable on script

3) chmod 755 bygfoot2.sh

4) $./bygfoot2.sh

5) Have a good Season. :-)
#!/bin/sh

HOMEDIR=/home/celso

rm -rdf $HOMEDIR/Projects/bygfoot2-unstable
rm -rdf $HOMEDIR/.bygfoot-1.9
rm -rdf $HOMEDIR/Projects/bygfoot

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bygfoot co -P bygfoot2-unstable

cd $HOMEDIR/Projects/bygfoot2-unstable
./autogen.sh
./configure.sh --prefix=$HOMEDIR/Projects/bygfoot
make
cd $HOMEDIR/Projects/bygfoot2-unstable
src/bygfoot
[]'s
Celso Goya
mom2pp
Posts: 193
Joined: Sat Jan 29, 2005 5:47 pm
Location: Scotland

Post by mom2pp »

hi oki
i followed your instructions(well as far as i could because i know next to nothing about computers :wink: ) and then tried to run bygfoot and this happened:
(bygfoot:26225): Gtk-CRITICAL **: file gtktreemodel.c: line 1277 (gtk_tree_model_get): assertion `GTK_IS_TREE_MODEL (tree_model)' failed
Segmentation fault
Haven't u people ever heard of closing a goddam door?
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

i'm really sorry. seems to work for everyone except for you :-( well here's a last try:
- download the cvs version. compile it (the script will do it for you if you let it).
- create a new directory somewhere, say '/home/mom/bf'.
- copy the executable 'bygfoot' from the 'src' directory to /home/mom/bf.
- copy the complete 'support_files' directory from the cvs directory to /home/mom/bf.
- cd to the directory: 'cd /home/mom/bf'.
- start the game with './bygfoot'.

maybe this works :roll:

gyözö
Press any key to continue or any other key to quit.
Oki
Posts: 77
Joined: Wed Mar 30, 2005 12:50 pm
Location: São Paulo/SP-Brazil
Contact:

Post by Oki »

Are you running this script on your Projects directory?

Well, if your answer is yes, it could be a bug. I run the latest CVS version, fine. Otherwise, Mr. gyözö "Kasparov" could help us. ;-)

[]'s
Celso Goya
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

btw, i also tried this script thing by oki, and it worked.

gyözö
Press any key to continue or any other key to quit.
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

btw, mom2pp, do you have icq or jabber? i could help you more efficiently with an im like those. my icq number is
244740167 and my jabber id is gyboth at jabber dot org.

gyözö
Press any key to continue or any other key to quit.
mom2pp
Posts: 193
Joined: Sat Jan 29, 2005 5:47 pm
Location: Scotland

Post by mom2pp »

gyboth wrote:i'm really sorry. seems to work for everyone except for you :-( well here's a last try:
- download the cvs version. compile it (the script will do it for you if you let it).
- create a new directory somewhere, say '/home/mom/bf'.
- copy the executable 'bygfoot' from the 'src' directory to /home/mom/bf.
- copy the complete 'support_files' directory from the cvs directory to /home/mom/bf.
- cd to the directory: 'cd /home/mom/bf'.
- start the game with './bygfoot'.

maybe this works :roll:

gyözö
thank you very much
it worked :D
thanks
i think the problem was that i was trying to start the game with the command bygfoot instead of ./bygfoot :oops:
oh well it works now :D
Haven't u people ever heard of closing a goddam door?
mom2pp
Posts: 193
Joined: Sat Jan 29, 2005 5:47 pm
Location: Scotland

Post by mom2pp »

gyboth wrote:btw, mom2pp, do you have icq or jabber? i could help you more efficiently with an im like those. my icq number is
244740167 and my jabber id is gyboth at jabber dot org.

gyözö
no, unfortunately i dont have either
Haven't u people ever heard of closing a goddam door?
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

mom2pp wrote:i think the problem was that i was trying to start the game with the command bygfoot instead of ./bygfoot :oops:
oh well it works now :D
dear user, how many times did i tell you you have to start with 'src/bygfoot' from the build directory? :roll: ;-)
no, unfortunately i dont have either
pity. go and get it: http://www.jabber.org. and a client, of course.

gyözö
Press any key to continue or any other key to quit.
mom2pp
Posts: 193
Joined: Sat Jan 29, 2005 5:47 pm
Location: Scotland

Post by mom2pp »

im going to start writing a simplified scottish country file now
Haven't u people ever heard of closing a goddam door?
Post Reply