Page 1 of 1

libHSPlasma shows errors in Pahts_District_Prin.prp

PostPosted: Tue Mar 23, 2010 5:37 am
by diafero
When opening Pahts_District_Prin.prp with a libHSPlasma tool, I get these error messages:

Warning: Attempted to create abstract class plVolumeIsect
Failed reading <189|3>[0088]s003SVUnderHub: `Cannot read unimplemented type [02F0]plVolumeIsect' not implemented
Warning: Attempted to create abstract class plVolumeIsect
Failed reading <189|3>[0088]s003SVPrinTop: `Cannot read unimplemented type [02F0]plVolumeIsect' not implemented

No Cyan age shows any error, so something seems to be broken in that prp file - or is it a libHSPlasma bug?

Re: libHSPlasma shows errors in Pahts_District_Prin.prp

PostPosted: Tue Mar 23, 2010 6:42 am
by D'Lanor
Confirmed. This is the error from prcdc.

[0088]s003SVUnderHub.po
Warning: Attempted to create abstract class plVolumeIsect
Warning: NOT reading type [02F0]plVolumeIsect


[02F0]plVolumeIsect is a valid class but I'm wondering if it should have been written under [0088]plSoftVolumeSimple? It seems more like a complex soft volume to me.

Re: libHSPlasma shows errors in Pahts_District_Prin.prp

PostPosted: Tue Mar 23, 2010 9:04 am
by diafero
If I understood that error message and the libHSPlasma code correctly, plVolumeIsect is an abstract base class and can not be instantiated.