jdmonin / JSettlers2

Java Settlers project home, downloads, and GPLv3 source code. To download the latest version as a JAR, see https://github.com/jdmonin/JSettlers2/releases/latest .
http://nand.net/jsettlers/
GNU General Public License v3.0
157 stars 63 forks source link

initial (new/connect/practice) window doesnt get redrawn after being idled #81

Closed kotc closed 2 years ago

kotc commented 3 years ago

happens after some time when i finish the game, yet i forget to close the main window. the window is functional and is the one from second screenshot

kotc commented 3 years ago

https://i.imgur.com/RTWBTkH.png https://i.imgur.com/4JbACHV.png

kotc commented 3 years ago

and it's a 'start a server' window, not the (new/connect/practice), eh

jdmonin commented 3 years ago

Thanks, I'll take a look. That window sure does look confused

jdmonin commented 3 years ago

If I understand, did you start a server running on your machine, played a game on that server, then left it alone for maybe a couple of hours?

kotc commented 3 years ago

exactly, so: 1/ start local server 2/ play game 3/ after finishing the game, close the game window, but dont touch the server/game creation window

after some time (never really measured this, but it's relatively long something times out, so it moves from the screen where you create game to the 'start server' window, but without correctly updating contents. it looks like fields/buttons are there, just java doesnt do a window refresh

jdmonin commented 2 years ago

This fix was released as part of v2.5.00. Thanks again!