User Tools

Site Tools


known_client_issues

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
known_client_issues [2018/03/14 14:47]
karl [Unspecified/Multiple/SVN] Fix formattings, add meaningful titles
known_client_issues [2018/04/21 04:50] (current)
karl [1.11.0] point trunk and branch to new location
Line 45: Line 45:
 //~July, 2010.// \\  ​ //~July, 2010.// \\  ​
 The GTK-V2 client with account-based login support has a bug in a character create button that makes it impossible to set up a character. \\  The GTK-V2 client with account-based login support has a bug in a character create button that makes it impossible to set up a character. \\ 
-It is thought this bug is in **1.50** . Current SVN is fixed. The fix is an update to //​{prefix}/​share/​crossfire/client/​glade-gtk2/​dialogs.glade//​ , and does not require a re-compile.+It is thought this bug is in **1.50** . Current ​[[:​downloading#​SVN via SourceForge|SVN]] ​is fixed. The fix is an update to //​{prefix}/​share/​crossfire-client/​glade-gtk2/​dialogs.glade//​ , and does not require a re-compile. 
 + 
 +See also further down [[#​1.50.0]] ​
  
 ==== Player communication broken ==== ==== Player communication broken ====
Line 70: Line 72:
  
 ===== 1.50.0 ===== ===== 1.50.0 =====
-  * This client is affected by [[http://​sourceforge.net/​tracker/?​func=detail&​aid=3020531&​group_id=13833&​atid=113833|Bug #3020531 The Create Character button does nothing]]. ​ The bug affects only use with servers that support account based logins. +This client is affected by [[http://​sourceforge.net/​tracker/?​func=detail&​aid=3020531&​group_id=13833&​atid=113833|Bug #3020531 The Create Character button does nothing]]. ​\\  
-    ​* ​Replace the broken dialogs.glade file with a recent version that is downloadable [[http://​crossfire.svn.sourceforge.net/​viewvc/​crossfire/​client/​trunk/​gtk-v2/​glade/​dialogs.glade|here]].+ The bug affects only usage with new 1.50+ servers that support account based logins. ​\\ 
 + 
 +ChangeLog entry : [[:​client:​changelog_0_92_1_70_0#​Create Character Bug]] 
 + 
 +In short : When the player has logged in and wants to create a character, then a GUI window shows up to enter a Name and either hit "​Create Character"​ or to "​Cancel"​ . \\ 
 +When clicking to create, nothing happens. 
 + 
 +The Creation of a character at the version 1.50.0 is a mix of new GUI code and the old "​traditional"​ way of character-creation in the info-message pane and command-line. \\ 
 +After having clicked "​Create Character"​ , the process to choose the race happens inside the info-message panel. Here the user gets at first asked to chose the stat values, then to chose the race of the character. 
 + 
 +Adding a diff patch since the link to viewvc does not work anymore on sourceforge. \\ 
 +Two times one tailing :space: too much in {prefix}/​share/​crossfire-client/​glade-gtk2 , \\ 
 +easy to fix manually, just needs to find the lines : 
 +<code diff> 
 +--- dialogs.glade-orig 2018-03-18 11:​19:​58.000518668 -0100 
 ++++ dialogs.glade 2018-03-18 11:​20:​26.833516979 -0100 
 +@@ -1189,7 +1189,7 @@ The server determines what map tiles are 
 +                                       </​packing>​ 
 +                                     </​child>​ 
 +                                     <​child>​ 
 +-                                      <widget class="​GtkAlignment"​ id="​config_displaymode_alignment ">​ 
 ++                                      <widget class="​GtkAlignment"​ id="​config_displaymode_alignment">​ 
 +                                         <​property name="​visible">​True</​property>​ 
 +                                         <​property name="​xalign">​0</​property>​ 
 +                                         <​property name="​yalign">​0</​property>​ 
 +@@ -3145,7 +3145,7 @@ Character Selection</​property>​ 
 +                     <​property name="​visible">​True</​property>​ 
 +                     <​property name="​layout_style">​spread</​property>​ 
 +                     <​child>​ 
 +-                      <widget class="​GtkButton"​ id="​button_create_new_char ">​ 
 ++                      <widget class="​GtkButton"​ id="​button_create_new_char">​ 
 +                         <​property name="​label"​ translatable="​yes">​Create Character</​property>​ 
 +                         <​property name="​visible">​True</​property>​ 
 +                         <​property name="​can_focus">​True</​property>​ 
 +</​code>​ 
 +OLD Link: \\ 
 +Replace the broken dialogs.glade file with a recent version that is downloadable [[http://​crossfire.svn.sourceforge.net/​viewvc/​crossfire/​client/​trunk/​gtk-v2/​glade/​dialogs.glade|here]]. 
 +  
 +===== Keyboard input impossible or confusing ===== 
 +In below versions called "​Double Text" ​ and "​Double up Keypress"​ Bugs were re-solved short time before the release of the version 1.12.0 of the client. \\ 
 +The problem did not occur, when "Popup Windows"​ had been chosen in the Menu > Client > Configure > General \\ 
 + and hit the button "​Save"​ to save to the file [[:​client:​gdefaults]] as [[:​client:​gdefaults#​popups]] set to **1** \\ 
 +and re-start the client to re-read the gdefaults configuration file. \\  
 +The user could have altered that entry manually, too, but that file does not exist when the client gets installed newly \\ 
 +and the default is set to **0** inside the source code \\ 
 + in function //​init_client_vars()//​ in file //​common/​init.c//​ as variable //​want_config[CONFIG_POPUPS] = FALSE;// . \\ 
 +Another possibility would have been the cmdline-parameter [[:/​client:​optional_parameters#​-popups]] added when starting the client from a command.com,​ cmd.exe or xterm terminal shell, \\ 
 +but the -help parameter claimed, that -popups would have been the default, and why using that option, when it would have been the default ? \\  
 +The Popup Login-Window is nice to have, but the tiny jumping window to press to play Again or Not after applying a save-bed is a reason to want to disable these popups. \\  
 +See also the Changelog : [[:​client:​changelog_0_92_1_70_0#​Keyboard input impossible or confusing]] 
  
 ===== 1.11.0 ===== ===== 1.11.0 =====
-  * Double text issues still a problem on recent Ubuntu (Gutsy, Hardy, Intrepid) based 64bit systems when using the GTK2 ([[trunk]] and [[branch]]) client. +  * Double text issues still a problem on recent Ubuntu (Gutsy, Hardy, Intrepid) based 64bit systems when using the GTK2 ([[:​sourceforge:​svn_code#​trunk]] and [[:​sourceforge:​svn_code#​branch]]) client. 
-    * [[crossfire_client_compile_guide|Compile the client]] using the latest source code resolves this issue, or one needs to use the gtkv-1 client+    * [[:​client:​client_compiling|Compile the client]] using the latest source code resolves this issue, or one needs to use the gtkv-1 client
     * The 1.50.0 client does not have this problem.     * The 1.50.0 client does not have this problem.
     * See also [[http://​sourceforge.net/​tracker/​index.php?​func=detail&​aid=1876788&​group_id=13833&​atid=113833|Bug #1876788]].     * See also [[http://​sourceforge.net/​tracker/​index.php?​func=detail&​aid=1876788&​group_id=13833&​atid=113833|Bug #1876788]].
Line 83: Line 135:
  
 ===== 1.9.1 ===== ===== 1.9.1 =====
- +{{ :​client:​gtk:​gtk2:​double-chars.jpg?​400|}} \\ 
-crossfire-client-gtk2 under Ubuntu Edgy (v1.9.1-1) and Feisty (v1.9.1-2) (untested on other versions or releases)+crossfire-client-gtk2 under **Ubuntu** Edgy (v1.9.1-1) and Feisty (v1.9.1-2) (untested on other versions or releases)
   * We've heard there'​s a weird seemingly ubuntu-specific bug in ubuntu'​s package of gcfclient2, with it repeating each keypress twice when typing.   * We've heard there'​s a weird seemingly ubuntu-specific bug in ubuntu'​s package of gcfclient2, with it repeating each keypress twice when typing.
-  ​* Feb-22-2007:​ Bug reported at LaunchPad, https://​launchpad.net/​ubuntu/​+source/​crossfire-client/​+bug/​87194 +    ​* Feb-22-2007:​ Bug reported at LaunchPad, https://​launchpad.net/​ubuntu/​+source/​crossfire-client/​+bug/​87194 
-  * Sept-18-2007:​ Player feedback indicates this problem has been "​resolved"​ in v1.10.0 of the client or if the client is built from SVN source+    * Sept-18-2007:​ Player feedback indicates this problem has been "​resolved"​ in v1.10.0 of the client or if the client is built from SVN source
known_client_issues.1521056849.txt.gz · Last modified: 2018/03/14 14:47 by karl