View Issue Details

IDProjectCategoryLast Update
0007726Valley 1Bug - OtherMay 11, 2012 10:06 am
ReporterZem Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Product Version1.016 
Fixed in Version1.018 
Summary0007726: Renaming with no parameter logs missing localization error
DescriptionTested in SP. Giving a value for character/profile responds as you'd expect it to, with a successful message. But if you instead try either and hit enter (AKA rename to blank) it logs:

5/11/2012 6:15:37 PM
MISSING LOCALIZATION: CmdResponse_rename_my_character_Failure_ParameterMissing

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination)
   at ArcenDebugging.ArcenDebugLog(System.String Message)
   at Language.GetValue(System.String ID)
   at Game.SendIngameChat(.ArcenSerializationBuffer Buffer)
   at Game.ComposeAndSendIngameChat(System.String InputText)
   at ChatPopup.ChatPopup_Send()
   at InputBindings.CheckKeys()
   at Game.CheckInput()
   at MainCameraLogic.MainUpdateLogic()
   at MainCameraLogic.Update()

5/11/2012 6:20:07 PM
MISSING LOCALIZATION: CmdResponse_rename_my_profile_Failure_ParameterMissing

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination)
   at ArcenDebugging.ArcenDebugLog(System.String Message)
   at Language.GetValue(System.String ID)
   at Game.SendIngameChat(.ArcenSerializationBuffer Buffer)
   at Game.ComposeAndSendIngameChat(System.String InputText)
   at ChatPopup.ChatPopup_Send()
   at InputBindings.CheckKeys()
   at Game.CheckInput()
   at MainCameraLogic.MainUpdateLogic()
   at MainCameraLogic.Update()



Reproduce:

-Play SP
-Use cmd: rename_my_character <pressenter>
-Use cmd: rename_my_profile <pressenter>


Only a missing string, but a heads up anyway. =)
TagsNo tags attached.
Internal WeightFix Before Major Release

Activities

keith.lamothe

May 11, 2012 10:06 am

administrator   ~0024038

Fixed for 1.018, thanks :)

Issue History

Date Modified Username Field Change
May 11, 2012 4:21 am Zem New Issue
May 11, 2012 7:35 am tigersfan Internal Weight => Fix Before Major Release
May 11, 2012 7:35 am tigersfan Assigned To => Chris_McElligottPark
May 11, 2012 7:35 am tigersfan Status new => assigned
May 11, 2012 10:06 am keith.lamothe Note Added: 0024038
May 11, 2012 10:06 am keith.lamothe Status assigned => resolved
May 11, 2012 10:06 am keith.lamothe Fixed in Version => 1.018
May 11, 2012 10:06 am keith.lamothe Resolution open => fixed