View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002490 | NoesisGUI | Unity | public | 2023-01-13 02:08 | 2023-01-18 19:31 |
| Reporter | samc | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.1.6 | ||||
| Target Version | 3.1.7 | Fixed in Version | 3.1.7 | ||
| Summary | 0002490: [NOESIS/E] 'Converter<Brush>' binding converter failed to convert value '' (type 'String') | ||||
| Description | We get this error message: [NOESIS/E] 'Converter<Brush>' binding converter failed to convert value '' (type 'String') But no indication of what is causing the issue, so we're not sure how to fix it. Reference thread: https://www.noesisengine.com/forums/viewtopic.php?t=2833 | ||||
| Steps To Reproduce | 1) Open unity editor | ||||
| Platform | Windows | ||||
|
Hi, I generated a new library that fixes the missing binding messages for converter errors, could you please give it a try: Now when a binding converter fails it should always show a couple of error messages: [NOESIS/E] 'Converter<Brush>' binding converter failed to convert value '' (type 'String') And if you provide a FallbackValue in the binding then the messages are logged as warnings (as it happens with the rest of binding errors), indicating that the fallback value will be used: [NOESIS/W] 'Converter<Brush>' binding converter failed to convert value '' (type 'String') |
|
|
This works! Thanks so much! |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2023-01-13 02:08 | samc | New Issue | |
| 2023-01-13 10:02 | jsantos | Assigned To | => sfernandez |
| 2023-01-13 10:02 | jsantos | Status | new => assigned |
| 2023-01-13 10:02 | jsantos | Target Version | => 3.1.7 |
| 2023-01-13 11:52 | sfernandez | Status | assigned => feedback |
| 2023-01-13 11:52 | sfernandez | Note Added: 0008206 | |
| 2023-01-17 22:14 | samc | Note Added: 0008221 | |
| 2023-01-17 22:14 | samc | Status | feedback => assigned |
| 2023-01-18 19:31 | sfernandez | Status | assigned => resolved |
| 2023-01-18 19:31 | sfernandez | Resolution | open => fixed |
| 2023-01-18 19:31 | sfernandez | Fixed in Version | => 3.1.7 |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |