Page 1 of 1

BUG REPORT: Can´t pick nation in 3.2.0 QT Client in Linux

Posted: Fri Aug 08, 2025 6:55 pm
by leo.priori
Hello Guys

BUG REPORT:

I tried to access the bug tracker, but the site isn't working for me, so I'm reporting the issue here.

After compiling the 3.2.0 Qt Client using Linux Lite (Ubuntu LTS), I tried to select a nation, but the window freezes and doesn't update the information on the right side, such as the city style and the leader's name. The only option that works is selecting "Random."

After some investigation, I discovered that the following functions in the client/gui-qt/dialogs.cpp file were altered:

style_selected

nation_selected

group_selected

The second parameter was removed from these function definitions, but it was not removed from the function calls on lines 543, 548, and 559 of dialogs.cpp.

After fixing this issue and recompiling (by removing the second parameter from the function calls), the game now works correctly, allowing me to choose a nation and start the game.

Has anyone else experienced this same problem?

Re: BUG REPORT: Can´t pick nation in 3.2.0 QT Client in Linux

Posted: Sat Aug 09, 2025 12:57 am
by cazfi
Thanks for reporting. I opened the ticket to the bug tracker -> https://redmine.freeciv.org/issues/1652
leo.priori wrote: Fri Aug 08, 2025 6:55 pm Has anyone else experienced this same problem?
I can reproduce it.

Re: BUG REPORT: Can´t pick nation in 3.2.0 QT Client in Linux

Posted: Mon Sep 29, 2025 9:10 pm
by gusrestrepo
I can confirm this happens in the Windows version as well. I was going crazy trying to figure it out. Can someone post here the solution? I can try to incorporate the change and recompile the code.

Re: BUG REPORT: Can´t pick nation in 3.2.0 QT Client in Linux

Posted: Tue Sep 30, 2025 1:35 am
by cazfi
gusrestrepo wrote: Mon Sep 29, 2025 9:10 pmCan someone post here the solution? I can try to incorporate the change and recompile the code.
Fix is attached to the ticket. ( https://redmine.freeciv.org/issues/1652 )

Re: BUG REPORT: Can´t pick nation in 3.2.0 QT Client in Linux

Posted: Tue Sep 30, 2025 1:37 am
by cazfi
For Windows, the fix was also already included in the latest test build published here: viewtopic.php?t=92153&start=37