Page 1 of 1
Main window disabled.
Posted: Sat Mar 25, 2006 4:02 pm
by idcarlos
Hi.
I'm using v1.9.5 under Windows XP and the last version of GTK runtimes.
With this savegame
http://rapidshare.de/files/16393536/huesca.zip.html the main window continue disabled when the game finish.
Un saludo
Carlos Garcés
Posted: Sat Mar 25, 2006 8:44 pm
by DapperDrake
I have the same issue with any other savegame
I have also a disabled main screen when I go to stadium -> click on cancel/improve
Posted: Sun Mar 26, 2006 8:41 am
by idcarlos
DapperDrake wrote:I have the same issue with any other savegame
I have also a disabled main screen when I go to stadium -> click on cancel/improve
Also under Windows or Linux?
Posted: Sun Mar 26, 2006 9:33 am
by gyboth
oh dear. bughunting days beginning again.
that savegame of yours, carlos, "works" also with linux (ie. it shows the same bug). i hope it'll help me nail down the problem.
the bug with the stadium i can't reproduce. can you send me a savegame with it, dd?
gyözö
Posted: Sun Mar 26, 2006 10:15 am
by gyboth
i found the bug. a very annoying one, since it's guaranteed to occur often. i guess i'll have to make a quick followup release 1.9.6
fortunately, those who read this thread can circumvent the bug by loading their savegames from the command line. instead of firing up the game and loading the savegame from the splash screen, just type "bygfoot mysave" from the command line, where "mysave" is the savegame without the ".zip" extension (it'd work with extension, too, of course).
for you, carlos, it's even simpler, since you can recompile the game. just replace
Code: Select all
window_destroy(&window.splash, TRUE);
with
Code: Select all
window_destroy(&window.splash, FALSE);
in misc_callback_func.c, line 304, and you should be fine.
thanks for reporting, both of you.
gyözö
Posted: Sun Mar 26, 2006 10:22 am
by DapperDrake
My save game:
http://users.skynet.be/sb306975/bygfoot-save.zip
So when I go to Finstad->show stadium-> Didn't change anything -> click on close / improve
Posted: Sun Mar 26, 2006 10:40 am
by gyboth
yeah, this is the same bug. just load your savegame from the command line and you should be ok. if you don't know how to do that, post here or contact me via icq/jabber (see my signature).
gyözö
Posted: Sun Mar 26, 2006 10:42 am
by DapperDrake
That works indeed, thanks for the fast bugfixing
Btw I'm a Linux user, so I know how to use the commandline

Posted: Sun Mar 26, 2006 10:53 am
by gyboth
DapperDrake wrote:That works indeed, thanks for the fast bugfixing
unfortunately that's just a circumvention, the bug's still there if you use the splash screen.
Btw I'm a Linux user, so I know how to use the commandline

you never know with
Bygfoot users
gyözö
Posted: Sun Mar 26, 2006 11:26 am
by idcarlos
Hi.
I have changed misc_callback_func.c for fix he bug and bygfoot_private.rc and bygfoot.h to change the version number.
Windows user can donwload the file
there
This
NOT is a official release. Use only if you have problems with your bygfoot addiction.
Posted: Sun Mar 26, 2006 3:16 pm
by gyboth
the cvs is updated, too. there were a few additional fixes related to memorable matches.
gyözö
Posted: Fri Mar 31, 2006 12:15 pm
by gyboth
i'm marking the topic as sticky, since the bug is serious and i won't be able to release 1.9.6 soon.
gyözö