Custom Query (122 matches)
Results (121 - 122 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#163 | fixed | Error building COLoggers solution | michelpons | michelpons |
Description |
Using commit 274: Controller and Viewer built with no problem. Error performing registration while building solution for COLoggers Debug. See attachment for log of solution generation. |
|||
#198 | fixed | ECapeThrmPropertyNotAvailable not considered as a CAPE-OPEN error | michelpons | michelpons |
Description |
I have a PME returning 0x8004051a to a CalcsinglePhaseProp call: PropertyPackage <WaterEthanol> : Call to CalcSinglePhaseProp
MaterialObject <1> : Call to GetPresentPhases
MaterialObject <1> : Return from GetPresentPhases - Succeeded MaterialObject <1> : Call to GetTPFraction
MaterialObject <1> : Return from GetTPFraction - Succeeded COLTT <WaterEthanol> : Windows error code returned is: 0x8004051a - not known COLTT <WaterEthanol> : No error information available, call to GetErrorInfo returned: 0x1 PropertyPackage <WaterEthanol> : Error returned from CalcSinglePhaseProp - 0x8004051a PropertyPackage <WaterEthanol> : Call to get_description PropertyPackage <WaterEthanol> : Description: pO v CALUPP failed to calculate properties that may be caused by missing parameters or other reasons, please see history file. PropertyPackage <WaterEthanol> : Return from get_description – Succeeded This is read by COLTT as a Windows error and not as a CAPE-OPEN error. It should be read as a CAPE-OPEN error. |