Main window disabled.

Here you can... report bugs. Open a new thread for each bug, please.
Post Reply
idcarlos
Posts: 63
Joined: Mon Sep 12, 2005 2:30 pm

Main window disabled.

Post 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
DapperDrake
Posts: 3
Joined: Sat Mar 25, 2006 4:20 pm

Post 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
idcarlos
Posts: 63
Joined: Mon Sep 12, 2005 2:30 pm

Post 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?
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post 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ö
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 »

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 :-P

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ö
Press any key to continue or any other key to quit.
DapperDrake
Posts: 3
Joined: Sat Mar 25, 2006 4:20 pm

Post 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
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

DapperDrake wrote: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
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ö
Press any key to continue or any other key to quit.
DapperDrake
Posts: 3
Joined: Sat Mar 25, 2006 4:20 pm

Post by DapperDrake »

That works indeed, thanks for the fast bugfixing

Btw I'm a Linux user, so I know how to use the commandline :wink:
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post 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 :wink:
you never know with Bygfoot users :-)

gyözö
Press any key to continue or any other key to quit.
idcarlos
Posts: 63
Joined: Mon Sep 12, 2005 2:30 pm

Post 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.
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

the cvs is updated, too. there were a few additional fixes related to memorable matches.

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 »

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ö
Press any key to continue or any other key to quit.
Post Reply