Bug #900
ELuaExecuteError: No matching overload found, setContextHelpText
| Status: | Closed | Start date: | 05/14/2010 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 100%  | 
||
| Category: | Client: General | |||
| Target version: | Version 0.8.0 | 
Description
Using client build on linux against Lua 5.1.4-5 Luabind 0.9.0 some warnings are shown when I hoover over the menu icons:
INF b5a0fa30 common.cpp 543 Exception <Unknown> : Exception will be launched: No matching overload found, candidates: void setContextHelpText(ucstring const&) WRN b5a0fa30 interface_manager.cpp 5717 executeLuaScript <Unknown> : ELuaExecuteError: No matching overload found, candidates: void setContextHelpText(ucstring const&)
This warnings are not shown for any menu-option (e.g. "System", "Help", "Communication" are working fine).
History
#1
    
    
    Updated by Kane over 8 years ago
    
    - File errorhoverexit.jpg added
 
This is also a windows issue I will attach a example screenshot
#2
    
    
    Updated by ThibG over 8 years ago
    
    The problem arises when getMilkoTooltipWithKey uses concatUCString.
I suspect it to be broken, probably because of CLuaIHM::push (lua_ihm.cpp:290).
#3
    
    
    Updated by kervala over 8 years ago
    
    - Status changed from New to Assigned
 - Assignee set to kervala
 - Priority changed from Normal to High
 
Well done ThibG :) It was effectively that :)
#4
    
    
    Updated by kervala over 8 years ago
    
    - Status changed from Assigned to Resolved
 - % Done changed from 0 to 100
 
Applied in changeset r185.
#5
    
    
    Updated by kervala over 8 years ago
    
    - Target version set to Version 0.8.0
 
#6
    
    
    Updated by vl about 8 years ago
    
    - Status changed from Resolved to Closed