Original War Support Bug Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report #86  -  invalid integer value after loggged in to the ClanBase
Posted Feb 28, 2015 - updated Feb 28, 2015
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Not a bug" and resolution "NOT AN ISSUE".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Not a bug
  • Assigned to
    Not assigned to anyone
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     Gothuk
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Time spent
    No time spent
  • Category
    Game Engine
  • Resolution
    NOT AN ISSUE
  • Priority
    Not determined
  • Reproducability
    Always
  • Severity
    Not determined
  • Targetted for
    icon_milestones.png Not determined
Issue description
  1. General Info
  2. ------------
  3. Application : Owarogl
  4. Version : 2.0.0.0_OGL
  5.  
  6. ModName :
  7. ModDir :
  8. ModVer : (0.0)
  9.  
  10. ErrorType : Unknown
  11. ErrorText : '$ Point' is not a valid integer value
  12.  
  13. Exception : None
  14.  
  15. Params : CUSTOMRES 1366 768 WINDOW
  16. ParamCount : 4
  17.  
  18. Game Info
  19. ---------
  20. Multiplayer : False
  21. Multi.GameState : ChatRoom
  22. Multi.ChatConnLost : False
  23. Multi.IAMServer : True
  24. Multi.Joined : True
  25. Multi.Loaded : False
  26. Multi.MapVersion : 17
  27. Multi.OffLine : False
  28. Multi.OnLine : True
  29. Multi.ServerLost : False
  30. Multi.StatusText :
  31. MultiDef.MapName : Alien base\1v1 Clan Match
  32.  
  33. mission_number : 0
  34. mission_campaign : 0
  35. game_difficulty : 2
  36. ingame_video : False
  37. stop_talking : False
  38. stop_action : False
  39. end_of_mission : 0
  40. end_the_mission_allowed : False
  41. dialogue_skipped : False
  42. last_title_ident : -1
  43. last_title_unit : 0
  44. last_title_radio : False
  45. last_title :
  46.  
  47. lastSail : -1
  48.  
  49. Random Stuff
  50. ------------
  51. GodMode : False
  52. DeveloperMode : False
  53. ModCBMode : True
  54. OfficialMod : False
  55. InterfSide : 0
  56.  
  57. Windows Info
  58. ------------
  59. Product : Unknown OS
  60. Win32MajorVersion : 6
  61. Win32MinorVersion : 2
  62. BuildNumber : 9200
  63. ServicePack :
  64. ServicePackMajor : 0
  65. ServicePackMinor : 0
  66.  
  67. Physical Memory : 4096MB
  68. CPU Name : Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz
  69. CPU Clock : 2295Mhz
  70. Current CPU Clock : 2295Mhz
Steps to reproduce this issue
Just try to log in to the ClanBase on your own game server.


#1
Comment posted by
 Stucuk
Feb 28, 12:34
Clanbase code was not touched. Are you sure your not filtering the traffic and sending it to another page?
#2
Comment posted by
 Gothuk
Feb 28, 13:59
Requests reach the proper API. I can log in using my login & password.

A few seconds after last message (
  1. OK:* ADMIN Gothuk [pl] logged in.;- 1v1 CB ^ Points: 993, Wins: 0, Losses: 1;- 1v1 SW ^ Points: 1000, Wins: 0, Losses: 0
) OW throws this exception.
#3
Comment posted by
 Stucuk
icon_reply.pngFeb 28, 16:59, in reply to comment #2
Its because clanbase is using ^. OW uses ^ for colour codes in text. ' Point' is not a valid colour as it expects a integer. This is not a bug with the game but a flaw on Clanbase's side.
#5
Comment posted by
 Gothuk
icon_reply.pngFeb 28, 18:42, in reply to comment #3
Ok, I've fixed it on CB's side. Changed "^" character for "-".

Stucuk wrote:
Its because clanbase is using ^. OW uses ^ for colour codes in text. '
Point' is not a valid colour as it expects a integer. This is not a bug
with the game but a flaw on Clanbase's side.