View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000243 | Pad Device Status | Backend / Core | public | 2018-11-19 22:03 | 2018-11-20 12:05 |
Reporter | AppFramework | Assigned To | BootBlock | ||
Priority | immediate | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.06 | ||||
Target Version | 1.07 | Fixed in Version | 1.07 | ||
Summary | 0000243: `Exception`: opacity must be in the range of 0 to 1.Parameter name: opacity | ||||
Description | This report has been created by the AppFramework framework on which the XBox Device Status application has been built. APPLICATION INFORMATION
EXCEPTIONMESSAGE
SOURCE
TARGET SITE
STACKTRACE
APPFRAMEWORK INFORMATION
SYSTEM INFORMATION
ENVIRONMENT
USER COMMENTS
APPFRAMEWORK LOG
| ||||
Tags | Exception | ||||
|
Yikes; the Opacity parameter can only accept a range of zero to one, except that a value of -1.56462193E-07 is being passed in! |
|
This seems to be a floating point rounding error. Impossible to stop that at a low level, but I can add a check that'll prevent the insanity from bubbling up into the application. |
|
Fixed. Thanks to everyone that reported the issue! |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-11-19 22:03 | AppFramework | New Issue | |
2018-11-19 22:03 | AppFramework | Assigned To | => BootBlock |
2018-11-20 11:31 | BootBlock | Note Added: 0000010 | |
2018-11-20 11:36 | BootBlock | Note Added: 0000011 | |
2018-11-20 11:39 | BootBlock | Note Added: 0000012 | |
2018-11-20 11:42 | BootBlock | Relationship added | has duplicate 0000245 |
2018-11-20 11:43 | BootBlock | Relationship added | has duplicate 0000244 |
2018-11-20 11:44 | BootBlock | Priority | normal => immediate |
2018-11-20 11:44 | BootBlock | Severity | minor => block |
2018-11-20 11:44 | BootBlock | Reproducibility | have not tried => always |
2018-11-20 11:44 | BootBlock | Status | new => resolved |
2018-11-20 11:44 | BootBlock | Resolution | open => fixed |
2018-11-20 11:44 | BootBlock | Product Version | => 1.06 |
2018-11-20 11:44 | BootBlock | Fixed in Version | => 1.07 |
2018-11-20 11:44 | BootBlock | Target Version | => 1.07 |
2018-11-20 11:44 | BootBlock | Summary |
Exception : opacity must be in the range of 0 to 1.
Parameter name: opacity => Exception : opacity must be in the range of 0 to 1.Parameter name: opacity |
2018-11-20 12:05 | BootBlock | Tag Attached: Exception |