when I don't use the fav_seat option in HUD_config.xml (set to 0) everything works as
expected (positions of the stat windows are correct and save layout works fine).
So i play a bit and save the Hud Position, then close fpdb and configure the fav_seat option.
Now if I start it up again, it works fine the Hud windows get positioned correctly to my fav_seat.
If I now use the save position menu again, the next time i start playing the Hud windows are off
like 2 seats. I don't know much about programming but i looked at the save_layout function in
Hud.py and maybe it has to check if fav_seat is activated somehow?
Oh btw, sometimes when exiting fpdb i get this:
Exception exceptions.KeyError: KeyError(-1210161472,) in <module 'threading' from '/usr/lib/python2.5/threading.pyc'> ignored
The Version is the git one from yesterday (titlebar says alpha9-p143 or higher)
Greetings
Michael
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, I think I actually fixed it this time. It is available in my repo, which also has Carl's fix to the time zone thing and has support for STTs and MTTs on Stars.
Hello,
when I don't use the fav_seat option in HUD_config.xml (set to 0) everything works as
expected (positions of the stat windows are correct and save layout works fine).
So i play a bit and save the Hud Position, then close fpdb and configure the fav_seat option.
Now if I start it up again, it works fine the Hud windows get positioned correctly to my fav_seat.
If I now use the save position menu again, the next time i start playing the Hud windows are off
like 2 seats. I don't know much about programming but i looked at the save_layout function in
Hud.py and maybe it has to check if fav_seat is activated somehow?
Oh btw, sometimes when exiting fpdb i get this:
Exception exceptions.KeyError: KeyError(-1210161472,) in <module 'threading' from '/usr/lib/python2.5/threading.pyc'> ignored
The Version is the git one from yesterday (titlebar says alpha9-p143 or higher)
Greetings
Michael
I think you're spot on - looks like a bug.
Yes, thanks for the message on this. I _thought_ I fixed this once already. I will try again.
I sometimes get that message from threading while exiting. It seems harmless, but I will try to track it down--low priority for now.
OK, I think I actually fixed it this time. It is available in my repo, which also has Carl's fix to the time zone thing and has support for STTs and MTTs on Stars.
this is my repo:
http://www.assembla.com/spaces/free_poker_tools/trac_git_tool
Good job, works nice for me. Thank you very much. :)
Greetings
Michael