Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception 0x800700B7 "Cannot create a file when that file already exists." #14

Open
Feofilakt opened this issue Apr 4, 2018 · 3 comments
Labels
bug Needs Feedback Needs feedback from the reporter

Comments

@Feofilakt
Copy link

"Code pack" works properly with magnetometer on 2 of our devices, but on third tablet it produces an exception (row 698 in Sensor.cs):
System.Runtime.InteropServices.COMException: "Cannot create a file when that file already exists. (Exception from HRESULT: 0x800700B7)"
I'm trying to find out why it's happening or what is especially with this tablet, but not succeed yet.

@contre
Copy link
Owner

contre commented Jan 26, 2020

Any additional info for debugging this?

@contre contre added bug Needs Feedback Needs feedback from the reporter labels Jan 26, 2020
@Feofilakt
Copy link
Author

I'd not been able to fix it and just did exception handling. Don't know if we even have that tablet now. I will add comment if somewhen stumble upon this bug again.

@garylin04
Copy link

garylin04 commented Nov 20, 2020

I meet a same problem at code SensorManager.GetSensorsByTypeId()

Tracke the error ,find the COMException is fail at Sensor.cs SnativeISensor.SetEventSink(this)
Any solution can reslove ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Needs Feedback Needs feedback from the reporter
Projects
None yet
Development

No branches or pull requests

3 participants