joekarl / supertux

Automatically exported from code.google.com/p/supertux
GNU General Public License v3.0
0 stars 0 forks source link

Exception when naming a spawn point #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new level
2. Add a second spawn point
3. Try to name the spawn point

What is the expected output? What do you see instead?

Expect it to just rename the spawn point.  Instead it throws an exception and 
does not rename the point.

What version of the product are you using? On what operating system?

Running latest git sources on Ubuntu 11.10.

Please provide any additional information below.

Error received:

"Argument is out of range.
Parameter name: index"
  at System.Collections.Generic.List`1[LispReader.FieldOrProperty].get_Item (Int32 index) [0x00000] in <filename unknown>:0 
  at PropertiesView.OnEntryChangeDone (System.Object o, Gtk.FocusOutEventArgs args) [0x00000] in <filename unknown>:0 

Original issue reported on code.google.com by m...@alandmoore.com on 19 Mar 2012 at 9:52

GoogleCodeExporter commented 9 years ago
to not get the error message, you need to click(or tab) into a different 
box(like one of the location boxes) right after you type in the name. this will 
save the name and not get the error message.
this will solve your problem, but it would be nice if you could just type in 
the name and click out of it

Original comment by ct.dab...@yahoo.com on 9 Apr 2012 at 2:39

GoogleCodeExporter commented 9 years ago

Original comment by LMH.0...@gmail.com on 9 Jan 2013 at 11:57

GoogleCodeExporter commented 9 years ago
Should be fixed by 357ad52d9ad4 in my clone.

http://code.google.com/r/rgcjonas-steditor/source/detail?r=357ad52d9ad473defb934
9a6e14c9cbab9e5bd22

Original comment by rgcjo...@gmail.com on 10 Jan 2013 at 5:52

GoogleCodeExporter commented 9 years ago
This issue was closed by revision a59bbc2df792.

Original comment by LMH.0...@gmail.com on 16 Jan 2013 at 8:49