Select to view content in your preferred language

Random FileGPSLayer error

3954
5
06-04-2015 11:22 PM
PremRadhakrishnan
Regular Contributor

I am getting this error whenever I load a FeatureLayer using a GeodatabaseFeatureServiceTable . There is one exception per feature in the FeatureLayer and it only happens once per load . So I have 77 features in the featureservice I am loading the following exception happens 77 times when the application first loads. It does not happen again.

Exception at 0x7ff810fe8b9c, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) in EsriRuntimeQtd!EsriRuntimeQt::FileGPSLayer::qt_static_metacall

Is this something I should be concerned about ?

Cheers

Prem

0 Kudos
5 Replies
PremRadhakrishnan
Regular Contributor

After upgrading to 10.2.6 this has changed to and now it happens not just the first time but every time the map changes and I do not see a correlation of the number of errors and number of features

D3D11 ERROR: ID3D11DeviceContext::RSSetScissorRects: ScissorRect at slot 0 is invalid. Valid Rects have left (value = 0) <= right (value = -4) and top (value = 446) <= bottom (value = 527). [ STATE_SETTING ERROR #260: DEVICE_RSSETSCISSORRECTS_INVALIDSCISSOR]

This is not affecting anything that I am doing yet, but I am not sure if that will remain true as I add more functionality to the application. As you can see the layer is pretty simple its a point layer with a unique value renderer . If I turn the layer off then the errors stop so I am sure that it is related to this particular layer which is loaded from a secure Feature Service.

Capture.PNG

0 Kudos
LucasDanzinger
Esri Frequent Contributor

Prem-

Can you please send some code + the service you are using to reproduce? We have not seen this error before.

Thanks,

Luke

0 Kudos
PremRadhakrishnan
Regular Contributor

Lucas,

All I am doing it generating a geodatabase from a feature service and then displaying those local features. Since its secure I emailed you the creds of the feature service.

It happens both when I am displaying the feature service live and when I am displaying it from the generated geodatbase. The error is displayed in the Application/Output Panel.

Regards,

Prem

0 Kudos
AlexMerkulov
Emerging Contributor

Hi,

I have the same error in 10.2.5:

Exception at 0x7fefd84b3dd, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) in EsriRuntimeQtd!EsriRuntimeQt::FileGPSLayer::qt_static_metacall

I have both GPS control and feature layer with GeodatabaseFeatureServiceTable on then map, looks like some misbehavior between them. This happens each time the requested feature comes from server.

Regards,
Alex

0 Kudos
LucasDanzinger
Esri Frequent Contributor

Alex-

This sounds like it may be a bug. I suggest you contact Esri Support to have them investigate further and log a bug if appropriate.

Thanks,

Luke

0 Kudos