Opened 6 years ago
Closed 6 years ago
#10629 closed defect (fixed)
GUI: Crash when clicking options
Reported by: | dafioram | Owned by: | criezy |
---|---|---|---|
Priority: | blocker | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
Happens in Ubuntu 18.04, but not windows 7.
Happens on a new scummvm ini when the 'Options...' button is clicked.
Also adding a new game.
Could not load widget position for 'GameOptions_Graphics.grStretchModePopupDesc'!
Works on commit ff220fffa58142b5a049bcc5067538442ea7c677, but not 55d898f7d811903de78ed5194f9fce5a5b29e460
Doesn't matter if I add stretch_mode=default to scummvm ini. Also a new scummvm ini created by scummvm does not get stretch_mode added.
Note:
See TracTickets
for help on using tickets.
I suspect that what is happening is that it finds an older copy of the theme somewhere that does not have this position information instead of using the one in gui/themes/. This at least reminded me that I intended to bump the theme version when I added this, but forgot. I have done this now (commit 788574e) and this should prevent older themes to be used and hopefully fix this issue. Can you confirm?